Schnittstelle ITableMutationValidator
- Alle bekannten Implementierungsklassen:
TableMutationValidator
public interface ITableMutationValidator
- Version:
- 2024-12-20
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
assertCanAddColumnToTable
(ITable table, IColumn column) void
assertCanDeleteTable
(ITable table) void
assertCanSetNameToTable
(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.
-