@ThreadSafe public interface SchemaElementComparison<T>
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | SchemaElementComparison.ColumnComparison | 
| static class  | SchemaElementComparison.ComparisonResult | 
| static interface  | SchemaElementComparison.IndexComparison | 
| Modifier and Type | Method and Description | 
|---|---|
| com.atlassian.fugue.Maybe<T> | getActual() | 
| com.atlassian.fugue.Maybe<T> | getExpected() | 
| SchemaElementComparison.ComparisonResult | getResult() | 
com.atlassian.fugue.Maybe<T> getExpected()
com.atlassian.fugue.Maybe<T> getActual()
SchemaElementComparison.ComparisonResult getResult()
Copyright © 2003–2017 Atlassian. All rights reserved.