Interface IDatabaseMutationExaminer
- All Known Implementing Classes:
DatabaseMutationExaminer
public interface IDatabaseMutationExaminer
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanAddTable(IDatabase database) booleancanAddTable(IDatabase database, ITable table)
-
Method Details
-
canAddTable
- Parameters:
database-- Returns:
- true if the given database can add a table, false otherwise
-
canAddTable
-