The members of Java.Sql.IClob are listed below.
Public Properties
Public Methods
| Free()Frees any resources held by this clob. |
| GetCharacterStream(long, long) : Java.IO.ReaderReturns a Java.IO.Reader that reads length characters from this clob, starting
at 1-based offset {code pos}. |
| GetSubString(long, int) : stringGets a copy of a specified substring in this Clob. |
| Length() : longRetrieves the number of characters in this Clob object. |
| Position(IClob, long) : longRetrieves the character position at which a specified Clob object
appears in this Clob object. |
| Position(string, long) : longRetrieves the character position at which a specified substring appears
in this Clob object. |
| SetAsciiStream(long) : System.IO.StreamRetrieves a stream which can be used to write Ascii characters to this
Clob object, starting at specified position. |
| SetCharacterStream(long) : Java.IO.WriterRetrieves a stream which can be used to write a stream of unicode
characters to this Clob object, at a specified position. |
| SetString(long, string) : intWrites a given Java String to this Clob object at a specified
position. |
| SetString(long, string, int, int) : intWrites len characters of a string, starting at a specified
character offset, to this Clob. |
| Truncate(long)Truncates this Clob after the specified number of characters. |