DbTxn

Undocumented in source.

Constructors

this
this(DB_TXN* dbtxn, DbEnv dbenv)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

abort
void abort()
Undocumented in source. Be warned that the author may not have intended to support it.
commit
void commit(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
discard
void discard(uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
get_name
string get_name()
Undocumented in source. Be warned that the author may not have intended to support it.
get_priority
uint32_t get_priority()
Undocumented in source. Be warned that the author may not have intended to support it.
id
uint32_t id()
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
void prepare(uint8_t[DB_GID_SIZE] gid)
Undocumented in source. Be warned that the author may not have intended to support it.
set_commit_token
void set_commit_token(DbTxnToken* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
set_name
void set_name(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
set_priority
void set_priority(uint32_t priority)
Undocumented in source. Be warned that the author may not have intended to support it.
set_timeout
void set_timeout(db_timeout_t timeout, uint32_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

_DB_TXN
DB_TXN* _DB_TXN [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta