public interface StructMetaData extends OracleResultSetMetaData
OracleResultSetMetaData.SecurityAttributecolumnNoNulls, columnNullable, columnNullableUnknown| Modifier and Type | Method and Description | 
|---|---|
String | 
getAttributeJavaName(int column)
Gets a JAVA_STRUCT attribute's external name. 
 | 
int | 
getLocalColumnCount()
Get number of local attributes i.e. 
 | 
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. 
 | 
getSecurityAttribute, isColumnInvisible, isColumnJSON, isNCHAR, isVariableScalegetCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritableisWrapperFor, unwrapString getAttributeJavaName(int column) throws SQLException
column - the first attribue is 1, the second is 2, ...SQLException - if a database access error occursString getOracleColumnClassName(int column) throws SQLException
column -SQLException
boolean isInherited(int column)
             throws SQLException
column -SQLException - if a database access error occurs
int getLocalColumnCount()
                 throws SQLException
SQLException - if a database access error occurs