JavaTM 2 Platform
Standard Edition

Uses of Interface
java.sql.Statement

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

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.