Package | Description |
---|---|
com.atlassian.confluence.core.persistence.schema.api | |
com.atlassian.confluence.core.persistence.schema.descriptor |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends SchemaElementComparison.ColumnComparison> |
TableSchemaComparison.getColumns() |
Modifier and Type | Class and Description |
---|---|
class |
ComparedColumn |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends SchemaElementComparison.ColumnComparison> |
ComparedTable.getColumns() |
Constructor and Description |
---|
ComparedTable(String tableName,
Iterable<? extends SchemaElementComparison.IndexComparison> indexComparisons,
Iterable<? extends SchemaElementComparison.ColumnComparison> columnComparisons) |
Copyright © 2003–2016 Atlassian. All rights reserved.