DB2Blob Members
Represents the BLOB Db2® data type. Encapsulates the byte[] .NET data type. The following tables list the members that are exposed by the DB2Blob class.
Public Field | Description |
---|---|
![]() |
Null value for DB2Blob. |
Public Constructor | Description |
---|---|
![]() |
Initializes a new DB2Blob object with the specified byte array. |
![]() |
Initializes a new DB2Blob object that is associated with a specified connection. |
Public Property | Description |
---|---|
![]() |
Indicates if the data stored in the DB2Blob instance's current cursor position is being cached. |
![]() |
Gets or sets the estimated final size of the DB2Blob object. |
![]() |
Gets a value that indicates if the value that is stored in the DB2Blob object is null. |
![]() |
Gets a value that indicates whether the DB2Blob instance is open. |
![]() |
Gets the current size of the DB2Blob object in bytes. |
![]() |
Gets the value that is stored in the DB2Blob object. |
Public Method | Description |
---|---|
![]() |
Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. |
![]() |
Read bytes from the BLOB object represented by the DB2Blob instance. |
![]() |
Read bytes from the BLOB object represented by the DB2Blob instance. |
![]() |
Returns a string that represents the DB2Blob structure. |