DbSequence

Undocumented in source.

Constructors

this
this(Db db, uint32_t flags)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
get
db_seq_t get(DbTxn txnid, uint32_t delta, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
get_cachesize
uint32_t get_cachesize()
Undocumented in source. Be warned that the author may not have intended to support it.
get_dbp
Db get_dbp()
Undocumented in source. Be warned that the author may not have intended to support it.
get_flags
uint32_t get_flags()
Undocumented in source. Be warned that the author may not have intended to support it.
get_key
void get_key(Dbt* key)
Undocumented in source. Be warned that the author may not have intended to support it.
get_range
void get_range(db_seq_t min, db_seq_t max)
Undocumented in source. Be warned that the author may not have intended to support it.
initial_value
void initial_value(db_seq_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(DbTxn txnid, Dbt* key, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(DbTxn txnid, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
set_cachesize
void set_cachesize(uint32_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
set_flags
void set_flags(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
set_range
void set_range(db_seq_t min, db_seq_t max)
Undocumented in source. Be warned that the author may not have intended to support it.
stat
DbSequenceStat* stat(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
stat_print
void stat_print(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

_DB_SEQUENCE
DB_SEQUENCE* _DB_SEQUENCE [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
_opened
int _opened [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta