dpiVar_setFromJson

Function dpiVar_setFromJson 

Source
pub unsafe extern "C" fn dpiVar_setFromJson(
    var: *mut dpiVar,
    pos: u32,
    json: *mut dpiJson,
) -> c_int
Expand description

Sets the variable value to the specified JSON value.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.