The methods of the DB2Blob structure are listed here.
| Public Method | Description |
|---|---|
GetBytes |
Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. |
Read(byte[] buff) |
Read bytes from the BLOB object represented by the DB2Blob instance. |
Read(byte[] buff,
Int64 byteOffset, Int64 numBytesToRead, Int64 smartLobOffset, DB2SmartLOBWhence
whence) |
Read bytes from the BLOB object represented by the DB2Blob instance. |
ToString |
Returns a string that represents the DB2Blob structure. |