Uses of Class
org.sqlite.core.SafeStmtPtr
-
Packages that use SafeStmtPtr Package Description org.sqlite.core -
-
Uses of SafeStmtPtr in org.sqlite.core
Fields in org.sqlite.core declared as SafeStmtPtr Modifier and Type Field Description (package private) SafeStmtPtrDB. beginThe "begin;"and "commit;" statement handles.(package private) SafeStmtPtrDB. commitSafeStmtPtrCoreStatement. pointerFields in org.sqlite.core with type parameters of type SafeStmtPtr Modifier and Type Field Description private java.util.Set<SafeStmtPtr>DB. stmtsTracer for statements to avoid unfinalized statements on db close.Methods in org.sqlite.core that return SafeStmtPtr Modifier and Type Method Description protected abstract SafeStmtPtrDB. prepare(java.lang.String sql)Complies an SQL statement.protected SafeStmtPtrNativeDB. prepare(java.lang.String sql)Methods in org.sqlite.core with parameters of type SafeStmtPtr Modifier and Type Method Description (package private) long[]DB. executeBatch(SafeStmtPtr stmt, int count, java.lang.Object[] vals, boolean autoCommit)Submits a batch of commands to the database for execution.intDB. finalize(SafeStmtPtr safePtr, long ptr)Destroys a statement.
-