#include <db.h>
Definition at line 750 of file db.h.
Public Member Functions | |
| int c_am_writelock | __P ((DBC *)) |
| int c_am_put | __P ((DBC *, DBT *, DBT *, u_int32_t, db_pgno_t *)) |
| int c_am_get | __P ((DBC *, DBT *, DBT *, u_int32_t, db_pgno_t *)) |
| int c_am_destroy | __P ((DBC *)) |
| int c_am_del | __P ((DBC *)) |
| int c_am_close | __P ((DBC *, db_pgno_t, int *)) |
| int c_put | __P ((DBC *, DBT *, DBT *, u_int32_t)) |
| int c_get | __P ((DBC *, DBT *, DBT *, u_int32_t)) |
| int c_dup | __P ((DBC *, DBC **, u_int32_t)) |
| int c_del | __P ((DBC *, u_int32_t)) |
| int c_count | __P ((DBC *, db_recno_t *, u_int32_t)) |
| int c_close | __P ((DBC *)) |
Public Attributes | |
| long | cl_id |
| DB * | dbp |
| DBTYPE | dbtype |
| u_int32_t | flags |
| DBC_INTERNAL * | internal |
| u_int32_t | lid |
| struct { | |
| DBC * tqe_next | |
| DBC ** tqe_prev | |
| } | links |
| DB_LOCK_ILOCK | lock |
| DBT | lock_dbt |
| u_int32_t | locker |
| DB_LOCK | mylock |
| DBC * | opd |
| DBT | rdata |
| DBT | rkey |
| DB_TXN * | txn |
1.5.5