class LevelDB::Batch

Defined in:

leveldb/batch.cr

Constructors

Instance Method Summary

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]