| java.sql.Array |
A Java representation of the SQL ARRAY type.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Frees any resources held by this 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.
|
||||||||||
|
|
Retrieves the contents of the SQL
ARRAY value as a Java array object.
|
||||||||||
|
|
Returns the data from the underlying SQL
ARRAY as a Java 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 JDBC type of the entries in this array's underlying SQL array.
|
||||||||||
|
|
Returns the SQL type name of the entries in this array's underlying SQL 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 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.
|
||||||||||
Frees any resources held by this array. After free is called, calling method other than free will throw SQLException (calling free repeatedly will do nothing).
| 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.
| index | the start position in the array where the values are retrieved. |
|---|---|
| count | the number of elements to retrieve. |
| map | the map defining the correspondence between SQL type names and Java types. |
| SQLException | if there is a database error. |
|---|
Retrieves the contents of the SQL ARRAY value as a Java array object.
| SQLException | if there is a database error. |
|---|
Returns the data from the underlying SQL ARRAY as a Java array.
| map | the map defining the correspondence between SQL type names and Java types. |
|---|
| SQLException | if there is a database error. |
|---|
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.
| index | the start position in the array where the values are retrieved. |
|---|---|
| count | the number of elements to retrieve. |
| SQLException | if there is a database error. |
|---|
Returns the JDBC type of the entries in this array's underlying SQL array.
java.sql.Types class| SQLException | if there is a database error. |
|---|
Returns the SQL type name of the entries in this array's underlying SQL array.
| SQLException | if there is a database error. |
|---|
Returns a ResultSet object which holds the entries of the SQL ARRAY associated with this array.
ResultSet.| SQLException | if there is a database error. |
|---|
Returns a ResultSet object that holds the entries of a subarray, beginning at a particular index and comprising up to count successive entries.
| index | the start position in the array where the values are retrieved. |
|---|---|
| count | the number of elements to retrieve. |
| map | the map defining the correspondence between SQL type names and Java types. |
ResultSet the array's custom type values. if a database error has occurred.| SQLException | if there is a database error. |
|---|
Returns a ResultSet object which holds the entries of the SQL ARRAY associated with this array.
| map | the map defining the correspondence between SQL type names and Java types. |
|---|
ResultSet.| SQLException | if there is a database error. |
|---|
Returns a ResultSet object that holds the entries of a subarray, beginning at a particular index and comprising up to count successive entries.
| index | the start position in the array where the values are retrieved. |
|---|---|
| count | the number of elements to retrieve. |
ResultSet.| SQLException | if there is a database error. |
|---|