Searched refs:getDatabase (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DJoinCursor.java106 public Database getDatabase() { method in class:JoinCursor
H A DSequence.java89 public Database getDatabase() method in class:Sequence
H A DSecondaryCursor.java67 return (SecondaryDatabase)super.getDatabase();
H A DCursor.java130 public Database getDatabase() { method in class:Cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityJoin.java100 db = index.getDatabase();
242 joinCursor = primary.getDatabase().join(cursors, null);
H A DSecondaryIndex.java826 public SecondaryDatabase getDatabase() { method in class:SecondaryIndex
H A DPrimaryIndex.java257 public Database getDatabase() { method in class:PrimaryIndex
H A DSubIndex.java64 db = secIndex.getDatabase();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java391 Database db = cursor.getDatabase();
425 Database db = cursor.getDatabase();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java647 Database priDb = primaryIndex.getDatabase();
653 config.setForeignKeyDatabase(relatedIndex.getDatabase());
789 Database db = secIndex.getDatabase();
798 Database db = priIndex.getDatabase();
838 firstException = closeDb(index.getDatabase(), firstException);
842 firstException = closeDb(index.getDatabase(), firstException);
1232 Database db = index.getDatabase();

Completed in 168 milliseconds