Schnittstelle ITableExaminer
- Alle bekannten Implementierungsklassen:
TableExaminer
public interface ITableExaminer
- Version:
- 2024-12-30
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancontainsColumn(ITable table, IColumn column) booleancontainsColumnThatIsBackReferencedByColumn(ITable table, IColumn column) booleancontainsColumnThatReferencesBackColumn(ITable table, IColumn column) booleancontainsColumnThatReferencesTable(ITable table, ITable otherTable) booleancontainsColumnWithName(ITable table, String name) booleanisReferenced(ITable table)
-
Methodendetails
-
containsColumn
- Parameter:
table-column-- Gibt zurück:
- true if the given table contains the given column, false otherwise.
-
containsColumnThatIsBackReferencedByColumn
- Parameter:
table-column-- Gibt zurück:
- true if the given table contains a
IColumnthat is back referenced by the given column, false otherwise.
-
containsColumnThatReferencesBackColumn
- Parameter:
table-column-- Gibt zurück:
- true if the given table contains a
IColumnthat referenced back the given column, false otherwise.
-
containsColumnThatReferencesTable
- Parameter:
table-otherTable-- Gibt zurück:
- true if the given table contains a
IColumnthat references the given otherTable, false otherwise.
-
containsColumnWithName
- Parameter:
table-name-- Gibt zurück:
- if the given table contains a
IColumnwith the given name, false otherwise.
-
isReferenced
- Parameter:
table-- Gibt zurück:
- true if the given table is referenced, false otherwise.
-