Uses of Class
org.sqlite.core.SafeStmtPtr
Packages that use SafeStmtPtr
-
Uses of SafeStmtPtr in org.sqlite.core
Fields in org.sqlite.core declared as SafeStmtPtrModifier and TypeFieldDescription(package private) SafeStmtPtrDB.beginThe "begin;"and "commit;" statement handles.(package private) SafeStmtPtrDB.commitCoreStatement.pointerFields in org.sqlite.core with type parameters of type SafeStmtPtrModifier and TypeFieldDescriptionprivate final Set<SafeStmtPtr> DB.stmtsTracer for statements to avoid unfinalized statements on db close.Methods in org.sqlite.core that return SafeStmtPtrModifier and TypeMethodDescriptionprotected abstract SafeStmtPtrComplies an SQL statement.protected SafeStmtPtrMethods in org.sqlite.core with parameters of type SafeStmtPtrModifier and TypeMethodDescription(package private) final long[]DB.executeBatch(SafeStmtPtr stmt, int count, Object[] vals, boolean autoCommit) Submits a batch of commands to the database for execution.intDB.finalize(SafeStmtPtr safePtr, long ptr) Destroys a statement.