Searched refs:Db (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A DMyDb.hpp20 inline Db &getDb() {return db_;}
23 Db db_;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestGetSetMethods.cpp11 * on DbEnv, DbTxn, Db. We don't currently test that they have
56 // Btree Db, and it cannot be used to try Hash
59 Db *db_bt = new Db(NULL, 0);
64 Db *db_h = new Db(NULL, 0);
71 Db *db_re = new Db(NULL, 0);
77 Db *db_q = new Db(NUL
[all...]
H A DTestSimpleAccess.cpp22 Db *db = new Db(NULL, 0);
63 cerr << "Db Exception: " << dbe.what();
H A DTestLogc.cpp37 Db *db1 = new Db(env, 0);
47 Db *db2 = new Db(env, 0);
H A DTestConstruct01.cpp92 void rundb(Db *db, int count, int has_env)
104 // to make sure adjusting Db specific variables works before
179 Db db(0, except_flag);
187 Db db(0, except_flag);
195 Db db(0, except_flag);
205 Db db(&env, 0);
216 Db db(&env, 0);
218 // Note we cannot reuse the old Db!
219 Db anotherdb(&env, 0);
239 Db* pd
[all...]
H A DTestTruncate.cpp22 Db *db = new Db(NULL, 0);
80 cerr << "Db Exception: " << dbe.what();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A Ddb_java.java20 /* package */ static long initDbRef0(Db self, Object handle) {
21 return db_javaJNI.initDbRef0(Db.getCPtr(self), self, handle);
28 /* package */ static DbEnv getDbEnv0(Db self) {
29 long cPtr = db_javaJNI.getDbEnv0(Db.getCPtr(self), self);
H A Ddb_javaJNI.java75 /* package */ final static native long initDbRef0(long jarg1, Db jarg1_, Object jarg2);
77 /* package */ final static native long getDbEnv0(long jarg1, Db jarg1_);
79 public final static native void Db_associate(long jarg1, Db jarg1_, long jarg2, DbTxn jarg2_, long jarg3, Db jarg3_, boolean jarg4, int jarg5) throws com.sleepycat.db.DatabaseException;
80 public final static native void Db_associate_foreign(long jarg1, Db jarg1_, long jarg2, Db jarg2_, boolean jarg3, int jarg4) throws com.sleepycat.db.DatabaseException;
81 public final static native void Db_compact(long jarg1, Db jarg1_, long jarg2, DbTxn jarg2_, com.sleepycat.db.DatabaseEntry jarg3, com.sleepycat.db.DatabaseEntry jarg4, com.sleepycat.db.CompactStats jarg5, int jarg6, com.sleepycat.db.DatabaseEntry jarg7) throws com.sleepycat.db.DatabaseException;
82 /* package */ final static native int Db_close0(long jarg1, Db jarg1_, int jarg2);
83 public final static native long Db_cursor(long jarg1, Db jarg1_, long jarg2, DbTxn jarg2_, int jarg3) throws com.sleepycat.db.DatabaseException;
84 public final static native int Db_del(long jarg1, Db jarg1
[all...]
H A DDbSequence.java54 public DbSequence(Db db, int flags) throws com.sleepycat.db.DatabaseException {
55 this(db_javaJNI.new_DbSequence(Db.getCPtr(db), db, flags), true);
64 public Db get_db() throws com.sleepycat.db.DatabaseException {
66 return (cPtr == 0) ? null : new Db(cPtr, false);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp30 int Db::_name _argspec \
37 DB_ERROR(dbenv_, "Db::" # _name, ret, error_policy()); \
42 int Db::_name _argspec \
48 DB_ERROR(dbenv_, "Db::" # _name, EINVAL, error_policy()); \
54 DB_ERROR(dbenv_, "Db::" # _name, ret, error_policy()); \
59 int Db::_name _argspec \
67 void Db::_name _argspec \
74 // A truism for the Db object is that there is a valid
77 // no operations are permitted on the Db (other than
78 // destructor). Leaving the Db handl
86 Db::Db(DbEnv *dbenv, u_int32_t flags) function in class:Db
[all...]
H A Dcxx_seq.cpp38 DbSequence::DbSequence(Db *db, u_int32_t flags)
88 Db *DbSequence::get_db()
93 return Db::get_Db(db);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DSecondaryConfig.java11 import com.sleepycat.db.internal.Db;
75 private Db foreign;
219 public Db getForeignKeyDatabase(){
248 Db openSecondaryDatabase(final DbEnv dbenv,
252 final Db primary)
262 final Db db = super.openDatabase(dbenv, txn, fileName, databaseName);
289 SecondaryConfig(final Db db)
H A DCursorConfig.java12 import com.sleepycat.db.internal.Db;
223 Dbc openCursor(final Db db, final DbTxn txn)
H A DSequenceConfig.java11 import com.sleepycat.db.internal.Db;
287 DbSequence createSequence(final Db db)
296 DbSequence openSequence(final Db db,
H A DSecondaryDatabase.java11 import com.sleepycat.db.internal.Db;
70 SecondaryDatabase(final Db db, final Database primaryDatabase)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A Ddbc_auto.h21 DbcAuto(Db *db, DbTxn *txn, u_int32_t flags) {
H A DRepQuoteExample.cpp65 // Struct used to store information in Db app_private field.
92 void print_stocks(Db *dbp);
113 dbp = new Db(env, 0);
156 operator Db *() {
160 Db *operator->() {
165 Db *dbp;
396 void RepQuoteExample::print_stocks(Db *dbp) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp53 int countRecords(Db *, DbTxn *);
54 int openDb(Db **, const char *, const char *, DbEnv *, u_int32_t);
70 Db *dbp = NULL;
190 Db *dbp = (Db *)args;
315 countRecords(Db *dbp, DbTxn *txn)
353 openDb(Db **dbpp, const char *progname, const char *fileName,
360 Db *dbp = new Db(envp, 0);
362 // Point to the new'd Db
[all...]
H A DTxnGuideInMemory.cpp53 int countRecords(Db *, DbTxn *);
54 int openDb(Db **, const char *, const char *, DbEnv *, u_int32_t);
62 Db *dbp = NULL;
172 Db *dbp = (Db *)args;
297 countRecords(Db *dbp, DbTxn *txn)
335 openDb(Db **dbpp, const char *progname, const char *fileName,
342 Db *dbp = new Db(envp, 0);
344 // Point to the new'd Db
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp38 int txn(Db *, Db *, Db *, Db *,
40 void populateHistory(Db *, int, u_int32_t, u_int32_t, u_int32_t);
41 void populateTable(Db *, u_int32_t, u_int32_t, int, const char *);
274 Db *dbp;
284 dbp = new Db(this, 0);
306 dbp = new Db(this, 0);
335 dbp = new Db(thi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp607 Db *dbp, *sdbp;
613 dbp = (Db *)dbp_ctp->ct_anyp;
615 sdbp = (Db *)sdbp_ctp->ct_anyp;
642 Db *dbp;
646 dbp = (Db *)dbp_ctp->ct_anyp;
657 Db *dbp;
662 dbp = (Db *)dbp_ctp->ct_anyp;
689 Db *dbp;
704 dbp = new Db(dbenv, flags);
727 Db *db
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h20 // with the DbEnv or Db constructor.
24 // - All top level class names start with Db.
66 class Db; // forward
177 class _exported Db class
182 Db(DbEnv*, u_int32_t); // Create a Db object.
183 virtual ~Db(); // Calls close() if the user hasn't.
187 virtual int associate(DbTxn *txn, Db *secondary, int (*callback)
188 (Db *, const Dbt *, const Dbt *, Dbt *), u_int32_t flags);
234 virtual int set_append_recno(int (*)(Db *, Db
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h21 // with the DbEnv or Db constructor.
25 // - All top level class names start with Db.
67 class Db; // forward
178 class _exported Db class
183 Db(DbEnv*, u_int32_t); // Create a Db object.
184 virtual ~Db(); // Calls close() if the user hasn't.
188 virtual int associate(DbTxn *txn, Db *secondary, int (*callback)
189 (Db *, const Dbt *, const Dbt *, Dbt *), u_int32_t flags);
235 virtual int set_append_recno(int (*)(Db *, Db
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h21 // with the DbEnv or Db constructor.
25 // - All top level class names start with Db.
67 class Db; // forward
178 class _exported Db class
183 Db(DbEnv*, u_int32_t); // Create a Db object.
184 virtual ~Db(); // Calls close() if the user hasn't.
188 virtual int associate(DbTxn *txn, Db *secondary, int (*callback)
189 (Db *, const Dbt *, const Dbt *, Dbt *), u_int32_t flags);
235 virtual int set_append_recno(int (*)(Db *, Db
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dcxx_int.h43 WRAPPED_CLASS(Db, DbImp, DB)
72 /* values for Db::flags_ */

Completed in 208 milliseconds

12