Schnittstelle ITableValidator
- Alle bekannten Implementierungsklassen:
TableValidator
public interface ITableValidator
- Version:
- 2024-12-30
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
assertContainsColumn
(ITable table, IColumn column) void
void
assertDoesNotContainColumn
(ITable table, IColumn column) void
assertDoesNotContainColumnWithName
(ITable table, String name) void
assertIsNotReferenced
(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 aIColumn
with the given name.
-
assertIsNotReferenced
- Parameter:
table
-- Löst aus:
RuntimeException
- if the given table is referenced.
-