Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

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
SQLOutput.writeRef(Ref value)
This method writes the specified Java SQL Ref object to the SQL stream.

Methods with return type java.sql.Ref

Ref
CallableStatement.getRef(int index)
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
CallableStatement.getRef(String name)
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
SQLInput.readRef()
This method reads the next item from the stream a Java SQL Ref.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /