dpiVar_setFromObject

Function dpiVar_setFromObject 

Source
pub unsafe extern "C" fn dpiVar_setFromObject(
    var: *mut dpiVar,
    pos: u32,
    obj: *mut dpiObject,
) -> c_int
Expand description

Sets the variable value to the specified object.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.