public interface OracleOpaque
Opaque is an Oracle proprietary type and is opaque to the user.
Modifier and Type | Method and Description |
---|---|
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.
|
OracleTypeMetaData getOracleMetaData() throws java.sql.SQLException
java.sql.SQLException
- if an error occursjava.lang.String getSQLTypeName() throws java.sql.SQLException
Struct
object represents.Struct
object
is the generic representationjava.sql.SQLException
- if a database access error occursjava.lang.Object getValue() throws java.sql.SQLException
java.sql.SQLException