Uses of Interface
io.roastedroot.sqlite4j.core.SafeStmtPtr.SafePtrDoubleFunction
-
Packages that use SafeStmtPtr.SafePtrDoubleFunction Package Description io.roastedroot.sqlite4j.core -
-
Uses of SafeStmtPtr.SafePtrDoubleFunction in io.roastedroot.sqlite4j.core
Methods in io.roastedroot.sqlite4j.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.
-