Uses of Interface
java.sql.Statement
| Package | Description |
|---|---|
| java.sql | |
| SQLite.JDBC2z |
-
Uses of Statement in java.sql
Subinterfaces of Statement in java.sql Modifier and Type Interface Description interfaceCallableStatementAn interface used to call Stored Procedures.interfacePreparedStatementAn interface for a precompiled SQL Statement.Methods in java.sql that return Statement Modifier and Type Method Description StatementConnection. createStatement()Returns a new instance ofStatementfor issuing SQL commands to the remote database.StatementConnection. createStatement(int resultSetType, int resultSetConcurrency)Returns a new instance ofStatementwhose associatedResultSets have the characteristics specified in the type and concurrency arguments.StatementConnection. createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)Returns a new instance ofStatementwhose associatedResultSets will have the characteristics specified in the type, concurrency and holdability arguments.StatementResultSet. getStatement()Gets the statement that produced thisResultSet. -
Uses of Statement in SQLite.JDBC2z
Classes in SQLite.JDBC2z that implement Statement Modifier and Type Class Description classJDBCPreparedStatementclassJDBCStatementMethods in SQLite.JDBC2z that return Statement Modifier and Type Method Description StatementJDBCConnection. createStatement()StatementJDBCConnection. createStatement(int resultSetType, int resultSetConcurrency)StatementJDBCConnection. createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)StatementJDBCResultSet. getStatement()