| 
 | Java Platform 1.2 | |||||||||
| 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 | CallableStatementThe interface used to execute SQL stored procedures. | 
|  interface | PreparedStatementAn 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 ResultSetobject. | 
|  Statement | Connection.createStatement()Creates a Statementobject for sending
 SQL statements to the database. | 
|  Statement | Connection.createStatement(int resultSetType,
                int resultSetConcurrency)JDBC 2.0 Creates a Statementobject that will generateResultSetobjects with the given type and concurrency. | 
| 
 | Java Platform 1.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||