Function sea_schema::postgres::parser::parse_table_constraint_query_results[][src]

pub fn parse_table_constraint_query_results(
    results: Box<dyn Iterator<Item = TableConstraintsQueryResult>>
) -> impl Iterator<Item = Constraint>
This is supported on crate features postgres and parser only.
Expand description

Assumed to be ordered by table name, then constraint name, then ordinal position, then the constraint name of the foreign key, then the ordinal position of the foreign key