Searched refs:errorIfExists (Results 1 – 5 of 5) sorted by relevance
147 final boolean errorIfExists) { in setErrorIfExists() argument149 setErrorIfExists(nativeHandle_, errorIfExists); in setErrorIfExists()154 public boolean errorIfExists() { in errorIfExists() method in DBOptions156 return errorIfExists(nativeHandle_); in errorIfExists()1194 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists() argument1195 private native boolean errorIfExists(long handle); in errorIfExists() method in DBOptions
106 T setErrorIfExists(boolean errorIfExists); in setErrorIfExists() argument115 boolean errorIfExists(); in errorIfExists() method
277 public boolean errorIfExists() { in errorIfExists() method in Options279 return errorIfExists(nativeHandle_); in errorIfExists()283 public Options setErrorIfExists(final boolean errorIfExists) { in setErrorIfExists() argument285 setErrorIfExists(nativeHandle_, errorIfExists); in setErrorIfExists()1810 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists() argument1811 private native boolean errorIfExists(long handle); in errorIfExists() method in Options
122 public void errorIfExists() { in errorIfExists() method in DBOptionsTest126 assertThat(opt.errorIfExists()).isEqualTo(boolValue); in errorIfExists()
332 public void errorIfExists() { in errorIfExists() method in OptionsTest336 assertThat(opt.errorIfExists()).isEqualTo(boolValue); in errorIfExists()