dpiObject_appendElement

Function dpiObject_appendElement 

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

Appends an element with the specified value to the collection.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.