Interface SchemaComparison
- 
- All Known Implementing Classes:
- ComparedSchema
 
 public interface SchemaComparisonA representation of a comparison between the expected and actual database schemata.- Since:
- 5.6
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<TableSchemaComparison>getTables()Collection<String>getWarnings()
 
- 
- 
- 
Method Detail- 
getTablesIterable<TableSchemaComparison> getTables() 
 - 
getWarningsCollection<String> getWarnings() 
 
- 
 
-