| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic.binding | |
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.model |
| Modifier and Type | Method and Description |
|---|---|
ResolutionStatus |
ColumnBinding.getStatus() |
| Constructor and Description |
|---|
ColumnBinding(String relationAlias,
String columnName,
String finalTableQualifiedName,
ResolutionStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static ResolutionStatus |
ResolutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolutionStatus[] |
ResolutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResolutionStatus |
ResolutionResult.getStatus() |