Class JdbcRef

  • JdbcRef is a JDBC Ref object.

  • 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.Ref class.

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

Detailed documentation

getBaseTypeName()


getObject()


setObject(object)

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

Parameters

NameTypeDescription
objectObjectThe object to set as the refernence target.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-11 UTC.