Schnittstelle ITableExaminer

Alle bekannten Implementierungsklassen:
TableExaminer

public interface ITableExaminer
Version:
2024-12-30
Autor:
Silvan Wyss
  • Methodendetails

    • containsColumn

      boolean containsColumn(ITable table, IColumn column)
      Parameter:
      table -
      column -
      Gibt zurück:
      true if the given table contains the given column, false otherwise.
    • containsColumnThatIsBackReferencedByColumn

      boolean containsColumnThatIsBackReferencedByColumn(ITable table, IColumn column)
      Parameter:
      table -
      column -
      Gibt zurück:
      true if the given table contains a IColumn that is back referenced by the given column, false otherwise.
    • containsColumnThatReferencesBackColumn

      boolean containsColumnThatReferencesBackColumn(ITable table, IColumn column)
      Parameter:
      table -
      column -
      Gibt zurück:
      true if the given table contains a IColumn that referenced back the given column, false otherwise.
    • containsColumnThatReferencesTable

      boolean containsColumnThatReferencesTable(ITable table, ITable otherTable)
      Parameter:
      table -
      otherTable -
      Gibt zurück:
      true if the given table contains a IColumn that references the given otherTable, false otherwise.
    • containsColumnWithName

      boolean containsColumnWithName(ITable table, String name)
      Parameter:
      table -
      name -
      Gibt zurück:
      if the given table contains a IColumn with the given name, false otherwise.
    • isReferenced

      boolean isReferenced(ITable table)
      Parameter:
      table -
      Gibt zurück:
      true if the given table is referenced, false otherwise.