|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OracleArray
| Method Summary | |
|---|---|
double[] |
getDoubleArray()
Oracle extension. |
double[] |
getDoubleArray(long index,
int count)
Oracle extension. |
float[] |
getFloatArray()
Oracle extension. |
float[] |
getFloatArray(long index,
int count)
Oracle extension. |
int[] |
getIntArray()
Oracle extension. |
int[] |
getIntArray(long index,
int count)
Oracle extension. |
long[] |
getLongArray()
Oracle extension. |
long[] |
getLongArray(long index,
int count)
Oracle extension. |
OracleTypeMetaData |
getOracleMetaData()
Oracle extension. |
short[] |
getShortArray()
Oracle extension. |
short[] |
getShortArray(long index,
int count)
|
java.lang.String |
getSQLTypeName()
Oracle extension. |
int |
length()
Oracle extension. |
java.lang.Object |
toJdbc()
Oracle extension. |
| Methods inherited from interface java.sql.Array |
|---|
getArray, getArray, getArray, getArray, getBaseType, getBaseTypeName, getResultSet, getResultSet, getResultSet, getResultSet |
| Method Detail |
|---|
OracleTypeMetaData getOracleMetaData()
throws java.sql.SQLException
java.sql.SQLException - if an error occurs
int length()
throws java.sql.SQLException
java.sql.SQLException
java.lang.String getSQLTypeName()
throws java.sql.SQLException
Struct object represents.
java.sql.SQLException - if a database access error occurs
java.lang.Object toJdbc()
throws java.sql.SQLException
java.sql.SQLException - if conversion to JDBC representation results in
an error
int[] getIntArray()
throws java.sql.SQLException
java.sql.SQLException
int[] getIntArray(long index,
int count)
throws java.sql.SQLException
index - the index of the first element to be returnedcount - the number of elements to be returned.
java.sql.SQLException
double[] getDoubleArray()
throws java.sql.SQLException
java.sql.SQLException
double[] getDoubleArray(long index,
int count)
throws java.sql.SQLException
index - the index of the first element to be returnedcount - the number of elements to be returned.
java.sql.SQLException
short[] getShortArray()
throws java.sql.SQLException
java.sql.SQLException
short[] getShortArray(long index,
int count)
throws java.sql.SQLException
java.sql.SQLException
long[] getLongArray()
throws java.sql.SQLException
java.sql.SQLException
long[] getLongArray(long index,
int count)
throws java.sql.SQLException
index - the index of the first element to be returnedcount - the number of elements to be returned.
java.sql.SQLException
float[] getFloatArray()
throws java.sql.SQLException
java.sql.SQLException
float[] getFloatArray(long index,
int count)
throws java.sql.SQLException
index - the index of the first element to be returnedcount - the number of elements to be returned.
java.sql.SQLException
|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||