dpiVar_setFromVector

Function dpiVar_setFromVector 

Source
pub unsafe extern "C" fn dpiVar_setFromVector(
    var: *mut dpiVar,
    pos: u32,
    vector: *mut dpiVector,
) -> c_int
Expand description

Sets the variable value to the specified vector value.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.