| Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 69 of 106
Destroys and deallocates a thread Id.
sword OCIThreadIdDestroy (dvoid *hndl, OCIError *err, OCIThreadId **tid );
The OCI environment or user session handle.
The OCI error handle. If there is an error and OCI_ERROR is returned, the error is recorded in err and diagnostic information can be obtained by calling OCIErrorGet().
Pointer to the thread ID to destroy.
tid should be initialized by OCIThreadIdInit().
OCIThreadIdGet(), OCIThreadIdInit(), OCIThreadIdNull(), OCIThreadIdSame(), OCIThreadIdSet(), OCIThreadIdSetNull()
|
![]() Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|