Uses of Interface java.sql.Array

Uses in package javax.sql

Methods with parameter type java.sql.Array

void
RowSet.setArray(int i, Array x)

Uses in package java.sql

Methods with parameter type java.sql.Array

void
PreparedStatement.setArray(int index, Array value)
This method sets the specified parameter from the given Java Array value.
void
ResultSet.updateArray(int columnIndex, Array value)
This method updates the specified column to have a java.sqlArray value.
void
ResultSet.updateArray(String columnName, Array value)
This method updates the specified column to have a java.sqlArray value.
void
This method writes the specified Java SQL Array object to the SQL stream.

Methods with return type java.sql.Array

Array
This method returns the value of the specified parameter as a Java Array.
Array
ResultSet.getArray(int columnIndex)
This method returns the specified column value as an Array.
Array
This method returns the value of the specified parameter as a Java Array.
Array
This method returns the specified column value as an Array.
Array
This method reads the next item from the stream a Java SQL Array.