Class JdbcRef

Jdbc Ref

A JDBC Ref . For documentation of this class, see java.sql.Ref .

Methods

Method Return type Brief description
String For documentation of this method, see java.sql.Ref#getBaseTypeName() .
Object For documentation of this method, see java.sql.Ref#getObject() .
void For documentation of this method, see java.sql.Ref#setObject(Object) .

Detailed documentation

get Base Type Name()

For documentation of this method, see java.sql.Ref#getBaseTypeName() .

Return

String — The fully-qualified SQL name of the SQL structured type this Jdbc Ref references.


get Object()

For documentation of this method, see java.sql.Ref#getObject() .

Return

Object — The object that this Jdbc Ref references.


set Object(object)

For documentation of this method, see java.sql.Ref#setObject(Object) .

Parameters

Name Type Description
object
Object The object to set as the refernence target.
Create a Mobile Website
View Site in Mobile | Classic
Share by: