|
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 interface StructMetaData
An interface to get information about structured column types.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.jdbc.OracleResultSetMetaData |
---|
OracleResultSetMetaData.SecurityAttribute |
Field Summary |
---|
Fields inherited from interface java.sql.ResultSetMetaData |
---|
columnNoNulls, columnNullable, columnNullableUnknown |
Method Summary | |
---|---|
java.lang.String |
getAttributeJavaName(int column)
Gets a JAVA_STRUCT attribute's external name. |
int |
getLocalColumnCount()
Get number of local attributes i.e. |
java.lang.String |
getOracleColumnClassName(int column)
Return the fully-qualified name of the Datum class whose instances are manufactured if the method OracleResultSet.getOracleObject is called to retrieve a value from a column. |
boolean |
isInherited(int column)
Indicates whether the attribute is inherited from its supertype. |
Methods inherited from interface oracle.jdbc.OracleResultSetMetaData |
---|
getSecurityAttribute, isNCHAR |
Methods inherited from interface java.sql.ResultSetMetaData |
---|
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable |
Method Detail |
---|
java.lang.String getAttributeJavaName(int column) throws java.sql.SQLException
column
- the first attribue is 1, the second is 2, ...
java.sql.SQLException
- if a database access error occursjava.lang.String getOracleColumnClassName(int column) throws java.sql.SQLException
column
-
java.sql.SQLException
boolean isInherited(int column) throws java.sql.SQLException
column
-
java.sql.SQLException
- if a database access error occursint getLocalColumnCount() throws java.sql.SQLException
java.sql.SQLException
- if a database access error occurs
|
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 |