pub unsafe extern "C" fn dpiObject_getElementValueByIndex(
obj: *mut dpiObject,
index: i32,
nativeTypeNum: dpiNativeTypeNum,
value: *mut dpiData,
) -> c_intExpand description
Returns the value of the element found at the specified index.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.