Package org.kodein.db.data

Types

DataBatch
Link copied to clipboard
common
interface DataBatch : DataWrite, Closeable
DataCursor
Link copied to clipboard
common
interface DataCursor : BaseCursor
DataDB
Link copied to clipboard
common
interface DataDB : DataWrite, DataRead, Closeable
DataIndexCursor
Link copied to clipboard
common
interface DataIndexCursor : DataCursor
DataIndexMap
Link copied to clipboard
common
typealias DataIndexMap = Map<String, List<Pair<Value, Body?>>>
DataKeyMaker
Link copied to clipboard
common
interface DataKeyMaker
DataRead
Link copied to clipboard
common
interface DataRead : DataKeyMaker
DataSnapshot
Link copied to clipboard
common
interface DataSnapshot : DataRead, Closeable
DataWrite
Link copied to clipboard
common
interface DataWrite : DataKeyMaker