|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Array | |
java.sql | Provides the API for accessing and processing data in a data source using the JavaTM programming language. |
Uses of Array in java.sql |
Methods in java.sql that return Array | |
Array |
CallableStatement.getArray(int i)
Gets the value of a JDBC ARRAY parameter as an
Array object in the Java programming language. |
Array |
SQLInput.readArray()
Reads an SQL ARRAY value from the stream and returns it as an
Array object in the Java programming language. |
Array |
ResultSet.getArray(int i)
Returns 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)
Returns 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 |
PreparedStatement.setArray(int i,
Array x)
Sets the designated parameter to the given Array object. |
void |
SQLOutput.writeArray(Array x)
Writes an SQL ARRAY value to the stream. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.