Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Cartridge Functions, 7 of 43
Terminates a user duration.
sword OCIDurationEnd ( OCIEnv *env, OCIError *err, CONST OCISvcCtx *svc, OCIDuration duration, CONST OCISvcCtx *svc );
The OCI environment handle.
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 user duration previously created by OCIDurationBegin()
.
OCI service context (this should be passed as null for cartridge services, otherwise non-null)
This function terminates a user duration.
Note that the environment and service context parameters cannot both be null.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|