Klasse TableExaminer
java.lang.Object
ch.nolix.system.objectschema.modelexaminer.TableExaminer
- Alle implementierten Schnittstellen:
ITableExaminer
- Version:
- 2024-12-30
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
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)
-
Konstruktordetails
-
TableExaminer
public TableExaminer()
-
-
Methodendetails
-
containsColumn
- Angegeben von:
containsColumnin SchnittstelleITableExaminer- Parameter:
table-column-- Gibt zurück:
- true if the given table contains the given column, false otherwise.
-
containsColumnThatIsBackReferencedByColumn
- Angegeben von:
containsColumnThatIsBackReferencedByColumnin SchnittstelleITableExaminer- Parameter:
table-column-- Gibt zurück:
- true if the given table contains a
IColumnthat is back referenced by the given column, false otherwise.
-
containsColumnThatReferencesBackColumn
- Angegeben von:
containsColumnThatReferencesBackColumnin SchnittstelleITableExaminer- Parameter:
table-column-- Gibt zurück:
- true if the given table contains a
IColumnthat referenced back the given column, false otherwise.
-
containsColumnThatReferencesTable
- Angegeben von:
containsColumnThatReferencesTablein SchnittstelleITableExaminer- Parameter:
table-otherTable-- Gibt zurück:
- true if the given table contains a
IColumnthat references the given otherTable, false otherwise.
-
containsColumnWithName
- Angegeben von:
containsColumnWithNamein SchnittstelleITableExaminer- Parameter:
table-name-- Gibt zurück:
- if the given table contains a
IColumnwith the given name, false otherwise.
-
isReferenced
- Angegeben von:
isReferencedin SchnittstelleITableExaminer- Parameter:
table-- Gibt zurück:
- true if the given table is referenced, false otherwise.
-