@ThreadSafe public class ComparedTable extends Object implements TableSchemaComparison
Constructor and Description |
---|
ComparedTable(String tableName,
Iterable<? extends SchemaElementComparison.IndexComparison> indexComparisons,
Iterable<? extends SchemaElementComparison.ColumnComparison> columnComparisons) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends SchemaElementComparison.ColumnComparison> |
getColumns() |
Iterable<? extends SchemaElementComparison.IndexComparison> |
getIndexes() |
String |
getTableName() |
public ComparedTable(String tableName, Iterable<? extends SchemaElementComparison.IndexComparison> indexComparisons, Iterable<? extends SchemaElementComparison.ColumnComparison> columnComparisons)
public String getTableName()
getTableName
in interface TableSchemaComparison
public Iterable<? extends SchemaElementComparison.IndexComparison> getIndexes()
getIndexes
in interface TableSchemaComparison
public Iterable<? extends SchemaElementComparison.ColumnComparison> getColumns()
getColumns
in interface TableSchemaComparison
Copyright © 2003–2017 Atlassian. All rights reserved.