JavaTM 2 Platform
Standard Edition

Uses of Interface
java.sql.Array

Packages that use Array
java.sql Provides the JDBC package. 
 

Uses of Array in java.sql
 

Methods in java.sql that return Array
 Array ResultSet.getArray(int i)
          JDBC 2.0 Gets an SQL ARRAY value from the current row of this ResultSet object.
 Array ResultSet.getArray(String colName)
          JDBC 2.0 Gets an SQL ARRAY value in the current row of this ResultSet object.
 Array SQLInput.readArray()
          Reads an array from the stream.
 Array CallableStatement.getArray(int i)
          JDBC 2.0 Gets the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
 

Methods in java.sql with parameters of type Array
 void PreparedStatement.setArray(int i, Array x)
          JDBC 2.0 Sets an Array parameter.
 void SQLOutput.writeArray(Array x)
          Writes an array to the stream.
 


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.