Searched refs:db_javaJNI (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java212 db_javaJNI.DbEnv_lock_vec(swigCPtr, this, locker, flags, list,
264 this(db_javaJNI.new_DbEnv(flags), true);
268 /* package */ void close0(int flags) { db_javaJNI.DbEnv_close0(swigCPtr, this, flags); }
270 public void dbremove(DbTxn txnid, String file, String database, int flags) throws com.sleepycat.db.DatabaseException, java.io.FileNotFoundException { db_javaJNI.DbEnv_dbremove(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, file, database, flags); }
272 public void dbrename(DbTxn txnid, String file, String database, String newname, int flags) throws com.sleepycat.db.DatabaseException, java.io.FileNotFoundException { db_javaJNI.DbEnv_dbrename(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, file, database, newname, flags); }
275 db_javaJNI.DbEnv_err(swigCPtr, this, error, message);
279 db_javaJNI.DbEnv_errx(swigCPtr, this, message);
283 long cPtr = db_javaJNI.DbEnv_cdsgroup_begin(swigCPtr, this);
287 public void fileid_reset(String file, int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_fileid_reset(swigCPtr, this, file, flags); }
289 public String[] get_data_dirs() throws com.sleepycat.db.DatabaseException { return db_javaJNI
[all...]
H A Ddb_java.java13 db_javaJNI.DbEnv_lock_vec(DbEnv.getCPtr(dbenv), dbenv, locker, flags, list, offset, nlist);
17 return db_javaJNI.initDbEnvRef0(DbEnv.getCPtr(self), self, handle);
21 return db_javaJNI.initDbRef0(Db.getCPtr(self), self, handle);
25 db_javaJNI.deleteRef0(ref);
29 long cPtr = db_javaJNI.getDbEnv0(Db.getCPtr(self), self);
H A DDbc.java43 /* package */ void close0() { db_javaJNI.Dbc_close0(swigCPtr, this); }
45 public int count(int flags) throws com.sleepycat.db.DatabaseException { return db_javaJNI.Dbc_count(swigCPtr, this, flags); }
48 return db_javaJNI.Dbc_del(swigCPtr, this, flags);
52 long cPtr = db_javaJNI.Dbc_dup(swigCPtr, this, flags);
57 return db_javaJNI.Dbc_get(swigCPtr, this, key, data, flags);
61 return db_javaJNI.Dbc_get_priority(swigCPtr, this);
65 return db_javaJNI.Dbc_pget(swigCPtr, this, key, pkey, data, flags);
69 return db_javaJNI.Dbc_put(swigCPtr, this, key, data, flags);
72 public void set_priority(int priority) throws com.sleepycat.db.DatabaseException { db_javaJNI.Dbc_set_priority(swigCPtr, this, priority); }
H A DDbSequence.java55 this(db_javaJNI.new_DbSequence(Db.getCPtr(db), db, flags), true);
58 /* package */ void close0(int flags) { db_javaJNI.DbSequence_close0(swigCPtr, this, flags); }
60 public long get(DbTxn txnid, int delta, int flags) throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbSequence_get(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, delta, flags); }
62 public int get_cachesize() throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbSequence_get_cachesize(swigCPtr, this); }
65 long cPtr = db_javaJNI.DbSequence_get_db(swigCPtr, this);
69 public int get_flags() throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbSequence_get_flags(swigCPtr, this); }
71 public void get_key(com.sleepycat.db.DatabaseEntry key) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbSequence_get_key(swigCPtr, this, key); }
73 public long get_range_min() throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbSequence_get_range_min(swigCPtr, this); }
75 public long get_range_max() throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbSequence_get_range_max(swigCPtr, this); }
77 public void initial_value(long val) throws com.sleepycat.db.DatabaseException { db_javaJNI
[all...]
H A DDbTxn.java86 /* package */ void abort0() { db_javaJNI.DbTxn_abort0(swigCPtr, this); }
88 /* package */ void commit0(int flags) { db_javaJNI.DbTxn_commit0(swigCPtr, this, flags); }
90 /* package */ void discard0(int flags) { db_javaJNI.DbTxn_discard0(swigCPtr, this, flags); }
93 return db_javaJNI.DbTxn_get_name(swigCPtr, this);
96 public int id() throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbTxn_id(swigCPtr, this); }
98 public void prepare(byte[] gid) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbTxn_prepare(swigCPtr, this, gid); }
100 public void set_timeout(long timeout, int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbTxn_set_timeout(swigCPtr, this, timeout, flags); }
102 public void set_name(String name) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbTxn_set_name(swigCPtr, this, name); }
H A DDbMpoolFile.java36 return db_javaJNI.DbMpoolFile_get_priority(swigCPtr, this);
39 public void set_priority(int priority) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbMpoolFile_set_priority(swigCPtr, this, priority); }
41 public int get_flags() throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbMpoolFile_get_flags(swigCPtr, this); }
43 public void set_flags(int flags, boolean onoff) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbMpoolFile_set_flags(swigCPtr, this, flags, onoff); }
46 return db_javaJNI.DbMpoolFile_get_maxsize(swigCPtr, this);
49 public void set_maxsize(long bytes) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbMpoolFile_set_maxsize(swigCPtr, this, bytes); }
H A DDbLogc.java43 /* package */ void close0(int flags) { db_javaJNI.DbLogc_close0(swigCPtr, this, flags); }
46 return db_javaJNI.DbLogc_get(swigCPtr, this, lsn, data, flags);
49 public int version(int flags) throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbLogc_version(swigCPtr, this, flags); }
H A DDb.java289 this(db_javaJNI.new_Db(DbEnv.getCPtr(dbenv), dbenv, flags), true);
293 public void associate(DbTxn txnid, Db secondary, com.sleepycat.db.SecondaryKeyCreator callback, int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_associate(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, Db.getCPtr(secondary), secondary, (secondary.seckey_create_handler = callback) != null ||
296 public void associate_foreign(Db primary, com.sleepycat.db.ForeignKeyNullifier callback, int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_associate_foreign(swigCPtr, this, Db.getCPtr(primary), primary, (primary.foreignkey_nullify_handler = callback) != null ||
299 public void compact(DbTxn txnid, com.sleepycat.db.DatabaseEntry start, com.sleepycat.db.DatabaseEntry stop, com.sleepycat.db.CompactStats c_data, int flags, com.sleepycat.db.DatabaseEntry end) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_compact(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, start, stop, c_data, flags, end); }
302 return db_javaJNI.Db_close0(swigCPtr, this, flags);
306 long cPtr = db_javaJNI.Db_cursor(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, flags);
311 return db_javaJNI.Db_del(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, key, flags);
315 db_javaJNI.Db_err(swigCPtr, this, error, message);
319 db_javaJNI.Db_errx(swigCPtr, this, message);
323 return db_javaJNI
[all...]
H A DDbLock.java39 db_javaJNI.delete_DbLock(swigCPtr);
H A Ddb_javaJNI.java11 class db_javaJNI { class
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr008/
H A Dchk.pubdef149 $j/internal/db_javaJNI.java | sed '/\/\*\*/,/\*\// d' > $t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java.i233 db_javaJNI.DbEnv_lock_vec(swigCPtr, this, locker, flags, list,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile424 $(JAVA_SLEEPYCAT)/db/internal/db_javaJNI.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in419 $(JAVA_SLEEPYCAT)/db/internal/db_javaJNI.java \

Completed in 184 milliseconds