WriteBatch
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "leveldb_writebatch_t" , free_function = "leveldb_writebatch_destroy" , lower_case_cprefix = "leveldb_writebatch_" ) ]
public class WriteBatch
Content:
Delegates:
- public delegate void DeleteFunc<T> (T state, uint8[] key)
- public delegate void PutFunc<T> (T state, uint8[] key, uint8[] val)
Creation methods:
Methods: