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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<TableSchemaComparison>getTables()Collection<String>getWarnings()
-
-
-
Method Detail
-
getTables
Iterable<TableSchemaComparison> getTables()
-
getWarnings
Collection<String> getWarnings()
-
-