execute_drop_assertion

Function execute_drop_assertion 

Source
pub fn execute_drop_assertion(
    stmt: &DropAssertionStmt,
    db: &mut Database,
) -> Result<(), ExecutorError>
Expand description

Execute DROP ASSERTION statement (SQL:1999 Feature F671/F672)