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