Searched defs:errorIfExists (Results 1 – 5 of 5) sorted by relevance
106 T setErrorIfExists(boolean errorIfExists); in setErrorIfExists()115 boolean errorIfExists(); in errorIfExists() method
147 final boolean errorIfExists) { in setErrorIfExists()154 public boolean errorIfExists() { in errorIfExists() method in DBOptions1194 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists()1195 private native boolean errorIfExists(long handle); in errorIfExists() method in DBOptions
277 public boolean errorIfExists() { in errorIfExists() method in Options283 public Options setErrorIfExists(final boolean errorIfExists) { in setErrorIfExists()1810 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists()1811 private native boolean errorIfExists(long handle); in errorIfExists() method in Options
122 public void errorIfExists() { in errorIfExists() method in DBOptionsTest
332 public void errorIfExists() { in errorIfExists() method in OptionsTest