public interface OracleTypeMetaData
OracleArray replaces ARRAY. OracleOpaque replaces OPAQUE. OracleStruct replaces STRUCT.| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
OracleTypeMetaData.Array
This nested interfacet defines additional methods for array types 
 | 
static class  | 
OracleTypeMetaData.ArrayStorage
Identifies 
 | 
static class  | 
OracleTypeMetaData.Kind
Identifies the kind of named type. 
 | 
static interface  | 
OracleTypeMetaData.Opaque
This nested interface defines additional methods for opaque types 
 | 
static interface  | 
OracleTypeMetaData.Struct
This nested interface defines additional methods for struct types 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OracleTypeMetaData.Kind | 
getKind()
Return the kind of type. 
 | 
String | 
getName()
Return fully qualified type name. 
 | 
String | 
getSchemaName()
Return sql schema name. 
 | 
oracle.sql.SQLName | 
getSQLName()
Fully parsed named 
 | 
int | 
getTypeCode()
Returns type code. 
 | 
String | 
getTypeCodeName()
Returns the type code name. 
 | 
OracleTypeMetaData.Kind getKind()
String getName() throws SQLException
SQLException
oracle.sql.SQLName getSQLName()
                       throws SQLException
SQLExceptionString getSchemaName() throws SQLException
SQLException
int getTypeCode()
         throws SQLException
SQLExceptionString getTypeCodeName() throws SQLException
SQLException