DB2Clob Methods

The methods of the DB2Clob structure are listed here.

Public Methods

Method Description
public property GetChars Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.
public property Read(char[] buff) Reads characters from the CLOB object represented by the Db2® Clob instance.
public property Read(char[] buff, Int64 chareOffset, Int64 numCharsToRead, Int64 smartLobOffset, DB2SmartLOBWhence whence) Reads characters from the CLOB object represented by the Db2 Clob instance.
public method ToString Returns a string that represents the DB2Clob structure.