| Added Methods |
OutputStream setAsciiStream(long)
|
Retrieves a stream to be used to write Ascii characters to the CLOB value that this Clob object represents starting at position pos. |
Writer setCharacterStream(long)
|
Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object represents at position pos. |
int setString(long, String)
|
Writes the given Java String to the CLOB value that this Clob object designates at the position pos. |
int setString(long, String, int, int)
|
Writes len characters of str starting at character offset to the CLOB value that this Clob represents. |
void truncate(long)
|
Truncates the CLOB value that this Clob designates to have a length of len characters. |