Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
leveldb
v0.2.0
LevelDB
Batch
DB
Error
Iterator
Snapshot
Built with Crystal 1.9.2
2023-10-08 11:33:19 UTC
class
LevelDB::Batch
LevelDB::Batch
Reference
Object
Defined in:
leveldb/batch.cr
Constructors
.new
Instance Method Summary
#[]=
(key, val)
#batch_ptr
: Pointer(Void)
#delete
(key : String)
#destroy
#put
(key : String, value : String)
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
[]=
(key, val)
#
[
View source
]
def
batch_ptr
: Pointer(Void)
#
[
View source
]
def
delete
(key : String)
#
[
View source
]
def
destroy
#
[
View source
]
def
put
(key : String, value : String)
#
[
View source
]