Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Relational Functions, 33 of 38
This call specifies additional attributes necessary for a static array define, used in an array of structures (multi-row, multi-column) fetch.
sword OCIDefineArrayOfStruct ( OCIDefine *defnp, OCIError *errhp, ub4 pvskip, ub4 indskip, ub4 rlskip, ub4 rcskip );
The handle to the define structure which was returned by a call to OCIDefineByPos()
.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
Skip parameter for the next data value.
Skip parameter for the next indicator location.
Skip parameter for the next return length value.
Skip parameter for the next return code.
This call follows a call to OCIDefineByPos()
. If the application is binding an array of structures involving objects, it must call OCIDefineObject()
first, and then call OCIDefineArrayOfStruct()
.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|