Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 11 of 106
Terminates a user duration for a temporary LOB.
sword OCIDurationEnd ( OCIEnv *env, OCIError *err, CONST OCISvcCtx *svc, OCIDuration duration, CONST OCISvcCtx *svc );
Pass as a null pointer.
The OCI error handle. If there is an error, it is recorded in err
and this function returns OCI_ERROR. Diagnostic information can be obtained by calling OCIErrorGet()
.
A number to identify the user duration.
OCI service context (this should be passed as null for cartridge services, otherwise non-null)
This function terminates an user duration. Temporary LOBs that are allocated for the user duration are freed.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|