| GNU Classpath (0.19) | ||
| 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 the 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 | |
| void | |
| 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 | |
| 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.
|
| GNU Classpath (0.19) |