| java.sql.Array |
A Java representation of the SQL ARRAY type.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the contents of the SQL ARRAY value as a Java array object.
| |||||||||||
Returns part of the SQL ARRAY associated with this Array, starting at a
particular index and comprising up to count successive elements of the
SQL array.
| |||||||||||
Returns part of the SQL ARRAY associated with this Array, starting at a
particular index and comprising up to count successive elements of the
SQL array.
| |||||||||||
Returns the SQL ARRAY associated with this Array.
| |||||||||||
Returns the JDBC type of the entries in this Array's associated array.
| |||||||||||
Returns the SQL type name of the entries in the array associated with
this Array.
| |||||||||||
Returns a ResultSet object which holds the entries of the SQL ARRAY
associated with this Array.
| |||||||||||
Returns a ResultSet object that holds the entries of a subarray,
beginning at a particular index and comprising up to count successive
entries.
| |||||||||||
Returns a ResultSet object that holds the entries of a subarray,
beginning at a particular index and comprising up to count successive
entries.
| |||||||||||
Returns a ResultSet object which holds the entries of the SQL ARRAY
associated with this Array.
| |||||||||||
Retrieves the contents of the SQL ARRAY value as a Java array object.
| SQLException |
|---|
Returns part of the SQL ARRAY associated with this Array, starting at a particular index and comprising up to count successive elements of the SQL array.
| SQLException |
|---|
Returns part of the SQL ARRAY associated with this Array, starting at a particular index and comprising up to count successive elements of the SQL array.
| SQLException |
|---|
Returns the SQL ARRAY associated with this Array.
| SQLException |
|---|
Returns the JDBC type of the entries in this Array's associated array.
| SQLException |
|---|
Returns the SQL type name of the entries in the array associated with this Array.
| SQLException |
|---|
Returns a ResultSet object which holds the entries of the SQL ARRAY associated with this Array.
| SQLException |
|---|
Returns a ResultSet object that holds the entries of a subarray, beginning at a particular index and comprising up to count successive entries.
| SQLException |
|---|
Returns a ResultSet object that holds the entries of a subarray, beginning at a particular index and comprising up to count successive entries.
| SQLException |
|---|
Returns a ResultSet object which holds the entries of the SQL ARRAY associated with this Array.
| SQLException |
|---|