Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 68 of 106
Allocates and initializes the thread handle.
sword OCIThreadHndInit ( dvoid *hndl, OCIError *err, OCIThreadHandle **thnd );
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()
.
The address of pointer to the thread handle to initialize.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|