Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 82 of 106
Sets the calling threads value for a key.
sword OCIThreadKeySet ( dvoid *hndl, OCIError *err, OCIThreadKey *key, dvoid *value );
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()
.
The key.
The thread-specific value to set in the key.
It is illegal to use this function on a key that has not been created using OCIThreadKeyInit()
.
OCIThreadKeyDestroy(), OCIThreadKeyGet(), OCIThreadKeyInit()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|