| Frames | No Frames |
Methods with parameter type java.sql.Clob | |
| void | |
Methods with parameter type java.sql.Clob | |
| long | This method returns the index into this Clob of the first
occurrence of the specified character pattern (supplied by the caller as a
Clob). |
| void | This method sets the specified parameter from the given Java
Clob value. |
| void | This method updates the specified column to have a
java.sql.Clob value.
|
| void | This method updates the specified column to have a
java.sql.Clob value.
|
| void | This method writes the specified Java SQL Clob object
to the SQL stream.
|
Methods with return type java.sql.Clob | |
| Clob | CallableStatement.getClob(int index) This method returns the value of the specified parameter as a Java
Clob.
|
| Clob | This method returns the specified column value as a CLOB.
|
| Clob | This method returns the value of the specified parameter as a Java
Clob.
|
| Clob | This method returns the specified column value as a CLOB.
|
| Clob | This method reads the next item from the stream a Java SQL
Clob.
|