Uses of Class
org.sqlite.core.CoreStatement
-
Packages that use CoreStatement Package Description org.sqlite.core org.sqlite.jdbc3 org.sqlite.jdbc4 -
-
Uses of CoreStatement in org.sqlite.core
Subclasses of CoreStatement in org.sqlite.core Modifier and Type Class Description class
CorePreparedStatement
Fields in org.sqlite.core declared as CoreStatement Modifier and Type Field Description protected CoreStatement
CoreResultSet. stmt
Methods in org.sqlite.core with parameters of type CoreStatement Modifier and Type Method Description boolean
DB. execute(CoreStatement stmt, Object[] vals)
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..void
DB. prepare(CoreStatement stmt)
Complies the an SQL statement.Constructors in org.sqlite.core with parameters of type CoreStatement Constructor Description CoreResultSet(CoreStatement stmt)
Default constructor for a given statement. -
Uses of CoreStatement in org.sqlite.jdbc3
Subclasses of CoreStatement in org.sqlite.jdbc3 Modifier and Type Class Description class
JDBC3PreparedStatement
class
JDBC3Statement
Constructors in org.sqlite.jdbc3 with parameters of type CoreStatement Constructor Description JDBC3ResultSet(CoreStatement stmt)
-
Uses of CoreStatement in org.sqlite.jdbc4
Subclasses of CoreStatement in org.sqlite.jdbc4 Modifier and Type Class Description class
JDBC4PreparedStatement
class
JDBC4Statement
Constructors in org.sqlite.jdbc4 with parameters of type CoreStatement Constructor Description JDBC4ResultSet(CoreStatement stmt)
-