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) SafeStmtPtr
DB.begin
The "begin;"and "commit;" statement handles.(package private) SafeStmtPtr
DB.commit
CoreStatement.pointer
Fields in org.sqlite.core with type parameters of type SafeStmtPtrModifier and TypeFieldDescriptionprivate final Set
<SafeStmtPtr> DB.stmts
Tracer for statements to avoid unfinalized statements on db close.Methods in org.sqlite.core that return SafeStmtPtrModifier and TypeMethodDescriptionprotected abstract SafeStmtPtr
Complies an SQL statement.protected SafeStmtPtr
Methods 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.int
DB.finalize
(SafeStmtPtr safePtr, long ptr) Destroys a statement.