dpiObject_getLastIndex

Function dpiObject_getLastIndex 

Source
pub unsafe extern "C" fn dpiObject_getLastIndex(
    obj: *mut dpiObject,
    index: *mut i32,
    exists: *mut c_int,
) -> c_int
Expand description

Returns the last index used in a collection.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.