Uses of Class
oracle.sql.ARRAY
-
Packages that use ARRAY Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc.oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types. -
- <section role="region">
Uses of ARRAY in oracle.jdbc
Methods in oracle.jdbc that return ARRAY Modifier and Type Method Description ARRAYOracleConnection. createARRAY(String typeName, Object elements)Creates an ARRAY object with the given type name and elements.ARRAYOracleConnectionWrapper. createARRAY(String typeName, Object elements)Creates an ARRAY object with the given type name and elements.ARRAYOracleCallableStatement. getARRAY(int parameterIndex)Retrieves data into anoracle.sql.ARRAYobject.ARRAYOracleResultSet. getARRAY(int columnIndex)Oracle extension.ARRAYOracleResultSet. getARRAY(String columnName)Oracle extension.
</section>Methods in oracle.jdbc with parameters of type ARRAY Modifier and Type Method Description voidOracleCallableStatement. setARRAY(String parameterName, ARRAY x)Sets the designated parameter to anoracle.sql.ARRAYvalue.voidOraclePreparedStatement. setARRAY(int parameterIndex, ARRAY arr)Binds 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. - <section role="region">
Uses of ARRAY in oracle.sql
</section>Methods in oracle.sql with parameters of type ARRAY Modifier and Type Method Description ResultSetArrayDescriptor. toResultSet(ARRAY array, long index, int count, Map map, boolean saveLocalCopy)Deprecated.
- <section role="region">