| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2 | |
| gudusoft.gsqlparser.resolver2.model |
| Modifier and Type | Method and Description |
|---|---|
static StructKind |
StructKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructKind[] |
StructKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
StructKind |
ResolvePath.Step.structKind |
| Modifier and Type | Method and Description |
|---|---|
ResolvePath |
ResolvePath.plus(Object rowType,
int ordinal,
String name,
StructKind kind)
Adds a step to the resolution path
|
| Constructor and Description |
|---|
Step(Object rowType,
int ordinal,
String name,
StructKind kind) |