Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 56 of 106
Resets the column array state.
sword OCIDirPathColArrayReset ( OCIDirPathColArray *dpca, OCIError *errhp );
Direct path column array handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
Resetting the column array state is necessary when piecing in a large column and an error occurs in the middle of loading the column.
OCIDirPathColArrayEntryGet(), OCIDirPathColArrayEntrySet(), OCIDirPathColArrayRowGet(), OCIDirPathColArrayToStream()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|