lrd_ora8_lob_read
Example: lrd_ora8_lob_read | Oracle 8.0 Functions |
Reads characters from a large object descriptor.
LRDRET lrd_ora8_lob_read( void * const mpvLRDDBIHandleSvcCtx, void * const mpvLRDDBIHandleLob, unsigned long const mjAmtToRead, unsigned long * const mpjAmtRead, unsigned long const mjOffset, unsigned long const mjBufl, unsigned short const mjCsid, unsigned char const mjCsfrm, int const miDBErrorSeverity );
mpvLRDDBIHandleSvcCtx | A pointer to an LRDDBI Service Context Handle with a valid Server Handle attribute. |
mpvLRDDBIHandleLob | A pointer to an LRDDBI Lob Descriptor Handle. |
mjAmtToRead | The number of bytes to read |
mpjAmtRead | Pointer to number of bytes to read on output. |
mjOffset | Offset for start of read. |
mjBufl | The buffer length. |
mjCsid | The character set ID. |
mjCsfrm | The character set form. |
miDBErrorSeverity | The Error Severity Levels of a failure in a database routine. |
The lrd_ora8_lob_read function reads characters from a large object (LOB) descriptor after the descriptor has been fetched from the database. Note that the characters read by lrd_ora8_lob_read cannot be accessed.
This function may increase the load on the server substantially.
Return Values
See LRD Return Values.
Parameterization
You cannot use standard parameterization for any arguments in this function.