rocksdb.iterator

Undocumented in source.

Members

Classes

Iterator
class Iterator
Undocumented in source.

Functions

rocksdb_create_iterator
rocksdb_iterator_t* rocksdb_create_iterator(rocksdb_t* , rocksdb_readoptions_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_iter_destroy
void rocksdb_iter_destroy(rocksdb_iterator_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_iter_get_error
void rocksdb_iter_get_error(rocksdb_iterator_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_iter_key
immutable(char*) rocksdb_iter_key(rocksdb_iterator_t* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_iter_next
void rocksdb_iter_next(rocksdb_iterator_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_iter_prev
void rocksdb_iter_prev(rocksdb_iterator_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_iter_seek
void rocksdb_iter_seek(rocksdb_iterator_t* , 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.
rocksdb_iter_seek_for_prev
void rocksdb_iter_seek_for_prev(rocksdb_iterator_t* , 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.
rocksdb_iter_seek_to_first
void rocksdb_iter_seek_to_first(rocksdb_iterator_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_iter_seek_to_last
void rocksdb_iter_seek_to_last(rocksdb_iterator_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_iter_valid
ubyte rocksdb_iter_valid(rocksdb_iterator_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rocksdb_iter_value
immutable(char*) rocksdb_iter_value(rocksdb_iterator_t* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta