Package | Description |
---|---|
java.sql |
Modifier and Type | Method and Description |
---|---|
Array |
CallableStatement.getArray(int i) |
Array |
ResultSet.getArray(int i) |
Array |
ResultSet.getArray(String colName) |
Array |
SQLInput.readArray() |
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setArray(int i,
Array x) |
void |
SQLOutput.writeArray(Array x) |