Struct
JAVA_STRUCT
, STRUCT
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 Connection
.
Modifier and Type | Method | Description |
---|---|---|
OracleTypeMetaData |
getOracleMetaData() |
Oracle extension.
|
getAttributes, getAttributes, getSQLTypeName
OracleTypeMetaData getOracleMetaData() throws SQLException
SQLException
- if an error occurs