|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface OracleTypeMetaData.Struct
This nested interface defines additional methods for struct types
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.jdbc.OracleTypeMetaData |
---|
OracleTypeMetaData.Array, OracleTypeMetaData.ArrayStorage, OracleTypeMetaData.Kind, OracleTypeMetaData.Opaque, OracleTypeMetaData.Struct |
Method Summary | |
---|---|
int |
getLength() The number of fields in the Object Type. |
int |
getLocalAttributeCount() Returns the number of attributes defined in the subtype. |
ResultSetMetaData |
getMetaData() Gets the metadata regarding this type. |
String[] |
getSubtypeNames() Returns the SQL type names of the direct subtypes. |
String |
getSupertypeName() Returns the SQL type name of the direct subtype. |
int |
getTypeVersion() |
boolean |
isFinalType() Indicates whether the object type is a final type. |
boolean |
isInstantiable() Indicates whether the object type is instantiable. |
boolean |
isSubtype() Indicates whether the object type is a subtype. |
Methods inherited from interface oracle.jdbc.OracleTypeMetaData |
---|
getKind, getName, getSchemaName, getSQLName, getTypeCode, getTypeCodeName |
Method Detail |
---|
int getTypeVersion() throws SQLException
SQLException
int getLength() throws SQLException
SQLException
ResultSetMetaData getMetaData() throws SQLException
if
- database access error occursSQLException
boolean isFinalType() throws SQLException
SQLException
boolean isSubtype() throws SQLException
SQLException
boolean isInstantiable() throws SQLException
SQLException
String getSupertypeName() throws SQLException
SQLException
int getLocalAttributeCount() throws SQLException
SQLException
String[] getSubtypeNames() throws SQLException
SQLException
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |