Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Relational Functions, 27 of 38
Used to set a complex object retrieval (COR) descriptor into a COR handle.
sword OCIParamSet ( dvoid *hndlp, ub4 htype, OCIError *errhp, CONST dvoid *dscp, ub4 dtyp, ub4 pos );
Handle pointer.
Handle type.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
Complex object retrieval descriptor pointer.
Descriptor type. The descriptor type for a COR descriptor is OCI_DTYPE_COMPLEXOBJECTCOMP.
Position number.
The COR handle must have been previously allocated using OCIHandleAlloc()
, and the descriptor must have been previously allocated using OCIDescriptorAlloc()
. Attributes of the descriptor are set using OCIAttrSet()
.
See Also:
For more information about complex object retrieval, see "Complex Object Retrieval". |
This section describes the bind, define, and describe functions.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|