Searched refs:errorPrefix (Results 1 - 2 of 2) 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/
H A DDatabaseConfig.java44 private String errorPrefix = null; field in class:DatabaseConfig
595 @param errorPrefix
598 public void setErrorPrefix(final String errorPrefix) { argument
599 this.errorPrefix = errorPrefix;
611 return errorPrefix;
2032 if (errorPrefix != oldConfig.errorPrefix)
2033 db.set_errpfx(errorPrefix);
2115 errorPrefix
[all...]
H A DEnvironmentConfig.java98 private String errorPrefix = null; field in class:EnvironmentConfig
699 @param errorPrefix
702 public void setErrorPrefix(final String errorPrefix) { argument
703 this.errorPrefix = errorPrefix;
715 return errorPrefix;
3822 if (errorPrefix != oldConfig.errorPrefix &&
3823 errorPrefix != null && !errorPrefix
[all...]

Completed in 38 milliseconds