RelationsFinder class this finder searches for relations between a sourceTable (table of the topView) and a subView (here the targetTable is used)

Hierarchy

  • RelationsFinder

Constructors

Methods

  • This is a helper method for findRelations() it returns raw relation strings

    Parameters

    • sourceTblName: string
    • subView: string
    • excluded: string[]

    Returns string[]

  • This is a helper method for findRelations() it returns raw relation strings

    Parameters

    • sourceTblName: string
    • subView: string
    • excluded: string[]

    Returns string[]

Generated using TypeDoc