Uses of Interface
org.sqlite.core.SafeStmtPtr.SafePtrDoubleFunction
-
Packages that use SafeStmtPtr.SafePtrDoubleFunction Package Description org.sqlite.core -
-
Uses of SafeStmtPtr.SafePtrDoubleFunction in org.sqlite.core
Methods in org.sqlite.core with parameters of type SafeStmtPtr.SafePtrDoubleFunction Modifier and Type Method Description <E extends Throwable>
doubleSafeStmtPtr. safeRunDouble(SafeStmtPtr.SafePtrDoubleFunction<E> run)
Run a callback with the wrapped pointer safely.
-