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