dpiLob_getIsResourceOpen

Function dpiLob_getIsResourceOpen 

Source
pub unsafe extern "C" fn dpiLob_getIsResourceOpen(
    lob: *mut dpiLob,
    isOpen: *mut c_int,
) -> c_int
Expand description

Returns a boolean value indicating if the LOB resource has been opened by making a call to the function dpiLob_openResource() (1) or not (0).

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.