Interface SchemaComparison
- All Known Implementing Classes:
- ComparedSchema
public interface SchemaComparison
A representation of a comparison between the expected and actual database schemata.
- Since:
- 5.6
- 
Method SummaryModifier and TypeMethodDescription
- 
Method Details- 
getTablesIterable<TableSchemaComparison> getTables()
- 
getWarningsCollection<String> getWarnings()
 
-