Skip to main content

bind_sequence_drop_targets

Function bind_sequence_drop_targets 

Source
pub fn bind_sequence_drop_targets(
    catalog: &dyn RelationDropCatalog,
    stmt: &DropStmt,
    notice: &mut dyn FnMut(&str),
) -> Result<Vec<String>, SQLError>