Uses of Interface java.sql.Ref
Uses in package javax.sql
Methods with parameter type java.sql.Ref
Uses in package java.sql
Methods with parameter type java.sql.Ref
void
This method sets the specified parameter from the given Java
Ref
value.
void
This method updates the specified column to have a
java.sql.Ref
value.
void
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 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 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
.