Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 24 of 106
Tests to see if the FILE exists on the server's operating system.
sword OCILobFileExists ( OCISvcCtx *svchp, OCIError *errhp, OCILobLocator *filep, boolean *flag );
The OCI service context handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
Pointer to the FILE locator that refers to the file.
Returns TRUE
if the FILE exists on the server; FALSE
if it does not.
Checks to see if the FILE exists on the server's file system. It is an error to call this function for an internal LOB.
See Also:
For more information about FILEs, refer to the description of |
OCIErrorGet(), OCILobFileClose(), OCILobFileCloseAll(), OCILobFileIsOpen(), OCILobOpen(), OCILobIsOpen()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|