dpiSodaDb_getCollections

Function dpiSodaDb_getCollections 

Source
pub unsafe extern "C" fn dpiSodaDb_getCollections(
    db: *mut dpiSodaDb,
    startName: *const c_char,
    startNameLength: u32,
    flags: u32,
    cursor: *mut *mut dpiSodaCollCursor,
) -> c_int
Expand description

Return a cursor to iterate over the SODA collections available in the database.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.