lrd_ora8_lob_create_temporary

Example: lrd_ora8_lob_write and lrd_ora8_lob_create_temporaryOracle 8.0 Functions

Creates a temporary large object.

LRDRET lrd_ora8_lob_create_temporary( void * mpvLRDDBIHandleSvcCtx, void * mpvLRDDBIHandleLob, unsigned short mjCsid, unsigned char mjCsfrm, unsigned char mjLobtype, BOOL mjCache, unsigned short mjDuration, int miDBErrorSeverity );

mpvLRDDBIHandleSvcCtxA pointer to an LRDDBI Service Context Handle with a valid Server Handle attribute.
mpvLRDDBIHandleLobA pointer to an LRDDBI Lob Descriptor Handle.
mjCsidThe character set ID.
mjCsfrmThe character set form.
mjLobtypeLob type. Either character LOB or binary LOB.
mjCacheWrite (True) or don't write (False) the temporary LOB to cache.
mjDurationDuration of temporary LOB.
miDBErrorSeverity The Error Severity Levels of a failure in a database routine.

The lrd_ora8_lob_create_temporary function creates a temporary large object descriptor (LOB).

Return Values

See LRD Return Values.

Parameterization

Parameterization is not applicable to this function.