dpiSodaColl_dropIndex

Function dpiSodaColl_dropIndex 

Source
pub unsafe extern "C" fn dpiSodaColl_dropIndex(
    coll: *mut dpiSodaColl,
    name: *const c_char,
    nameLength: u32,
    flags: u32,
    isDropped: *mut c_int,
) -> c_int
Expand description

Drop an index on the collection.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.