Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class OneToManyAndroidRepo<Key, Value>(tableName: String, keyAsString: Key.() -> String, valueAsString: Value.() -> String, keyFromString: String.() -> Key, valueFromString: String.() -> Value, helper: SQLiteOpenHelper) : KeyValuesRepo<Key, Value>

Functions

Link copied to clipboard
fun <Key, Value> KeyValuesAndroidRepo(tableName: String, keySerializer: KSerializer<Key>, valueSerializer: KSerializer<Value>, helper: SQLiteOpenHelper): OneToManyAndroidRepo<Key, Value>
Link copied to clipboard
fun <Key, Value> OneToManyAndroidRepo(tableName: String, keySerializer: KSerializer<Key>, valueSerializer: KSerializer<Value>, helper: SQLiteOpenHelper): OneToManyAndroidRepo<Key, Value>