Schnittstelle ITableMutationValidator
- Alle bekannten Implementierungsklassen:
TableMutationValidator
public interface ITableMutationValidator
- Version:
- 2024-12-20
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidassertCanAddColumnToTable(ITable table, IColumn column) voidassertCanDeleteTable(ITable table) voidassertCanSetNameToTable(ITable table, String name)
-
Methodendetails
-
assertCanAddColumnToTable
- Parameter:
table-column-- Löst aus:
RuntimeException- if the given column cannot be added to the given table.
-
assertCanDeleteTable
- Parameter:
table-- Löst aus:
RuntimeException- if the given table cannot be deleted.
-
assertCanSetNameToTable
- Parameter:
table-name-- Löst aus:
RuntimeException- if the given name cannot be set to the given table.
-