Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 53 of 106
Gets a specified entry in a column array.
sword OCIDirPathColArrayEntryGet ( OCIDirPathColArray *dpca, OCIError *errhp, ub4 rownum, ub2 colIdx, ub1 **cvalpp, ub4 *clenp, ub1 *cflgp );
Direct path column array handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
Zero-based row offset
Column identifier (index), the column ID is returned by OCIDirPathColAttrSet()
Pointer to pointer to column data
Pointer to length of column data
Pointer to column flag.
One of the following values is returned:
NULL
If cflgp
is set to OCI_DIRPATH_COL_NULL, the cvalp
and clenp
parameters are not set by this operation.
OCIDirPathColArrayEntrySet(), OCIDirPathColArrayRowGet(), OCIDirPathColArrayReset(), OCIDirPathColArrayToStream()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|