|
Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Array
A Java representation of the SQL ARRAY type.
| Method Summary | |
|---|---|
Object |
getArray()
Retrieves the contents of the SQL ARRAY value as a Java array object. |
Object |
getArray(long index,
int count)
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. |
Object |
getArray(long index,
int count,
Map<String,Class<?>> map)
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. |
Object |
getArray(Map<String,Class<?>> map)
Returns the SQL ARRAY associated with this Array. |
int |
getBaseType()
Returns the JDBC type of the entries in this Array's associated array. |
String |
getBaseTypeName()
Returns the SQL type name of the entries in the array associated with this Array. |
ResultSet |
getResultSet()
Returns a ResultSet object which holds the entries of the SQL ARRAY associated with this Array. |
ResultSet |
getResultSet(long index,
int count)
Returns a ResultSet object that holds the entries of a subarray, beginning at a particular index and comprising up to count successive entries. |
ResultSet |
getResultSet(long index,
int count,
Map<String,Class<?>> map)
Returns a ResultSet object that holds the entries of a subarray, beginning at a particular index and comprising up to count successive entries. |
ResultSet |
getResultSet(Map<String,Class<?>> map)
Returns a ResultSet object which holds the entries of the SQL ARRAY associated with this Array. |
| Method Detail |
|---|
Object getArray()
throws SQLException
SQLExceptionObject getArray(long index,
int count)
throws SQLException
index - count -
SQLExceptionObject getArray(long index,
int count,
Map<String,Class<?>> map)
throws SQLException
index - count - map -
SQLExceptionObject getArray(Map<String,Class<?>> map)
throws SQLException
map -
SQLExceptionint getBaseType()
throws SQLException
SQLExceptionString getBaseTypeName()
throws SQLException
SQLExceptionResultSet getResultSet()
throws SQLException
SQLExceptionResultSet getResultSet(long index,
int count)
throws SQLException
index - count -
SQLExceptionResultSet getResultSet(long index,
int count,
Map<String,Class<?>> map)
throws SQLException
index - count - map -
SQLExceptionResultSet getResultSet(Map<String,Class<?>> map)
throws SQLException
map -
SQLException
|
Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||