Searched refs:getReadOnly (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DStoreConfig.java137 public boolean getReadOnly() { method in class:StoreConfig
/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.java173 dbConfig.setReadOnly(storeConfig.getReadOnly());
319 if (!storeConfig.getReadOnly() && seqName != null) {
366 if (!dbConfig.getReadOnly()) {
659 config.getReadOnly() != priConfig.getReadOnly()) {
854 if (storeConfig.getReadOnly()) {
892 config.setAllowCreate(!storeConfig.getReadOnly());
917 config.setAllowCreate(!storeConfig.getReadOnly());
918 config.setReadOnly(storeConfig.getReadOnly());
971 config.setAllowCreate(!priConfig.getReadOnly());
[all...]
H A DPersistCatalog.java398 !db.getConfig().getReadOnly()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java110 if (dbConfig.getReadOnly()) {
/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.java1253 public boolean getReadOnly() { method in class:DatabaseConfig

Completed in 50 milliseconds