queryparser-0.1.0.1: Analysis and parsing library for SQL queries.

Safe HaskellNone
LanguageHaskell2010

Database.Sql.Util.Lineage.Table

Synopsis

Documentation

type TableLineage = Map FQTN (Set FQTN) Source #

TableLineage is a set of descendants, each with an associated set of ancestors. Ancestors, for each descendant table, should contain a superset of all proximate tables that could have had an impact on the contents of the descendant following execution of the statement.