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