Skip navigation links

Oracle Database JDBC Java API Reference
11g Release 2

E13995-03


oracle.jdbc
Interface OracleStruct

All Superinterfaces:
java.sql.Struct
All Known Implementing Classes:
JAVA_STRUCT, STRUCT

public interface OracleStruct
extends java.sql.Struct
Since:
release specific (what release of product did this appear in)

Method Summary
 OracleTypeMetaData getOracleMetaData()
          Oracle extension.

 

Methods inherited from interface java.sql.Struct
getAttributes, getAttributes, getSQLTypeName

 

Method Detail

getOracleMetaData

OracleTypeMetaData getOracleMetaData()
                                     throws java.sql.SQLException
Oracle extension. Get the SQL STRUCT type metadata for the type of this object.
Returns:
metadata for this object's type
Throws:
java.sql.SQLException - if an error occurs

Skip navigation links

Oracle Database JDBC Java API Reference
11g Release 2

E13995-03


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.