|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
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®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |