Class JdbcRef Stay organized with collections Save and categorize content based on your preferences.
Page Summary
JdbcRef is a JDBC
Refobject.It has methods to get the base type name and the referenced object, as well as set the referenced object.
Detailed documentation for its methods can be found in the
java.sql.Refclass.
A JDBCRef. For documentation of this class, seejava.sql.Ref.
Methods
| Method | Return type | Brief description |
|---|---|---|
get | String | For documentation of this method, seejava.sql.Ref#getBaseTypeName(). |
get | Object | For documentation of this method, seejava.sql.Ref#getObject(). |
set | void | For documentation of this method, seejava.sql.Ref#setObject(Object). |
Detailed documentation
getBaseTypeName()
For documentation of this method, seejava.sql.Ref#getBaseTypeName().
Return
String — The fully-qualified SQL name of the SQL structured type thisJdbc references.
getObject()
For documentation of this method, seejava.sql.Ref#getObject().
Return
Object — The object that thisJdbc references.
setObject(object)
For documentation of this method, seejava.sql.Ref#setObject(Object).
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | The object to set as the refernence target. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-11 UTC.