| 
 | Java Platform 1.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 ResultSetobject. | 
|  Array | ResultSet.getArray(String colName)JDBC 2.0 Gets an SQL ARRAY value in the current row of this ResultSetobject. | 
|  Array | SQLInput.readArray()Reads an array from the stream. | 
|  Array | CallableStatement.getArray(int i)JDBC 2.0 Gets the value of a JDBC ARRAYparameter as anArrayobject 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. | 
| 
 | Java Platform 1.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||