Object Store
data class ObjectStore(name: String, keyPath: KeyPath, autoIncrement: Boolean, indexes: List<ObjectStoreIndex>)
Content copied to clipboard
Object store.
Constructors
ObjectStore
Link copied to clipboard
fun ObjectStore(name: String, keyPath: KeyPath, autoIncrement: Boolean, indexes: List<ObjectStoreIndex>)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard