pub fn bind_rule_action(
catalog: &dyn RuleSourceCatalog,
action: &Statement,
action_columns: &BTreeSet<String>,
resolver: &mut dyn VariableResolver,
) -> Result<Statement, SQLError>Expand description
Bind an action’s event-row OLD/NEW references while preserving the action row-image aliases visible to its DML RETURNING clause.