| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic.diff |
| Modifier and Type | Method and Description |
|---|---|
DivergenceClass |
Divergence.getKind() |
static DivergenceClass |
DivergenceClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DivergenceClass[] |
DivergenceClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<DivergenceClass,Integer> |
DivergenceReport.getSummary()
Class → count, including zero counts.
|
| Constructor and Description |
|---|
Divergence(DivergenceClass kind,
String outputName,
String detail) |