rocksdb.database

Undocumented in source.

Members

Classes

Database
class Database
Undocumented in source.

Functions

ensureRocks
void ensureRocks(char* err)
Undocumented in source. Be warned that the author may not have intended to support it.
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_delete
void rocksdb_delete(rocksdb_t* , rocksdb_writeoptions_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_delete_cf
void rocksdb_delete_cf(rocksdb_t* , rocksdb_writeoptions_t* , rocksdb_column_family_handle_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_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_get_cf
char* rocksdb_get_cf(rocksdb_t* , rocksdb_readoptions_t* , rocksdb_column_family_handle_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* , 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_column_families
rocksdb_t* rocksdb_open_column_families(rocksdb_options_t* , char* , int , char** , rocksdb_options_t** , rocksdb_column_family_handle_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_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_put_cf
void rocksdb_put_cf(rocksdb_t* , rocksdb_writeoptions_t* , rocksdb_column_family_handle_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