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