pub unsafe extern "C" fn dpiSodaDb_getCollectionNames(
db: *mut dpiSodaDb,
startName: *const c_char,
startNameLength: u32,
limit: u32,
flags: u32,
names: *mut dpiStringList,
) -> c_intExpand description
Return an array of names of SODA collections available in the database.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.