OracleResultSetMetaData
, ResultSetMetaData
, Wrapper
public interface StructMetaData extends OracleResultSetMetaData
OracleResultSetMetaData.SecurityAttribute
columnNoNulls, columnNullable, columnNullableUnknown
Modifier and Type | Method | 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, isVariableScale
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritable
isWrapperFor, unwrap
String 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 occursint getLocalColumnCount() throws SQLException
SQLException
- if a database access error occurs