dpiObject_getElementValueByIndex

Function dpiObject_getElementValueByIndex 

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

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

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.