Schnittstelle ITableValidator
- Alle bekannten Implementierungsklassen:
TableValidator
public interface ITableValidator
- Version:
- 2024-12-30
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidassertContainsColumn(ITable table, IColumn column) voidvoidassertDoesNotContainColumn(ITable table, IColumn column) voidassertDoesNotContainColumnWithName(ITable table, String name) voidassertIsNotReferenced(ITable table)
-
Methodendetails
-
assertContainsColumn
- Parameter:
table-column-- Löst aus:
RuntimeException- if the given table does not contain the given column.
-
assertDoesNotBelongToDatabase
- Parameter:
table-- Löst aus:
RuntimeException- if the given table does not belong to aIDatabase.
-
assertDoesNotContainColumn
- Parameter:
table-column-- Löst aus:
RuntimeException- if the given table contains the given column.
-
assertDoesNotContainColumnWithName
- Parameter:
table-name-- Löst aus:
RuntimeException- if the given table aIColumnwith the given name.
-
assertIsNotReferenced
- Parameter:
table-- Löst aus:
RuntimeException- if the given table is referenced.
-