Uses of Class
io.roastedroot.sqlite4j.core.CoreStatement
-
Packages that use CoreStatement Package Description io.roastedroot.sqlite4j.core io.roastedroot.sqlite4j.jdbc3 io.roastedroot.sqlite4j.jdbc4 -
-
Uses of CoreStatement in io.roastedroot.sqlite4j.core
Subclasses of CoreStatement in io.roastedroot.sqlite4j.core Modifier and Type Class Description classCorePreparedStatementFields in io.roastedroot.sqlite4j.core declared as CoreStatement Modifier and Type Field Description protected CoreStatementCoreResultSet. stmtMethods in io.roastedroot.sqlite4j.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 io.roastedroot.sqlite4j.core with parameters of type CoreStatement Constructor Description CoreResultSet(CoreStatement stmt)Default constructor for a given statement. -
Uses of CoreStatement in io.roastedroot.sqlite4j.jdbc3
Subclasses of CoreStatement in io.roastedroot.sqlite4j.jdbc3 Modifier and Type Class Description classJDBC3PreparedStatementclassJDBC3StatementConstructors in io.roastedroot.sqlite4j.jdbc3 with parameters of type CoreStatement Constructor Description JDBC3ResultSet(CoreStatement stmt) -
Uses of CoreStatement in io.roastedroot.sqlite4j.jdbc4
Subclasses of CoreStatement in io.roastedroot.sqlite4j.jdbc4 Modifier and Type Class Description classJDBC4PreparedStatementclassJDBC4StatementConstructors in io.roastedroot.sqlite4j.jdbc4 with parameters of type CoreStatement Constructor Description JDBC4ResultSet(CoreStatement stmt)
-