dpiSodaCollCursor_getNext

Function dpiSodaCollCursor_getNext 

Source
pub unsafe extern "C" fn dpiSodaCollCursor_getNext(
    cursor: *mut dpiSodaCollCursor,
    flags: u32,
    coll: *mut *mut dpiSodaColl,
) -> c_int
Expand description

Gets the next collection from the cursor, if there is one.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.