Uses of Interface
org.sqlite.core.SafeStmtPtr.SafePtrFunction
Packages that use SafeStmtPtr.SafePtrFunction
-
Uses of SafeStmtPtr.SafePtrFunction in org.sqlite.core
Methods in org.sqlite.core with parameters of type SafeStmtPtr.SafePtrFunctionModifier and TypeMethodDescription<T,
E extends Throwable>
TSafeStmtPtr.safeRun
(SafeStmtPtr.SafePtrFunction<T, E> run) Run a callback with the wrapped pointer safely.