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 TypMethodeBeschreibungboolean
containsColumn
(ITable table, IColumn column) boolean
containsColumnThatIsBackReferencedByColumn
(ITable table, IColumn column) boolean
containsColumnThatReferencesBackColumn
(ITable table, IColumn column) boolean
containsColumnThatReferencesTable
(ITable table, ITable otherTable) boolean
containsColumnWithName
(ITable table, String name) boolean
isReferenced
(ITable table)
-
Konstruktordetails
-
TableExaminer
public TableExaminer()
-
-
Methodendetails
-
containsColumn
- Angegeben von:
containsColumn
in SchnittstelleITableExaminer
- Parameter:
table
-column
-- Gibt zurück:
- true if the given table contains the given column, false otherwise.
-
containsColumnThatIsBackReferencedByColumn
- Angegeben von:
containsColumnThatIsBackReferencedByColumn
in SchnittstelleITableExaminer
- 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
- Angegeben von:
containsColumnThatReferencesBackColumn
in SchnittstelleITableExaminer
- Parameter:
table
-column
-- Gibt zurück:
- true if the given table contains a
IColumn
that referenced back the given column, false otherwise.
-
containsColumnThatReferencesTable
- Angegeben von:
containsColumnThatReferencesTable
in SchnittstelleITableExaminer
- Parameter:
table
-otherTable
-- Gibt zurück:
- true if the given table contains a
IColumn
that references the given otherTable, false otherwise.
-
containsColumnWithName
- Angegeben von:
containsColumnWithName
in SchnittstelleITableExaminer
- Parameter:
table
-name
-- Gibt zurück:
- if the given table contains a
IColumn
with the given name, false otherwise.
-
isReferenced
- Angegeben von:
isReferenced
in SchnittstelleITableExaminer
- Parameter:
table
-- Gibt zurück:
- true if the given table is referenced, false otherwise.
-