pub unsafe extern "C" fn dpiSodaDb_openCollection(
db: *mut dpiSodaDb,
name: *const c_char,
nameLength: u32,
flags: u32,
coll: *mut *mut dpiSodaColl,
) -> c_intExpand description
Opens an existing SODA collection.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.