OPAQUEpublic interface OracleOpaque
Opaque is an Oracle proprietary type and is opaque to the user.
| Modifier and Type | Method | Description |
|---|---|---|
OracleTypeMetaData |
getOracleMetaData() |
Oracle extension.
|
String |
getSQLTypeName() |
Implements the Struct interface function
Retrieves the SQL type name of the SQL structured type
that this
Struct object represents. |
Object |
getValue() |
Return the Opaque value.
|
OracleTypeMetaData getOracleMetaData() throws SQLException
SQLException - if an error occursString getSQLTypeName() throws SQLException
Struct object represents.Struct object
is the generic representationSQLException - if a database access error occursObject getValue() throws SQLException
SQLException