| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Array | |
| java.sql | Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. | 
| javax.sql | Provides the API for server side data source access and processing from the JavaTM programming language. | 
| Uses of Array in java.sql | 
| Methods in java.sql that return Array | |
 Array | 
SQLInput.readArray()
Reads an SQL ARRAY value from the stream and returns it as an
 Array object in the Java programming language. | 
 Array | 
CallableStatement.getArray(int i)
Retrieves the value of the designated JDBC ARRAY parameter as an
 Array object in the Java programming language. | 
 Array | 
CallableStatement.getArray(String parameterName)
Retrieves the value of a JDBC ARRAY parameter as an
 Array object in the Java programming language. | 
 Array | 
ResultSet.getArray(int i)
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object
 in the Java programming language. | 
 Array | 
ResultSet.getArray(String colName)
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object
 in the Java programming language. | 
| Methods in java.sql with parameters of type Array | |
 void | 
SQLOutput.writeArray(Array x)
Writes an SQL ARRAY value to the stream. | 
 void | 
PreparedStatement.setArray(int i,
         Array x)
Sets the designated parameter to the given Array object. | 
 void | 
ResultSet.updateArray(int columnIndex,
            Array x)
Updates the designated column with a java.sql.Array value. | 
 void | 
ResultSet.updateArray(String columnName,
            Array x)
Updates the designated column with a java.sql.Array value. | 
| Uses of Array in javax.sql | 
| Methods in javax.sql with parameters of type Array | |
 void | 
RowSet.setArray(int i,
         Array x)
Sets the designated parameter in this RowSet object's command
 with the given  Array value. | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.