public interface OracleStruct
extends java.sql.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.
|
OracleTypeMetaData getOracleMetaData() throws java.sql.SQLException
java.sql.SQLException
- if an error occurs