Oracle Objects for OLE Release 8.1.7 Part Number A85257-01 |
|
[in] buffer
| The character array for OraClob or byte array for OraBlob from which the piece
will be written.
|
[in] [optional] chunksize
| An Integer specifying the length of the buffer in bytes. Default value is the
size of the buffer argument.
|
[in] [optional] piece
| An Integer specifying which piece of the buffer is being written. Possible
values include:
· ORALOB_ONE_PIECE - buffer will be written in a single piece. This is the default. · ORALOB_FIRST_PIECE - buffer represents the piece of LOB data to be written · ORALOB_NEXT_PIECE - buffer represents the next piece of LOB data to be written · ORALOB_LAST_PIECE - buffer represents the last piece of LOB data to be written |
![]() Copyright copy; 1996-2000, Oracle Corporation. All Rights Reserved. |
|