Package oracle.jdbc
Interface OracleStruct
- All Superinterfaces:
Struct
- All Known Implementing Classes:
JAVA_STRUCT,STRUCT
This interface defines the Oracle extensions to the standard JDBC interface
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().
- Since:
- 11.2.0.3
-
Method Summary
Methods inherited from interface java.sql.Struct
getAttributes, getAttributes, getSQLTypeName
-
Method Details
-
getOracleMetaData
Oracle extension. Get the SQL STRUCT type metadata for the type of this object.- Returns:
- metadata for this object's type
- Throws:
SQLException- if an error occurs
-