• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/internal/
1/* DO NOT EDIT: automatically built by dist/s_java_const. */
2
3package com.sleepycat.db.internal;
4
5public interface DbConstants
6{
7    int DB_AFTER = 1;
8    int DB_AGGRESSIVE = 0x00000001;
9    int DB_APPEND = 2;
10    int DB_ARCH_ABS = 0x00000001;
11    int DB_ARCH_DATA = 0x00000002;
12    int DB_ARCH_LOG = 0x00000004;
13    int DB_ARCH_REMOVE = 0x00000008;
14    int DB_AUTO_COMMIT = 0x00000100;
15    int DB_BEFORE = 3;
16    int DB_BTREE = 1;
17    int DB_BUFFER_SMALL = -30999;
18    int DB_CDB_ALLDB = 0x00000040;
19    int DB_CHKSUM = 0x00000008;
20    int DB_CONSUME = 4;
21    int DB_CONSUME_WAIT = 5;
22    int DB_CREATE = 0x00000001;
23    int DB_CURRENT = 6;
24    int DB_CURSOR_BULK = 0x00000001;
25    int DB_DBT_BULK = 0x002;
26    int DB_DBT_MALLOC = 0x010;
27    int DB_DBT_PARTIAL = 0x040;
28    int DB_DBT_USERMEM = 0x400;
29    int DB_DIRECT_DB = 0x00000080;
30    int DB_DSYNC_DB = 0x00000200;
31    int DB_DUP = 0x00000010;
32    int DB_DUPSORT = 0x00000004;
33    int DB_EID_BROADCAST = -1;
34    int DB_EID_INVALID = -2;
35    int DB_ENCRYPT = 0x00000001;
36    int DB_ENCRYPT_AES = 0x00000001;
37    int DB_EXCL = 0x00000040;
38    int DB_FAST_STAT = 0x00000001;
39    int DB_FIRST = 7;
40    int DB_FLUSH = 0x00000001;
41    int DB_FORCE = 0x00000001;
42    int DB_FOREIGN_ABORT = 0x00000001;
43    int DB_FOREIGN_CASCADE = 0x00000002;
44    int DB_FOREIGN_NULLIFY = 0x00000004;
45    int DB_FREELIST_ONLY = 0x00000001;
46    int DB_FREE_SPACE = 0x00000002;
47    int DB_GET_BOTH = 8;
48    int DB_GET_BOTH_RANGE = 10;
49    int DB_GET_RECNO = 11;
50    int DB_HASH = 2;
51    int DB_IGNORE_LEASE = 0x00002000;
52    int DB_IMMUTABLE_KEY = 0x00000002;
53    int DB_INIT_CDB = 0x00000040;
54    int DB_INIT_LOCK = 0x00000080;
55    int DB_INIT_LOG = 0x00000100;
56    int DB_INIT_MPOOL = 0x00000200;
57    int DB_INIT_REP = 0x00000400;
58    int DB_INIT_TXN = 0x00000800;
59    int DB_INORDER = 0x00000020;
60    int DB_JOINENV = 0x0;
61    int DB_JOIN_ITEM = 12;
62    int DB_JOIN_NOSORT = 0x00000001;
63    int DB_KEYEMPTY = -30996;
64    int DB_KEYEXIST = -30995;
65    int DB_KEYFIRST = 13;
66    int DB_KEYLAST = 14;
67    int DB_LAST = 15;
68    int DB_LOCKDOWN = 0x00001000;
69    int DB_LOCK_DEADLOCK = -30994;
70    int DB_LOCK_DEFAULT = 1;
71    int DB_LOCK_EXPIRE = 2;
72    int DB_LOCK_GET = 1;
73    int DB_LOCK_GET_TIMEOUT = 2;
74    int DB_LOCK_IREAD = 5;
75    int DB_LOCK_IWR = 6;
76    int DB_LOCK_IWRITE = 4;
77    int DB_LOCK_MAXLOCKS = 3;
78    int DB_LOCK_MAXWRITE = 4;
79    int DB_LOCK_MINLOCKS = 5;
80    int DB_LOCK_MINWRITE = 6;
81    int DB_LOCK_NOTGRANTED = -30993;
82    int DB_LOCK_NOWAIT = 0x00000001;
83    int DB_LOCK_OLDEST = 7;
84    int DB_LOCK_PUT = 4;
85    int DB_LOCK_PUT_ALL = 5;
86    int DB_LOCK_PUT_OBJ = 6;
87    int DB_LOCK_RANDOM = 8;
88    int DB_LOCK_READ = 1;
89    int DB_LOCK_TIMEOUT = 8;
90    int DB_LOCK_WRITE = 2;
91    int DB_LOCK_YOUNGEST = 9;
92    int DB_LOG_AUTO_REMOVE = 0x00000001;
93    int DB_LOG_DIRECT = 0x00000002;
94    int DB_LOG_DSYNC = 0x00000004;
95    int DB_LOG_IN_MEMORY = 0x00000008;
96    int DB_LOG_ZERO = 0x00000010;
97    int DB_MPOOL_NOFILE = 0x00000001;
98    int DB_MPOOL_UNLINK = 0x00000002;
99    int DB_MULTIPLE = 0x00000800;
100    int DB_MULTIPLE_KEY = 0x00004000;
101    int DB_MULTIVERSION = 0x00000004;
102    int DB_NEXT = 16;
103    int DB_NEXT_DUP = 17;
104    int DB_NEXT_NODUP = 18;
105    int DB_NODUPDATA = 19;
106    int DB_NOLOCKING = 0x00000400;
107    int DB_NOMMAP = 0x00000008;
108    int DB_NOORDERCHK = 0x00000002;
109    int DB_NOOVERWRITE = 20;
110    int DB_NOPANIC = 0x00000800;
111    int DB_NOSERVER_HOME = -30990;
112    int DB_NOSERVER_ID = -30989;
113    int DB_NOSYNC = 21;
114    int DB_NOTFOUND = -30988;
115    int DB_ORDERCHKONLY = 0x00000004;
116    int DB_OVERWRITE = 0x00001000;
117    int DB_PANIC_ENVIRONMENT = 0x00002000;
118    int DB_POSITION = 23;
119    int DB_PREV = 24;
120    int DB_PREV_DUP = 25;
121    int DB_PREV_NODUP = 26;
122    int DB_PRINTABLE = 0x00000008;
123    int DB_PRIORITY_DEFAULT = 3;
124    int DB_PRIORITY_HIGH = 4;
125    int DB_PRIORITY_LOW = 2;
126    int DB_PRIORITY_VERY_HIGH = 5;
127    int DB_PRIORITY_VERY_LOW = 1;
128    int DB_PRIVATE = 0x00002000;
129    int DB_QUEUE = 4;
130    int DB_RDONLY = 0x00000400;
131    int DB_READ_COMMITTED = 0x00000400;
132    int DB_READ_UNCOMMITTED = 0x00000200;
133    int DB_RECNO = 3;
134    int DB_RECNUM = 0x00000040;
135    int DB_RECOVER = 0x00000002;
136    int DB_RECOVER_FATAL = 0x00004000;
137    int DB_REGION_INIT = 0x00004000;
138    int DB_REGISTER = 0x00008000;
139    int DB_RENUMBER = 0x00000080;
140    int DB_REPMGR_ACKS_ALL = 1;
141    int DB_REPMGR_ACKS_ALL_PEERS = 2;
142    int DB_REPMGR_ACKS_NONE = 3;
143    int DB_REPMGR_ACKS_ONE = 4;
144    int DB_REPMGR_ACKS_ONE_PEER = 5;
145    int DB_REPMGR_ACKS_QUORUM = 6;
146    int DB_REPMGR_CONF_2SITE_STRICT = 0x00000001;
147    int DB_REPMGR_CONNECTED = 0x01;
148    int DB_REPMGR_PEER = 0x00000001;
149    int DB_REP_ACK_TIMEOUT = 1;
150    int DB_REP_ANYWHERE = 0x00000001;
151    int DB_REP_CHECKPOINT_DELAY = 2;
152    int DB_REP_CLIENT = 0x00000001;
153    int DB_REP_CONF_BULK = 0x00000002;
154    int DB_REP_CONF_DELAYCLIENT = 0x00000004;
155    int DB_REP_CONF_INMEM = 0x00000008;
156    int DB_REP_CONF_LEASE = 0x00000010;
157    int DB_REP_CONF_NOAUTOINIT = 0x00000020;
158    int DB_REP_CONF_NOWAIT = 0x00000040;
159    int DB_REP_CONNECTION_RETRY = 3;
160    int DB_REP_DEFAULT_PRIORITY = 100;
161    int DB_REP_ELECTION = 0x00000004;
162    int DB_REP_ELECTION_RETRY = 4;
163    int DB_REP_ELECTION_TIMEOUT = 5;
164    int DB_REP_FULL_ELECTION_TIMEOUT = 6;
165    int DB_REP_HEARTBEAT_MONITOR = 7;
166    int DB_REP_HEARTBEAT_SEND = 8;
167    int DB_REP_IGNORE = -30982;
168    int DB_REP_ISPERM = -30981;
169    int DB_REP_MASTER = 0x00000002;
170    int DB_REP_NEWSITE = -30977;
171    int DB_REP_NOBUFFER = 0x00000002;
172    int DB_REP_NOTPERM = -30976;
173    int DB_REP_PERMANENT = 0x00000004;
174    int DB_REP_REREQUEST = 0x00000008;
175    int DB_REVSPLITOFF = 0x00000100;
176    int DB_RMW = 0x00001000;
177    int DB_RPCCLIENT = 0x00000001;
178    int DB_SALVAGE = 0x00000040;
179    int DB_SEQ_DEC = 0x00000001;
180    int DB_SEQ_INC = 0x00000002;
181    int DB_SEQ_WRAP = 0x00000008;
182    int DB_SET = 27;
183    int DB_SET_LOCK_TIMEOUT = 0x00000001;
184    int DB_SET_RANGE = 28;
185    int DB_SET_RECNO = 29;
186    int DB_SET_TXN_TIMEOUT = 0x00000002;
187    int DB_SNAPSHOT = 0x00000200;
188    int DB_STAT_CLEAR = 0x00000001;
189    int DB_SYSTEM_MEM = 0x00010000;
190    int DB_THREAD = 0x00000010;
191    int DB_TIME_NOTGRANTED = 0x00008000;
192    int DB_TRUNCATE = 0x00004000;
193    int DB_TXN_ABORT = 0;
194    int DB_TXN_APPLY = 1;
195    int DB_TXN_BACKWARD_ROLL = 3;
196    int DB_TXN_FORWARD_ROLL = 4;
197    int DB_TXN_NOSYNC = 0x00000001;
198    int DB_TXN_NOT_DURABLE = 0x00000002;
199    int DB_TXN_NOWAIT = 0x00000010;
200    int DB_TXN_PRINT = 7;
201    int DB_TXN_SNAPSHOT = 0x00000002;
202    int DB_TXN_SYNC = 0x00000004;
203    int DB_TXN_WAIT = 0x00000008;
204    int DB_TXN_WRITE_NOSYNC = 0x00000020;
205    int DB_UNKNOWN = 5;
206    int DB_UPGRADE = 0x00000001;
207    int DB_USE_ENVIRON = 0x00000004;
208    int DB_USE_ENVIRON_ROOT = 0x00000008;
209    int DB_VERB_DEADLOCK = 0x00000001;
210    int DB_VERB_FILEOPS = 0x00000002;
211    int DB_VERB_FILEOPS_ALL = 0x00000004;
212    int DB_VERB_RECOVERY = 0x00000008;
213    int DB_VERB_REGISTER = 0x00000010;
214    int DB_VERB_REPLICATION = 0x00000020;
215    int DB_VERB_REPMGR_CONNFAIL = 0x00000040;
216    int DB_VERB_REPMGR_MISC = 0x00000080;
217    int DB_VERB_REP_ELECT = 0x00000100;
218    int DB_VERB_REP_LEASE = 0x00000200;
219    int DB_VERB_REP_MISC = 0x00000400;
220    int DB_VERB_REP_MSGS = 0x00000800;
221    int DB_VERB_REP_SYNC = 0x00001000;
222    int DB_VERB_REP_TEST = 0x00002000;
223    int DB_VERB_WAITSFOR = 0x00004000;
224    int DB_VERIFY = 0x00000002;
225    int DB_VERSION_MAJOR = 4;
226    int DB_VERSION_MINOR = 8;
227    int DB_VERSION_PATCH = 30;
228    int DB_WRITECURSOR = 0x00000008;
229    int DB_YIELDCPU = 0x00010000;
230}
231
232// end of DbConstants.java
233