pub unsafe extern "C" fn dpiLob_closeResource(
lob: *mut dpiLob,
) -> c_intExpand description
Closes the LOB resource. This should be done when a batch of writes has
been completed so that the indexes associated with the LOB can be updated.
It should only be performed if a call to function
dpiLob_openResource() has been performed.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.