Schnittstelle ITableValidator

Alle bekannten Implementierungsklassen:
TableValidator

public interface ITableValidator
Version:
2024-12-30
Autor:
Silvan Wyss
  • Methodendetails

    • assertContainsColumn

      void assertContainsColumn(ITable table, IColumn column)
      Parameter:
      table -
      column -
      Löst aus:
      RuntimeException - if the given table does not contain the given column.
    • assertDoesNotBelongToDatabase

      void assertDoesNotBelongToDatabase(ITable table)
      Parameter:
      table -
      Löst aus:
      RuntimeException - if the given table does not belong to a IDatabase.
    • assertDoesNotContainColumn

      void assertDoesNotContainColumn(ITable table, IColumn column)
      Parameter:
      table -
      column -
      Löst aus:
      RuntimeException - if the given table contains the given column.
    • assertDoesNotContainColumnWithName

      void assertDoesNotContainColumnWithName(ITable table, String name)
      Parameter:
      table -
      name -
      Löst aus:
      RuntimeException - if the given table a IColumn with the given name.
    • assertIsNotReferenced

      void assertIsNotReferenced(ITable table)
      Parameter:
      table -
      Löst aus:
      RuntimeException - if the given table is referenced.