Searched refs:setAllowCreate (Results 51 - 70 of 70) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DSharedTestUtils.java37 DBCONFIG_CREATE.setAllowCreate(true);
H A DTxnTestCase.java64 envConfig.setAllowCreate(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepQuoteExample.java231 envConfig.setAllowCreate(true);
268 dbconf.setAllowCreate(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java180 config.setAllowCreate(true);
198 secConfig.setAllowCreate(true);
H A DIterDeadlockTest.java120 config.setAllowCreate(true);
H A DTestStore.java269 config.setAllowCreate(true);
H A DTransactionTest.java207 dbConfig.setAllowCreate(true);
/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.java172 dbConfig.setAllowCreate(storeConfig.getAllowCreate());
681 config.setAllowCreate(false);
694 config.setAllowCreate(saveAllowCreate);
865 dbConfig.setAllowCreate(true);
892 config.setAllowCreate(!storeConfig.getReadOnly());
917 config.setAllowCreate(!storeConfig.getReadOnly());
971 config.setAllowCreate(!priConfig.getReadOnly());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java96 envConfig.setAllowCreate(true);
101 dbConfig.setAllowCreate(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DBtRecExample.java43 config.setAllowCreate(true);
H A DLockExample.java38 config.setAllowCreate(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DPartialGetTest.java212 dbConfig.setAllowCreate(true);
H A DRepmgrConfigTest.java134 envConfig.setAllowCreate(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DNegativeTest.java44 config.setAllowCreate(envConfig.getAllowCreate());
H A DForeignKeyTest.java93 config.setAllowCreate(envConfig.getAllowCreate());
H A DOperationTest.java69 config.setAllowCreate(envConfig.getAllowCreate());
828 config.setAllowCreate(true);
H A DIndexTest.java83 config.setAllowCreate(envConfig.getAllowCreate());
H A DBindingTest.java116 envConfig.setAllowCreate(true);
130 dbConfig.setAllowCreate(true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java115 public void setAllowCreate(final boolean allowCreate) { method in class:DatabaseConfig
H A DEnvironmentConfig.java214 public void setAllowCreate(final boolean allowCreate) { method in class:EnvironmentConfig

Completed in 624 milliseconds

123