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