DB2Clob Members
Represents the CLOB Db2® data type. Encapsulates the string .NET data type. The following tables list the members that are exposed by the DB2Clob class.
Public Fields
| Field | Description |
|---|---|
Null |
Null value for DB2Clob. |
Public Constructors
| Constructor | Description |
|---|---|
DB2®Clob(string value) |
Initializes a new DB2Clob object with the specified string. |
DB2ClobClob(DB2Connection
conn) |
Initializes a new DB2Clob object that is associated with a specified connection. |
Public Properties
| Property | Description |
|---|---|
CacheData |
Indicates if the data that is stored in the DB2Clob instance's current cursor position is being cached. |
EstimatedSize |
Gets or sets the estimated final size of the DB2Clob object. |
IsNull |
Gets a value that indicates if the value that is stored in the DB2Clob object is null. |
IsOpen |
Gets a value that indicates whether the DB2Clob instance is open. |
Size |
Gets the current size of the DB2Clob object. |
Value |
Gets the value that is stored in the DB2Clob object. |
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. |
