dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Clob Structure
Fields Properties Methods

DB2Clob Structure Members

The following tables list the members exposed by DB2Clob.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DB2Clob structure, setting the Value property to the provided System.String.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to the Value property of an DB2Clob structure.  
Top
Public Properties
 NameDescription
Public PropertyIndicates if the data stored in the DB2Clob instance is to be cached.  
Public PropertyIndicates whether the Value property of the DB2Clob is Null.  
Public PropertyGets the binary value that is stored in the specified DB2Clob structure.  
Top
Public Methods
 NameDescription
Public MethodCompares the specified object parameter to the Value property of the DB2Clob object.  
Public MethodReads the specified number of characters starting from the specified column offset into the buffer starting at the specified buffer offset.  
Public MethodReturns a hash code for the DB2Clob structure.  
Public MethodConverts the current DB2Clob object to a System.String.  
Top
Public Operators
Overloaded. Converts the specified DB2Clob to a DB2String.
Top
See Also