Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 23 of 106
Closes all open FILEs on a given service context.
sword OCILobFileCLoseAll ( OCISvcCtx *svchp, OCIError *errhp );
The service context handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
Closes all open FILEs on a given service context.
See Also:
For more information about FILEs, refer to the description of BFILEs in the Oracle8i Application Developer's Guide - Large Objects (LOBs). |
OCILobFileClose(), OCIErrorGet(), OCILobFileExists(), OCILobFileIsOpen()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|