@ThreadSafe public class ComparedSchema extends Object implements SchemaComparison
Constructor and Description |
---|
ComparedSchema(Iterable<TableSchemaComparison> tables,
Collection<String> warnings) |
Modifier and Type | Method and Description |
---|---|
Iterable<TableSchemaComparison> |
getTables() |
Collection<String> |
getWarnings() |
public ComparedSchema(Iterable<TableSchemaComparison> tables, Collection<String> warnings)
public Iterable<TableSchemaComparison> getTables()
getTables
in interface SchemaComparison
public Collection<String> getWarnings()
getWarnings
in interface SchemaComparison
Copyright © 2003–2020 Atlassian. All rights reserved.