Uses of Interface
org.sqlite.core.SafeStmtPtr.SafePtrIntFunction
-
Packages that use SafeStmtPtr.SafePtrIntFunction Package Description org.sqlite.core -
-
Uses of SafeStmtPtr.SafePtrIntFunction in org.sqlite.core
Methods in org.sqlite.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.
-