dpiObject_deleteElementByIndex

Function dpiObject_deleteElementByIndex 

Source
pub unsafe extern "C" fn dpiObject_deleteElementByIndex(
    obj: *mut dpiObject,
    index: i32,
) -> c_int
Expand description

Deletes an element from the collection. Note that the position ordinals of the remaining elements are not changed. The delete operation creates holes in the collection.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.