dpiLob_close

Function dpiLob_close 

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

Closes the LOB and makes it unusable for further operations immediately, rather than when the reference count reaches zero.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.