Searched refs:setErrorIfExists (Results 1 – 5 of 5) sorted by relevance
146 public DBOptions setErrorIfExists( in setErrorIfExists() method in DBOptions149 setErrorIfExists(nativeHandle_, errorIfExists); in setErrorIfExists()1194 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists() method in DBOptions
106 T setErrorIfExists(boolean errorIfExists); in setErrorIfExists() method
283 public Options setErrorIfExists(final boolean errorIfExists) { in setErrorIfExists() method in Options285 setErrorIfExists(nativeHandle_, errorIfExists); in setErrorIfExists()1810 private native void setErrorIfExists(long handle, boolean errorIfExists); in setErrorIfExists() method in Options
125 opt.setErrorIfExists(boolValue); in errorIfExists()
335 opt.setErrorIfExists(boolValue); in errorIfExists()