Class DatabaseMutationExaminer
java.lang.Object
ch.nolix.system.objectschema.modelmutationexaminer.DatabaseMutationExaminer
- All Implemented Interfaces:
IDatabaseMutationExaminer
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanAddTable(IDatabase database) booleancanAddTable(IDatabase database, ITable table)
-
Constructor Details
-
DatabaseMutationExaminer
public DatabaseMutationExaminer()
-
-
Method Details
-
canAddTable
- Specified by:
canAddTablein interfaceIDatabaseMutationExaminer- Parameters:
database-- Returns:
- true if the given database can add a table, false otherwise
-
canAddTable
- Specified by:
canAddTablein interfaceIDatabaseMutationExaminer- Parameters:
database-table-- Returns:
- true if the given database can add the given table, false otherwise
-