public interface OracleRef
extends java.sql.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 and Description |
|---|---|
OracleTypeMetaData |
getOracleMetaData()
Oracle extension.
|
OracleTypeMetaData getOracleMetaData() throws java.sql.SQLException
java.sql.SQLException - if an error occurs