Storage::KeyValueStore::WriteBatch
Inherits Reference / Object
Constructors
new(kv : KeyValueStore)
SourceInstance methods
delete_index_entry(table_id : UUID, index_id : UUID, index_value : Bytes, counter : Int32, primary_key : Bytes)
Sourcedelete_row(table_id : UUID, primary_key : Bytes) : Bytes | Nil
Sourceraw_batch
Sourceset_index_entry(table_id : UUID, index_id : UUID, index_value : Bytes, counter : Int32, primary_key : Bytes)
Sourceset_row(table_id : UUID, primary_key : Bytes, data : Bytes)
Source