14 struct __db_sequence;
typedef struct __db_sequence
DB_SEQUENCE;
31 #define DB_DBT_APPMALLOC 0x001
32 #define DB_DBT_BULK 0x002
33 #define DB_DBT_DUPOK 0x004
34 #define DB_DBT_ISSET 0x008
35 #define DB_DBT_MALLOC 0x010
36 #define DB_DBT_MULTIPLE 0x020
37 #define DB_DBT_PARTIAL 0x040
38 #define DB_DBT_REALLOC 0x080
39 #define DB_DBT_READONLY 0x100
40 #define DB_DBT_STREAMING 0x200
41 #define DB_DBT_USERCOPY 0x400
42 #define DB_DBT_USERMEM 0x800
87 #define DB_NEXT_DUP 17
89 #define DB_SET_RANGE 27
91 #define DB_WRITECURSOR 0x00000010
93 #define DB_BUFFER_SMALL (-30999)
94 #define DB_NOTFOUND (-30988)
96 #define DB_INIT_TXN 0x00002000
97 #define DB_EXCL 0x0004000
98 #define DB_PRIVATE 0x0200000
100 #define DB_VERSION_MAJOR 3
101 #define DB_VERSION_MINOR 0
102 #define DB_VERSION_PATCH 0
113 #define DB_CREATE 0x00000001
114 #define DB_INIT_LOCK 0x00000100
115 #define DB_INIT_LOG 0x00000200
116 #define DB_INIT_MPOOL 0x00000400
117 #define DB_INIT_TXN 0x00002000
118 #define DB_AUTO_COMMIT 0x00000100
119 #define DB_THREAD 0x00000020
120 #define DB_DUP 0x00000010
121 #define DB_DUPSORT 0x00000002
int(* set_name)(DB_TXN *, const char *)
int(* txn_begin)(DB_ENV *, DB_TXN *, DB_TXN **, uint32_t)
int(* commit)(DB_TXN *, uint32_t)
int(* get_name)(DB_TXN *, const char **)
struct __db_sequence DB_SEQUENCE
int(* txn_checkpoint)(DB_ENV *, uint32_t, uint32_t, uint32_t)
int
Save source and expand field into target.