MemoryEngine
Functions
Link copied to clipboard
Link copied to clipboard
open override fun <EntityType, PrimaryKey> create(tableName: String, primaryKey: PrimaryKey, entity: EntityType): <Error class: unknown class><PrimaryKey>
Link copied to clipboard
open override fun <PrimaryKey> delete(tableName: String, primaryKey: PrimaryKey): <Error class: unknown class><PrimaryKey>
Link copied to clipboard
open fun <ObjectType> initWithObject(storeName: String, obj: ObjectType): <Error class: unknown class><Any>
Link copied to clipboard
Link copied to clipboard
open override fun <EntityType, PrimaryKey> read(tableName: String, primaryKey: PrimaryKey): <Error class: unknown class><EntityType>
Link copied to clipboard
open override fun readAllPrimaryKeys(tableName: String): <Error class: unknown class><Array<String>>
Link copied to clipboard
open override fun <PrimaryKey, ChangesType> update(tableName: String, primaryKey: PrimaryKey, changes: ChangesType): <Error class: unknown class><PrimaryKey>
Link copied to clipboard
open override fun <PrimaryKey, ChangesType> updateOrCreate(tableName: String, primaryKey: PrimaryKey, changes: ChangesType): <Error class: unknown class><PrimaryKey>