pub unsafe extern "C" fn dpiObject_getNextIndex(
obj: *mut dpiObject,
index: i32,
nextIndex: *mut i32,
exists: *mut c_int,
) -> c_intExpand description
Returns the next index used in a collection following the specified index.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.