| Package | Description |
|---|---|
| gudusoft.gsqlparser.resolver2.model | |
| gudusoft.gsqlparser.resolver2.scope |
| Modifier and Type | Method and Description |
|---|---|
ResolvePath |
ResolvePath.plus(Object rowType,
int ordinal,
String name,
StructKind kind)
Adds a step to the resolution path
|
| Modifier and Type | Field and Description |
|---|---|
ResolvePath |
ResolvedImpl.Match.path |
| Modifier and Type | Method and Description |
|---|---|
void |
IResolved.found(INamespace namespace,
boolean nullable,
IScope scope,
ResolvePath path,
List<String> remainingNames)
Called when a namespace is found that matches the name being resolved.
|
void |
ResolvedImpl.found(INamespace namespace,
boolean nullable,
IScope scope,
ResolvePath path,
List<String> remainingNames) |
protected void |
ListBasedScope.resolveInNamespace(INamespace namespace,
boolean nullable,
List<String> remainingNames,
INameMatcher matcher,
ResolvePath path,
IResolved resolved)
Resolve remaining name parts within a namespace.
|
| Constructor and Description |
|---|
Match(INamespace namespace,
boolean nullable,
IScope scope,
ResolvePath path,
List<String> remainingNames) |