pub unsafe extern "C" fn dpiObject_deleteElementByIndex(
obj: *mut dpiObject,
index: i32,
) -> c_intExpand 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.