pub unsafe extern "C" fn dpiSodaCollCursor_getNext(
cursor: *mut dpiSodaCollCursor,
flags: u32,
coll: *mut *mut dpiSodaColl,
) -> c_intExpand description
Gets the next collection from the cursor, if there is one.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.