Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Any Type and Data Functions, 6 of 26
Sets collection type information. This call can be made only if the type has been constructed with a collection typecode.
sword OCITypeSetCollection ( OCISvcCtx *svchp, OCIError *errhp, OCIType *type, OCIParam *collelem_info, ub4 coll_count );
The OCI service context.
The OCI error handle. If there is an error, it is recorded in err
and this function returns OCI_ERROR. Obtain diagnostic information by calling OCIErrorGet()
.
The type descriptor that is being constructed.
collelem_info
provides information about the collection element. It is obtained by allocating an OCIParam parameter handle and setting type information in the OCIParam using OCIAttrSet()
calls.
The count of elements in the collection. Pass 0 for a nested table (which is unbounded).
This section describes the Any Data Interface functions.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|