|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| 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.
| Field Summary | |
|---|---|
static java.lang.Class |
CLASS_INSTANCE
|
| Method Summary | |
|---|---|
java.lang.Object |
getArray()
Retrieves the contents of the SQL ARRAY value as a Java array object. |
java.lang.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. |
int |
getBaseType()
Returns the JDBC type of the entries in this Array's associated array. |
java.lang.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. |
| Field Detail |
|---|
static final java.lang.Class CLASS_INSTANCE
| Method Detail |
|---|
java.lang.Object getArray()
throws SQLException
SQLException
java.lang.Object getArray(long index,
int count)
throws SQLException
index - count -
SQLException
int getBaseType()
throws SQLException
SQLException
java.lang.String getBaseTypeName()
throws SQLException
SQLException
ResultSet getResultSet()
throws SQLException
SQLException
ResultSet getResultSet(long index,
int count)
throws SQLException
index - count -
SQLException
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||