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