Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 64 of 106
Closes a thread handle.
sword OCIThreadClose ( dvoid *hndl, OCIError *err, OCIThreadHandle *tHnd );
The OCI environment or user session 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()
.
The OCIThread thread handle to close.
tHnd
should be initialized by OCIThreadHndInit()
. Both thread handle and the thread ID that was returned by the same call to OCIThreadCreate()
are invalid after the call to OCIThreadClose()
.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|