Exposed Key Value Repo
open class ExposedKeyValueRepo<Key, Value>(database: <ERROR CLASS>, keyColumnAllocator: ColumnAllocator<Key>, valueColumnAllocator: ColumnAllocator<Value>, tableName: String?) : ExposedReadKeyValueRepo<Key, Value> , StandardKeyValueRepo<Key, Value>
Content copied to clipboard
Functions
keys
Link copied to clipboard
abstract suspend fun keys(pagination: Pagination, reversed: Boolean = false): PaginationResult<Key>
Content copied to clipboard
abstract suspend fun keys(v: Value, pagination: Pagination, reversed: Boolean = false): PaginationResult<Key>
Content copied to clipboard
unset With Values
Link copied to clipboard
values
Link copied to clipboard
abstract suspend fun values(pagination: Pagination, reversed: Boolean = false): PaginationResult<Value>
Content copied to clipboard
Properties
onNewValue
Link copied to clipboard
onValueRemoved
Link copied to clipboard
primaryKey
Link copied to clipboard