| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2.binding | |
| gudusoft.gsqlparser.resolver2.model |
| Modifier and Type | Method and Description |
|---|---|
static BindingSkipReason |
BindingSkipReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingSkipReason[] |
BindingSkipReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BindingSkipReason |
ResolutionContext.getColumnSkipReason(TObjectName objName)
Get the skip-reason recorded for a specific
TObjectName reference. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolutionContext.recordColumnSkipReason(TObjectName objName,
BindingSkipReason reason)
Record an explicit binding-skip reason for a reference.
|