__db_sequence

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

Members

Variables

api_internal
void* api_internal;
Undocumented in source.
close
int function(DB_SEQUENCE*, uint32_t) close;
Undocumented in source.
get
int function(DB_SEQUENCE*, DB_TXN*, int32_t, db_seq_t*, uint32_t) get;
Undocumented in source.
get_cachesize
int function(DB_SEQUENCE*, int32_t*) get_cachesize;
Undocumented in source.
get_db
int function(DB_SEQUENCE*, DB**) get_db;
Undocumented in source.
get_flags
int function(DB_SEQUENCE*, uint32_t*) get_flags;
Undocumented in source.
get_key
int function(DB_SEQUENCE*, DBT*) get_key;
Undocumented in source.
get_range
int function(DB_SEQUENCE*, db_seq_t*, db_seq_t*) get_range;
Undocumented in source.
initial_value
int function(DB_SEQUENCE*, db_seq_t) initial_value;
Undocumented in source.
mtx_seq
db_mutex_t mtx_seq;
Undocumented in source.
open
int function(DB_SEQUENCE*, DB_TXN*, DBT*, uint32_t) open;
Undocumented in source.
remove
int function(DB_SEQUENCE*, DB_TXN*, uint32_t) remove;
Undocumented in source.
seq_cache_size
int32_t seq_cache_size;
Undocumented in source.
seq_data
DBT seq_data;
Undocumented in source.
seq_dbp
DB* seq_dbp;
Undocumented in source.
seq_key
DBT seq_key;
Undocumented in source.
seq_last_value
db_seq_t seq_last_value;
Undocumented in source.
seq_prev_value
db_seq_t seq_prev_value;
Undocumented in source.
seq_record
DB_SEQ_RECORD seq_record;
Undocumented in source.
seq_rp
DB_SEQ_RECORD* seq_rp;
Undocumented in source.
set_cachesize
int function(DB_SEQUENCE*, int32_t) set_cachesize;
Undocumented in source.
set_flags
int function(DB_SEQUENCE*, uint32_t) set_flags;
Undocumented in source.
set_range
int function(DB_SEQUENCE*, db_seq_t, db_seq_t) set_range;
Undocumented in source.
stat
int function(DB_SEQUENCE*, DB_SEQUENCE_STAT**, uint32_t) stat;
Undocumented in source.
stat_print
int function(DB_SEQUENCE*, uint32_t) stat_print;
Undocumented in source.

Meta