Java.Sql.IClob: Method Members

The methods of Java.Sql.IClob are listed below. For a list of all members, see the IClob Members list.

Public Methods

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