- am_bulk
int function(DBC*, DBT*, uint32_t) am_bulk;
Undocumented in source.
- am_close
int function(DBC*, db_pgno_t, int*) am_close;
Undocumented in source.
- am_del
int function(DBC*, uint32_t) am_del;
Undocumented in source.
- am_destroy
int function(DBC*) am_destroy;
Undocumented in source.
- am_get
int function(DBC*, DBT*, DBT*, uint32_t, db_pgno_t*) am_get;
Undocumented in source.
- am_put
int function(DBC*, DBT*, DBT*, uint32_t, db_pgno_t*) am_put;
Undocumented in source.
- am_writelock
int function(DBC*) am_writelock;
Undocumented in source.
- c_close
int function(DBC*) c_close;
Undocumented in source.
- c_count
int function(DBC*, db_recno_t*, uint32_t) c_count;
Undocumented in source.
- c_del
int function(DBC*, uint32_t) c_del;
Undocumented in source.
- c_dup
int function(DBC*, DBC**, uint32_t) c_dup;
Undocumented in source.
- c_get
int function(DBC*, DBT*, DBT*, uint32_t) c_get;
Undocumented in source.
- c_pget
int function(DBC*, DBT*, DBT*, DBT*, uint32_t) c_pget;
Undocumented in source.
- c_put
int function(DBC*, DBT*, DBT*, uint32_t) c_put;
Undocumented in source.
- close
int function(DBC*) close;
Undocumented in source.
- cmp
int function(DBC*, DBC*, int*, uint32_t) cmp;
Undocumented in source.
- count
int function(DBC*, db_recno_t*, uint32_t) count;
Undocumented in source.
- dbenv
DB_ENV* dbenv;
Undocumented in source.
- dbp
DB* dbp;
Undocumented in source.
- dbtype
DBTYPE dbtype;
Undocumented in source.
- del
int function(DBC*, uint32_t) del;
Undocumented in source.
- dup
int function(DBC*, DBC**, uint32_t) dup;
Undocumented in source.
- env
ENV* env;
Undocumented in source.
- flags
uint32_t flags;
Undocumented in source.
- get
int function(DBC*, DBT*, DBT*, uint32_t) get;
Undocumented in source.
- get_priority
int function(DBC*, DB_CACHE_PRIORITY*) get_priority;
Undocumented in source.
- internal
DBC_INTERNAL* internal;
Undocumented in source.
- links
links_t links;
Undocumented in source.
- lock
DB_LOCK_ILOCK lock;
Undocumented in source.
- lock_dbt
DBT lock_dbt;
Undocumented in source.
- locker
DB_LOCKER* locker;
Undocumented in source.
- lref
DB_LOCKER* lref;
Undocumented in source.
- my_rdata
DBT my_rdata;
Undocumented in source.
- my_rkey
DBT my_rkey;
Undocumented in source.
- my_rskey
DBT my_rskey;
Undocumented in source.
- mylock
DB_LOCK mylock;
Undocumented in source.
- pget
int function(DBC*, DBT*, DBT*, DBT*, uint32_t) pget;
Undocumented in source.
- priority
DB_CACHE_PRIORITY priority;
Undocumented in source.
- put
int function(DBC*, DBT*, DBT*, uint32_t) put;
Undocumented in source.
- rdata
DBT* rdata;
Undocumented in source.
- rkey
DBT* rkey;
Undocumented in source.
- rskey
DBT* rskey;
Undocumented in source.
- set_priority
int function(DBC*, DB_CACHE_PRIORITY) set_priority;
Undocumented in source.
- thread_info
DB_THREAD_INFO* thread_info;
Undocumented in source.
- txn
DB_TXN* txn;
Undocumented in source.
- txn_cursors
txn_cursors_t txn_cursors;
Undocumented in source.
Access method cursors.