LevelDBNative

class LevelDBNative : PointerBound<<ERROR CLASS>>

Types

Factory
Link copied to clipboard
native
object Factory

Functions

beforeClose
Link copied to clipboard
native
open fun beforeClose()
delete
Link copied to clipboard
native
open fun delete(key: <ERROR CLASS>, options: <ERROR CLASS>)
get
Link copied to clipboard
native
open fun get(key: <ERROR CLASS>, options: <ERROR CLASS>): <ERROR CLASS>?
newCursor
Link copied to clipboard
native
open fun newCursor(options: <ERROR CLASS>): <ERROR CLASS>
newSnapshot
Link copied to clipboard
native
open fun newSnapshot(): <ERROR CLASS>
newWriteBatch
Link copied to clipboard
native
open fun newWriteBatch(): <ERROR CLASS>
platformClose
Link copied to clipboard
native
open fun platformClose()
put
Link copied to clipboard
native
open fun put(key: <ERROR CLASS>, value: <ERROR CLASS>, options: <ERROR CLASS>)
write
Link copied to clipboard
native
open fun write(batch: <ERROR CLASS>, options: <ERROR CLASS>)

Properties

nonNullPtr
Link copied to clipboard
native
val nonNullPtr: <ERROR CLASS><T>
path
Link copied to clipboard
native
open val path: String