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
public field Null Null value for DB2Clob.

Public Constructors

Constructor Description
public methodDB2®Clob(string value) Initializes a new DB2Clob object with the specified string.
public methodDB2ClobClob(DB2Connection conn) Initializes a new DB2Clob object that is associated with a specified connection.

Public Properties

Property Description
public property CacheData Indicates if the data that is stored in the DB2Clob instance's current cursor position is being cached.
public property EstimatedSize Gets or sets the estimated final size of the DB2Clob object.
public property IsNull Gets a value that indicates if the value that is stored in the DB2Clob object is null.
public property IsOpen Gets a value that indicates whether the DB2Clob instance is open.
public property Size Gets the current size of the DB2Clob object.
public property Value Gets the value that is stored in the DB2Clob object.

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.