Skip to main content

append_schema_function_dependents

Function append_schema_function_dependents 

Source
pub fn append_schema_function_dependents(
    table_name: &str,
    columns: &[ColumnDef],
    checks: &[TableCheck],
    target: &FunctionBinding,
    foreign: bool,
    dependents: &mut RoutineSchemaDependents,
) -> Result<(), SQLError>