|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OracleStruct
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().
| Method Summary | |
|---|---|
OracleTypeMetaData |
getOracleMetaData()
Oracle extension. |
| Methods inherited from interface java.sql.Struct |
|---|
getAttributes, getAttributes, getSQLTypeName |
| Method Detail |
|---|
OracleTypeMetaData getOracleMetaData()
throws SQLException
SQLException - if an error occurs
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||