Oracle JDBC API Reference
11g Release 2 ("11.2.0.3.0")

oracle.jdbc
Interface OracleOpaque

All Known Implementing Classes:
OPAQUE

public interface OracleOpaque

Since:
release specific (what release of product did this appear in)

Method Summary
 OracleTypeMetaData getOracleMetaData()
          Oracle extension.
 java.lang.String getSQLTypeName()
          Implements the Struct interface function Retrieves the SQL type name of the SQL structured type that this Struct object represents.
 java.lang.Object getValue()
          Return the Opaque value.
 

Method Detail

getOracleMetaData

OracleTypeMetaData getOracleMetaData()
                                     throws java.sql.SQLException
Oracle extension. Get the SQL OPAQUE type metadata for the type of this object.

Returns:
metadata for this object's type
Throws:
java.sql.SQLException - if an error occurs

getSQLTypeName

java.lang.String getSQLTypeName()
                                throws java.sql.SQLException
Implements the Struct interface function Retrieves the SQL type name of the SQL structured type that this Struct object represents.

Throws:
java.sql.SQLException - if a database access error occurs

getValue

java.lang.Object getValue()
                          throws java.sql.SQLException
Return the Opaque value.

Returns:
a Java object that represents the opaque value
Throws:
java.sql.SQLException

Oracle JDBC API Reference
11g Release 2 ("11.2.0.3.0")

Copyright © 1998, 2007, Oracle. All rights reserved.