| Oracle Call Interface Programmer's Guide Release 9.0.1 Part Number A89857-01 |
|
More OCI Relational Functions, 67 of 97
Sets the NULL thread ID to a given OCIThreadId.
sword OCIThreadIdSetNull ( dvoid *hndl, OCIError *err, OCIThreadId *tid );
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().
This should point to the OCIThreadId in which to put the NULL thread Id.
tid should be initialized by OCIThreadIdInit().
OCIThreadIdDestroy(), OCIThreadIdGet(), OCIThreadIdInit(), OCIThreadIdNull(), OCIThreadIdSame(), OCIThreadIdSet()
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|