__db_txn

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

Members

Structs

__femfs
struct __femfs
Undocumented in source.
__kids
struct __kids
Undocumented in source.
__my_cursors
struct __my_cursors
Undocumented in source.
events_t
struct events_t
Undocumented in source.
klinks_t
struct klinks_t
Undocumented in source.
links_t
struct links_t
Undocumented in source.
logs_t
struct logs_t
Undocumented in source.
xa_links_t
struct xa_links_t
Undocumented in source.

Variables

abort
int function(DB_TXN*) abort;
Undocumented in source.
api_internal
void* api_internal;
Undocumented in source.
commit
int function(DB_TXN*, uint32_t) commit;
Undocumented in source.
cursors
uint32_t cursors;
Undocumented in source.
discard
int function(DB_TXN*, uint32_t) discard;
Undocumented in source.
events
events_t events;
Undocumented in source.
femfs
__femfs femfs;
Undocumented in source.
flags
uint32_t flags;
Undocumented in source.
get_name
int function(DB_TXN*, const(char)**) get_name;
Undocumented in source.
get_priority
int function(DB_TXN*, uint32_t*) get_priority;
Undocumented in source.
id
uint32_t function(DB_TXN*) id;
Undocumented in source.
kids
__kids kids;
Undocumented in source.
klinks
klinks_t klinks;
Undocumented in source.
links
links_t links;
Undocumented in source.
lock_timeout
db_timeout_t lock_timeout;
Undocumented in source.
locker
DB_LOCKER* locker;
Undocumented in source.
logs
logs_t logs;
Undocumented in source.
mgrp
DB_TXNMGR* mgrp;
Undocumented in source.
my_cursors
__my_cursors my_cursors;
Undocumented in source.
name
char* name;
Undocumented in source.
parent
DB_TXN* parent;
Undocumented in source.
prepare
int function(DB_TXN*, uint8_t*) prepare;
Undocumented in source.
set_commit_token
int function(DB_TXN*, DB_TXN_TOKEN*) set_commit_token;
Undocumented in source.
set_name
int function(DB_TXN*, const(char)*) set_name;
Undocumented in source.
set_priority
int function(DB_TXN*, uint32_t) set_priority;
Undocumented in source.
set_timeout
int function(DB_TXN*, db_timeout_t, uint32_t) set_timeout;
Undocumented in source.
set_txn_lsnp
void function(DB_TXN* txn, DB_LSN**, DB_LSN**) set_txn_lsnp;
Undocumented in source.
td
void* td;
Undocumented in source.
thread_info
DB_THREAD_INFO* thread_info;
Undocumented in source.
token_buffer
DB_TXN_TOKEN* token_buffer;
Undocumented in source.
txn_list
void* txn_list;
Undocumented in source.
txnid
uint32_t txnid;
Undocumented in source.
xa_links
xa_links_t xa_links;
Undocumented in source.
xa_thr_status
uint32_t xa_thr_status;
Undocumented in source.
xml_internal
void* xml_internal;
Undocumented in source.

Meta