dpiObject_setElementValueByIndex

Function dpiObject_setElementValueByIndex 

Source
pub unsafe extern "C" fn dpiObject_setElementValueByIndex(
    obj: *mut dpiObject,
    index: i32,
    nativeTypeNum: dpiNativeTypeNum,
    value: *mut dpiData,
) -> c_int
Expand description

Sets the value of the element found at the specified index.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.