Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 63 of 106
Resets the direct path stream state.
sword OCIDirPathStreamReset ( OCIDirPathStream *dpstr, OCIError *errhp );
Direct path stream handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
A direct path stream maintains the state that indicates where the next OCIDirPathColArrayToStream()
call should start writing into the stream. Normally, data is appended to the end of the stream. When the caller wants to start a new stream after a stream is successfully loaded, or discard the data in a stream, the stream must be reset with this call.
OCIDirPathAbort(), OCIDirPathDataSave(), OCIDirPathFinish(), OCIDirPathFlushRow(), OCIDirPathPrepare()
This section describes the thread management functions.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|