Uses of Class
io.roastedroot.sqlite4j.core.SafeStmtPtr
-
Packages that use SafeStmtPtr Package Description io.roastedroot.sqlite4j.core -
-
Uses of SafeStmtPtr in io.roastedroot.sqlite4j.core
Fields in io.roastedroot.sqlite4j.core declared as SafeStmtPtr Modifier and Type Field Description SafeStmtPtrCoreStatement. pointerMethods in io.roastedroot.sqlite4j.core that return SafeStmtPtr Modifier and Type Method Description protected abstract SafeStmtPtrDB. prepare(String sql)Complies an SQL statement.protected SafeStmtPtrWasmDB. prepare(String sql)Methods in io.roastedroot.sqlite4j.core with parameters of type SafeStmtPtr Modifier and Type Method Description intDB. finalize(SafeStmtPtr safePtr, long ptr)Destroys a statement.
-