pub unsafe extern "C" fn dpiLob_getChunkSize(
lob: *mut dpiLob,
size: *mut u32,
) -> c_intExpand description
Returns the chunk size, in bytes, of the internal LOB. Reading and writing to the LOB in multiples of this size will improve performance.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.