Example usage for Java java.sql Array fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getArray() Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language. |
int | getBaseType() Retrieves the JDBC type of the elements in the array designated by this Array object. |
String | getBaseTypeName() Retrieves the SQL type name of the elements in the array designated by this Array object. |
ResultSet | getResultSet() Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object. |
String | toString() Returns a string representation of the object. |