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 value for DB2Clob. |
Public Constructors
Constructor | Description |
---|---|
![]() |
Initializes a new DB2Clob object with the specified string. |
![]() |
Initializes a new DB2Clob object that is associated with a specified connection. |
Public Properties
Property | Description |
---|---|
![]() |
Indicates if the data that is stored in the DB2Clob instance's current cursor position is being cached. |
![]() |
Gets or sets the estimated final size of the DB2Clob object. |
![]() |
Gets a value that indicates if the value that is stored in the DB2Clob object is null. |
![]() |
Gets a value that indicates whether the DB2Clob instance is open. |
![]() |
Gets the current size of the DB2Clob object. |
![]() |
Gets the value that is stored in the DB2Clob object. |
Public Methods
Method | Description |
---|---|
![]() |
Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset. |
![]() |
Reads characters from the CLOB object represented by the Db2 Clob instance. |
![]() |
Reads characters from the CLOB object represented by the Db2 Clob instance. |
![]() |
Returns a string that represents the DB2Clob structure. |