@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 TableSchemaComparisonpublic Iterable<? extends SchemaElementComparison.IndexComparison> getIndexes()
getIndexes in interface TableSchemaComparisonpublic Iterable<? extends SchemaElementComparison.ColumnComparison> getColumns()
getColumns in interface TableSchemaComparisonCopyright © 2003–2017 Atlassian. All rights reserved.