pub unsafe extern "C" fn dpiLob_getFileExists(
lob: *mut dpiLob,
exists: *mut c_int,
) -> c_intExpand description
Returns a boolean value indicating if the file referenced by the BFILE type LOB exists (1) or not (0).
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.