GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.sql.Ref | |
void |
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 | CallableStatement.getRef(int index) 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 .
|
GNU Classpath (0.95) |