| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic.joinanalysis |
| Modifier and Type | Method and Description |
|---|---|
ScopeKind |
QueryBlockScope.getScopeKind() |
static ScopeKind |
ScopeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeKind[] |
ScopeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
QueryBlockScope(int statementIndex,
Integer parentStatementIndex,
ScopeKind scopeKind,
String name,
SourceSpan sourceSpan) |