dpiVar_setFromLob

Function dpiVar_setFromLob 

Source
pub unsafe extern "C" fn dpiVar_setFromLob(
    var: *mut dpiVar,
    pos: u32,
    lob: *mut dpiLob,
) -> c_int
Expand description

Sets the variable value to the specified LOB.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.