pub unsafe extern "C" fn dpiObject_appendElement(
obj: *mut dpiObject,
nativeTypeNum: dpiNativeTypeNum,
value: *mut dpiData,
) -> c_intExpand description
Appends an element with the specified value to the collection.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.