execute_drop_function

Function execute_drop_function 

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

Execute DROP FUNCTION statement (SQL:1999 Feature P001)