Interface IDatabaseMutationExaminer

All Known Implementing Classes:
DatabaseMutationExaminer

public interface IDatabaseMutationExaminer
Author:
Silvan Wyss
  • Method Details

    • canAddTable

      boolean canAddTable(IDatabase database)
      Parameters:
      database -
      Returns:
      true if the given database can add a table, false otherwise
    • canAddTable

      boolean canAddTable(IDatabase database, ITable table)
      Parameters:
      database -
      table -
      Returns:
      true if the given database can add the given table, false otherwise