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 SafeStmtPtrCoreStatement. pointerMethods in org.sqlite.core that return SafeStmtPtr Modifier and Type Method Description protected abstract SafeStmtPtrDB. prepare(String sql)Complies an SQL statement.protected SafeStmtPtrNativeDB. prepare(String sql)Methods in org.sqlite.core with parameters of type SafeStmtPtr Modifier and Type Method Description intDB. finalize(SafeStmtPtr safePtr, long ptr)Destroys a statement.
-