The methods of Java.Sql.IClob are listed below. For a list of all members, see the IClob Members list.
Free()Frees any resources held by this clob. | ||
GetCharacterStream(long, long)Returns a Java.IO.Reader that reads length characters from this clob, starting at 1-based offset {code pos}. | ||
GetSubString(long, int)Gets a copy of a specified substring in this Clob. | ||
Length()Retrieves the number of characters in this Clob object. | ||
Position(IClob, long)Retrieves the character position at which a specified Clob object appears in this Clob object. | ||
Position(string, long)Retrieves the character position at which a specified substring appears in this Clob object. | ||
SetAsciiStream(long)Retrieves a stream which can be used to write Ascii characters to this Clob object, starting at specified position. | ||
SetCharacterStream(long)Retrieves a stream which can be used to write a stream of unicode characters to this Clob object, at a specified position. | ||
SetString(long, string)Writes a given Java String to this Clob object at a specified position. | ||
SetString(long, string, int, int)Writes 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. | ||