Uses of Interface java.sql.Ref

Uses in package javax.sql

Methods with parameter type java.sql.Ref

void
RowSet.setRef(int i, Ref x)

Uses in package java.sql

Methods with parameter type java.sql.Ref

void
PreparedStatement.setRef(int index, Ref value)
This method sets the specified parameter from the given Java Ref value.
void
ResultSet.updateRef(int columnIndex, Ref value)
This method updates the specified column to have a java.sql.Ref value.
void
ResultSet.updateRef(String columnName, Ref value)
This method updates the specified column to have a java.sql.Ref value.
void
This method writes the specified Java SQL Ref object to the SQL stream.

Methods with return type java.sql.Ref

Ref
This method returns the value of the specified parameter as a Java Ref.
Ref
ResultSet.getRef(int columnIndex)
This method returns a Ref for the specified column which represents the structured type for the column.
Ref
This method returns the value of the specified parameter as a Java Ref.
Ref
ResultSet.getRef(String columnName)
This method returns a Ref for the specified column which represents the structured type for the column.
Ref
This method reads the next item from the stream a Java SQL Ref.