public static interface OracleTypeMetaData.Array extends OracleTypeMetaData
OracleTypeMetaData.Array, OracleTypeMetaData.ArrayStorage, OracleTypeMetaData.Kind, OracleTypeMetaData.Opaque, OracleTypeMetaData.Struct| Modifier and Type | Method and Description |
|---|---|
OracleTypeMetaData.ArrayStorage |
getArrayStorage()
Return the database type of the array.
|
java.lang.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 maximum number of elements this array object can hold.
|
getKind, getName, getSchemaName, getSQLName, getTypeCode, getTypeCodeNameint getBaseType()
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String getBaseName()
throws java.sql.SQLException
java.sql.SQLException - if the element's type is not named.OracleTypeMetaData.ArrayStorage getArrayStorage() throws java.sql.SQLException
java.sql.SQLExceptionlong getMaxLength()
throws java.sql.SQLException
java.sql.SQLException