DataIndexCursor

interface DataIndexCursor : DataCursor

Functions

close
Link copied to clipboard
common
abstract fun close()
isValid
Link copied to clipboard
common
abstract fun isValid(): Boolean
next
Link copied to clipboard
common
abstract fun next()
prev
Link copied to clipboard
common
abstract fun prev()
seekTo
Link copied to clipboard
common
abstract fun seekTo(target: ReadMemory)
seekToFirst
Link copied to clipboard
common
abstract fun seekToFirst()
seekToLast
Link copied to clipboard
common
abstract fun seekToLast()
transientAssociatedData
Link copied to clipboard
common
abstract fun transientAssociatedData(): ReadMemory?
transientKey
Link copied to clipboard
common
abstract fun transientKey(): ReadMemory
transientSeekKey
Link copied to clipboard
common
abstract fun transientSeekKey(): ReadMemory
transientValue
Link copied to clipboard
common
abstract fun transientValue(): ReadMemory