Interface ITableMutationExaminer

All Known Implementing Classes:
TableMutationExaminer

public interface ITableMutationExaminer
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • canBeAddedToDatabase

      boolean canBeAddedToDatabase(ITable table)
      Parameters:
      table -
      Returns:
      true if the given table can be added to a IDatabase, false otherwise.