Uses of Class
oracle.sql.ARRAY
Packages that use ARRAY
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.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 ARRAYModifier and TypeMethodDescriptionOracleConnection.createARRAY(String typeName, Object elements) Creates an ARRAY object with the given type name and elements.OracleConnectionWrapper.createARRAY(String typeName, Object elements) Creates an ARRAY object with the given type name and elements.OracleCallableStatement.getARRAY(int parameterIndex) Retrieves data into anoracle.sql.ARRAYobject.OracleResultSet.getARRAY(int columnIndex) Oracle extension.Oracle extension.Methods in oracle.jdbc with parameters of type ARRAYModifier and TypeMethodDescriptionvoidSets the designated parameter to anoracle.sql.ARRAYvalue.voidBinds the designated parameter to aoracle.sql.ARRAY.voidOraclePreparedStatement.setARRAYAtName(String parameterName, ARRAY value) Sets the designated parameter to aoracle.sql.ARRAYvalue.voidOracleResultSet.updateARRAY(int columnIndex, ARRAY value) Oracle extension.voidOracleResultSet.updateARRAY(String columnName, ARRAY value) Oracle extension. -
Uses of ARRAY in oracle.sql
Methods in oracle.sql with parameters of type ARRAYModifier and TypeMethodDescriptionArrayDescriptor.toResultSet(ARRAY array, long index, int count, Map map, boolean saveLocalCopy) Deprecated.