- rocksdb_column_family_handle_destroy
void rocksdb_column_family_handle_destroy(rocksdb_column_family_handle_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rocksdb_create_column_family
rocksdb_column_family_handle_t* rocksdb_create_column_family(rocksdb_t* , 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_drop_column_family
void rocksdb_drop_column_family(rocksdb_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_list_column_families
char** rocksdb_list_column_families(rocksdb_options_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_list_column_families_destroy
void rocksdb_list_column_families_destroy(char** , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.