rocksdb.database

Undocumented in source.

Members

Classes

Database
class Database
Undocumented in source.

Functions

rocksdb_close
void rocksdb_close(rocksdb_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_get
char* rocksdb_get(rocksdb_t* , rocksdb_readoptions_t* , char* , size_t , size_t* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_open
rocksdb_t* rocksdb_open(rocksdb_options_t* , char* name, char** errptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_put
void rocksdb_put(rocksdb_t* , rocksdb_writeoptions_t* , char* , size_t , char* , size_t , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_write
void rocksdb_write(rocksdb_t* , rocksdb_writeoptions_t* , rocksdb_writebatch_t* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

rocksdb_t
struct rocksdb_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta