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