|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ARRAY | |
|---|---|
| oracle.jdbc | Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package oracle.jdbc. |
| oracle.sql | A package of classes that represent java SQL types and Oracle specific SQL types. |
| Uses of ARRAY in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return ARRAY | |
|---|---|
ARRAY |
OracleConnectionWrapper.createARRAY(String typeName,
Object elements)
Creates an ARRAY object with the given type name and elements. |
ARRAY |
OracleConnection.createARRAY(String typeName,
Object elements)
Creates an ARRAY object with the given type name and elements. |
ARRAY |
OracleResultSet.getARRAY(int columnIndex)
Oracle extension. |
ARRAY |
OracleCallableStatement.getARRAY(int parameterIndex)
Retrieves data into an oracle.sql.ARRAY object. |
ARRAY |
OracleResultSet.getARRAY(String columnName)
Oracle extension. |
| Methods in oracle.jdbc with parameters of type ARRAY | |
|---|---|
void |
OraclePreparedStatement.setARRAY(int parameterIndex,
ARRAY arr)
Binds the designated parameter to a oracle.sql.ARRAY. |
void |
OracleCallableStatement.setARRAY(String parameterName,
ARRAY x)
Sets the designated parameter to an oracle.sql.ARRAYvalue. |
void |
OraclePreparedStatement.setARRAYAtName(String parameterName,
ARRAY value)
Sets the designated parameter to a oracle.sql.ARRAY value. |
void |
OracleResultSet.updateARRAY(int columnIndex,
ARRAY value)
Oracle extension. |
void |
OracleResultSet.updateARRAY(String columnName,
ARRAY value)
Oracle extension. |
| Uses of ARRAY in oracle.sql |
|---|
| Methods in oracle.sql with parameters of type ARRAY | |
|---|---|
ResultSet |
ArrayDescriptor.toResultSet(ARRAY array,
long index,
int count,
Map map,
boolean saveLocalCopy)
Deprecated. |
ResultSet |
ArrayDescriptor.toResultSetFromImage(ARRAY array,
long index,
int count,
Map map)
Deprecated. |
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||