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 classCorePreparedStatementFields in org.sqlite.core declared as CoreStatement Modifier and Type Field Description protected CoreStatementCoreResultSet. stmtMethods in org.sqlite.core with parameters of type CoreStatement Modifier and Type Method Description booleanDB. execute(CoreStatement stmt, Object[] vals)longDB. 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..voidDB. 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 classJDBC3PreparedStatementclassJDBC3StatementConstructors 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 classJDBC4PreparedStatementclassJDBC4StatementConstructors in org.sqlite.jdbc4 with parameters of type CoreStatement Constructor Description JDBC4ResultSet(CoreStatement stmt)
-