DataRead

interface DataRead : DataKeyMaker

Functions

findAll
Link copied to clipboard
common
abstract fun findAll(vararg options: Options.Find): DataCursor
findAllByIndex
Link copied to clipboard
common
abstract fun findAllByIndex(type: Int, index: String, vararg options: Options.Find): DataIndexCursor
findAllByType
Link copied to clipboard
common
abstract fun findAllByType(type: Int, vararg options: Options.Find): DataCursor
findById
Link copied to clipboard
common
abstract fun findById(type: Int, id: Value, isOpen: Boolean = false, vararg options: Options.Find): DataCursor
findByIndex
Link copied to clipboard
common
abstract fun findByIndex(type: Int, index: String, value: Value, isOpen: Boolean = false, vararg options: Options.Find): DataIndexCursor
get
Link copied to clipboard
common
abstract fun get(key: ReadMemory, vararg options: Options.Get): ReadAllocation?
getIndexesOf
Link copied to clipboard
common
abstract fun getIndexesOf(key: ReadMemory): Set<String>
keyType
Link copied to clipboard
common
abstract fun keyType(key: ReadMemory): Int
newKey
Link copied to clipboard
common
abstract fun newKey(type: Int, id: Value): ReadMemory

Inheritors

DataDB
Link copied to clipboard
DataSnapshot
Link copied to clipboard