|
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 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. |
java.sql.ResultSetMetaData |
getMetaData()
Gets the metadata regarding this type. |
java.lang.String[] |
getSubtypeNames()
Returns the SQL type names of the direct subtypes. |
java.lang.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 java.sql.SQLException
java.sql.SQLException
int getLength() throws java.sql.SQLException
java.sql.SQLException
java.sql.ResultSetMetaData getMetaData() throws java.sql.SQLException
if
- database access error occurs
java.sql.SQLException
boolean isFinalType() throws java.sql.SQLException
java.sql.SQLException
boolean isSubtype() throws java.sql.SQLException
java.sql.SQLException
boolean isInstantiable() throws java.sql.SQLException
java.sql.SQLException
java.lang.String getSupertypeName() throws java.sql.SQLException
java.sql.SQLException
int getLocalAttributeCount() throws java.sql.SQLException
java.sql.SQLException
java.lang.String[] getSubtypeNames() throws java.sql.SQLException
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 |