| Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 74 of 106
Sets one OCIThreadId to another.
sword OCIThreadIdSet ( dvoid *hndl, OCIError *err, OCIThreadId *tidDest, OCIThreadId *tidSrc );
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().
This should point to the location of the OCIThreadId to be set to.
This should point to the OCIThreadId to set from.
tid should be initialized by OCIThreadIdInit().
OCIThreadIdDestroy(), OCIThreadIdGet(), OCIThreadIdInit(), OCIThreadIdNull(), OCIThreadIdSame(), OCIThreadIdSetNull()
|
![]() Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|