Ref
REF
public interface OracleRef extends Ref
Ref
.
Generally any new code should avoid the direct use of the class REF
. For variable declarations use the interface Ref
or this interface as required.
Obtaining java.sql.Ref from ResultSet
java.sql.Ref ref = resultSet.getRef(...);
There is no way to create Ref
on the client side.
Modifier and Type | Method | Description |
---|---|---|
OracleTypeMetaData |
getOracleMetaData() |
Oracle extension.
|
getBaseTypeName, getObject, getObject, setObject
OracleTypeMetaData getOracleMetaData() throws SQLException
SQLException
- if an error occurs