Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 22 of 106
Closes a previously opened FILE.
sword OCILobFileClose ( OCISvcCtx *svchp, OCIError *errhp, OCILobLocator *filep );
The service context handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
A pointer to a FILE locator that refers to the FILE to be closed.
Closes a previously opened FILE. It is an error if this function is called for an internal LOB. No error is returned if the FILE exists but is not opened.
This function is only meaningful the first time it is called for a particular FILE locator. Subsequent calls to this function using the same FILE locator have no effect.
See Also:
For more information about FILEs, refer to the description of |
OCIErrorGet(), OCILobClose(), OCILobFileCloseAll(), OCILobFileExists(), OCILobFileIsOpen(), OCILobFileOpen(), OCILobOpen(), OCILobIsOpen()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|