Changed Methods |
InputStream getAsciiStream()
|
Documentation changed from old to new. |
Gets the CLOB value designated by this Clob object as a stream of Ascii bytes. |
Reader getCharacterStream()
|
Documentation changed from old to new. |
Gets the CLOB value designated by this Clob object as a Unicode stream. |
String getSubString(long, int)
|
Documentation changed from old to new. |
Returns a copy of the specified substring in the CLOB value designated by this Clob object. |
long length()
|
Documentation changed from old to new. |
Returns the number of characters in the CLOB value designated by this Clob object. |
long position(String, long)
|
Documentation changed from old to new. |
Determines the character position at which the specified substring searchstr appears in the SQL CLOB value represented by this Clob object. |
long position(Clob, long)
|
Documentation changed from old to new. |
Determines the character position at which the specified Clob object searchstr appears in this Clob object. |