OracleTypeMetaData
ArrayDescriptor
public static interface OracleTypeMetaData.Array extends OracleTypeMetaData
OracleTypeMetaData.Array, OracleTypeMetaData.ArrayStorage, OracleTypeMetaData.Kind, OracleTypeMetaData.Opaque, OracleTypeMetaData.Struct
Modifier and Type | Method | Description |
---|---|---|
OracleTypeMetaData.ArrayStorage |
getArrayStorage() |
Return the database type of the array.
|
String |
getBaseName() |
In case the elements are named types the fully qualified name of their type.Otherwise, return type name used by the database
|
int |
getBaseType() |
Return element's type code.
|
long |
getMaxLength() |
Return the maximun number of elements this array object can hold.
|
getKind, getName, getSchemaName, getSQLName, getTypeCode, getTypeCodeName
int getBaseType() throws SQLException
SQLException
String getBaseName() throws SQLException
SQLException
- if the element's type is not named.OracleTypeMetaData.ArrayStorage getArrayStorage() throws SQLException
SQLException
long getMaxLength() throws SQLException
SQLException