| Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Cartridge Functions, 18 of 43
Informs the parameter manager of the number of keys that will be registered.
sword OCIExtractSetNumKeys( dvoid *hndl, CIError *err, uword numkeys );
The OCI environment or user session handle.
The OCI error handle. If there is an error, it is recorded inerr and this function returns OCI_ERROR. Diagnostic information can be obtained by calling OCIErrorGet().
The number of keys that will be registered with OCIExtractSetKey().
This routine must be called prior to the first call of OCIExtractSetKey().
OCI_SUCCESS,
OCI_INVALID_HANDLE,
OCI_ERROR.
|
![]() Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|