pub unsafe extern "C" fn dpiLob_close(lob: *mut dpiLob) -> c_intExpand 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.