Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 77 of 106
Tells the caller whether the application is running in a multithreaded environment or a single-threaded environment.
boolean OCIThreadIsMulti ( );
TRUE
if the environment is multithreaded;
FALSE
if the environment is single-threaded.
OCIThreadIdDestroy(), OCIThreadIdGet(), OCIThreadIdInit(), OCIThreadIdNull(), OCIThreadIdSame(), OCIThreadIdSet()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|