pub unsafe extern "C" fn dpiObject_getElementExistsByIndex(
obj: *mut dpiObject,
index: i32,
exists: *mut c_int,
) -> c_intExpand description
Returns whether an element exists at the specified index.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.