Changed Methods |
int getBaseType()
|
Documentation changed from old to new. |
Retrieves the JDBC type of the elements in the array designated by this Array object. |
String getBaseTypeName()
|
Documentation changed from old to new. |
Retrieves the SQL type name of the elements in the array designated by this Array object. |
Object getArray()
|
Documentation changed from old to new. |
Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language. |
Object getArray(Map )
|
Documentation changed from old to new. |
Retrieves the contents of the SQL ARRAY value designated by this Array object. |
Object getArray(long, int)
|
Documentation changed from old to new. |
Retrieves a slice of the SQL ARRAY value designated by this Array object beginning with the specified index and containing up to count successive elements of the SQL array. |
Object getArray(long, int, Map)
|
Documentation changed from old to new. |
Retreives a slice of the SQL ARRAY value designated by this Array object beginning with the specified index and containing up to count successive elements of the SQL array. |
ResultSet getResultSet()
|
Documentation changed from old to new. |
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object. |
ResultSet getResultSet(Map )
|
Documentation changed from old to new. |
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object. |
ResultSet getResultSet(long, int)
|
Documentation changed from old to new. |
Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements. |
ResultSet getResultSet(long, int, Map)
|
Documentation changed from old to new. |
Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements. |