|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OracleRef
This interface defines the Oracle extensions to the standard JDBC interface 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.
Method Summary | |
---|---|
OracleTypeMetaData |
getOracleMetaData() Oracle extension. |
Methods inherited from interface java.sql.Ref |
---|
getBaseTypeName, getObject, getObject, setObject |
Method Detail |
---|
OracleTypeMetaData getOracleMetaData() throws SQLException
SQLException
- if an error occurs
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |