|
JavaTM 2 Platform Standard Edition |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statement | |
| java.sql | Provides the JDBC package. |
| Uses of Statement in java.sql |
| Subinterfaces of Statement in java.sql | |
interface |
CallableStatement
The interface used to execute SQL stored procedures. |
interface |
PreparedStatement
An object that represents a precompiled SQL statement. |
| Methods in java.sql that return Statement | |
Statement |
ResultSet.getStatement()
JDBC 2.0 Returns the Statement that produced this ResultSet object. |
Statement |
Connection.createStatement()
Creates a Statement object for sending
SQL statements to the database. |
Statement |
Connection.createStatement(int resultSetType,
int resultSetConcurrency)
JDBC 2.0 Creates a Statement object that will generate
ResultSet objects with the given type and concurrency. |
|
JavaTM 2 Platform Standard Edition |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||