Uses of Class
org.sqlite.core.CoreStatement
Packages that use CoreStatement
-
Uses of CoreStatement in org.sqlite.core
Subclasses of CoreStatement in org.sqlite.coreFields in org.sqlite.core declared as CoreStatementMethods in org.sqlite.core with parameters of type CoreStatementModifier and TypeMethodDescriptionfinal boolean
DB.execute
(CoreStatement stmt, Object[] vals) final long
DB.executeUpdate
(CoreStatement stmt, Object[] vals) Execute an SQL INSERT, UPDATE or DELETE statement with the Stmt object and an array of parameter values of the SQL statement..final void
DB.prepare
(CoreStatement stmt) Complies the an SQL statement.Constructors in org.sqlite.core with parameters of type CoreStatementModifierConstructorDescriptionprotected
CoreResultSet
(CoreStatement stmt) Default constructor for a given statement. -
Uses of CoreStatement in org.sqlite.jdbc3
Subclasses of CoreStatement in org.sqlite.jdbc3Constructors in org.sqlite.jdbc3 with parameters of type CoreStatement -
Uses of CoreStatement in org.sqlite.jdbc4
Subclasses of CoreStatement in org.sqlite.jdbc4Constructors in org.sqlite.jdbc4 with parameters of type CoreStatement