Schnittstelle ITableMutationValidator

Alle bekannten Implementierungsklassen:
TableMutationValidator

public interface ITableMutationValidator
Version:
2024-12-20
Autor:
Silvan Wyss
  • Methodendetails

    • assertCanAddColumnToTable

      void assertCanAddColumnToTable(ITable table, IColumn column)
      Parameter:
      table -
      column -
      Löst aus:
      RuntimeException - if the given column cannot be added to the given table.
    • assertCanDeleteTable

      void assertCanDeleteTable(ITable table)
      Parameter:
      table -
      Löst aus:
      RuntimeException - if the given table cannot be deleted.
    • assertCanSetNameToTable

      void assertCanSetNameToTable(ITable table, String name)
      Parameter:
      table -
      name -
      Löst aus:
      RuntimeException - if the given name cannot be set to the given table.