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