Uses of Interface
io.roastedroot.sqlite4j.core.SafeStmtPtr.SafePtrLongFunction
-
Packages that use SafeStmtPtr.SafePtrLongFunction Package Description io.roastedroot.sqlite4j.core -
-
Uses of SafeStmtPtr.SafePtrLongFunction in io.roastedroot.sqlite4j.core
Methods in io.roastedroot.sqlite4j.core with parameters of type SafeStmtPtr.SafePtrLongFunction Modifier and Type Method Description <E extends Throwable>
longSafeStmtPtr. safeRunLong(SafeStmtPtr.SafePtrLongFunction<E> run)Run a callback with the wrapped pointer safely.
-