Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Cartridge Functions, 26 of 43
Generates a list of parameters from the parameter structures that are stored in memory. Must be called before OCIExtractValues()
is called.
sword OCIExtractToList( dvoid *hndl, OCIError *err, uword *numkeys );
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 number of distinct keys stored in memory.
OCI_SUCCESS,
OCI_INVALID_HANDLE,
OCI_ERROR.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|