public interface OracleStruct extends Struct
Struct
.
Generally any new code should avoid the direct use of the class STRUCT
.
For variable declarations use the interface Struct
or this interface as required.
For creating a new oracle.jdbc.OracleStruct use java.sql.Connection#createStruct()
.
Modifier and Type | Method and Description |
---|---|
OracleTypeMetaData |
getOracleMetaData()
Oracle extension.
|
getAttributes, getAttributes, getSQLTypeName
OracleTypeMetaData getOracleMetaData() throws SQLException
SQLException
- if an error occurs