Java Platform 1.2

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.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.