Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 60 of 106
Flushes a partially loaded row from server.
sword OCIDirPathFlushRow ( OCIDirPathCtx *dpctx, OCIError *errhp );
Direct path context handle for the object loaded.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
This function is necessary when part of a row is loaded, but a conversion error occurs on the next piece being processed by the application. Only the row currently in partial state is discarded. If the server is not currently processing a partial row for the object associated with the direct path context, this function is basically does nothing.
OCIDirPathAbort(), OCIDirPathFinish(), OCIDirPathPrepare(), OCIDirPathLoadStream()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|