public static class SqlValidatorScope.ResolvedImpl extends Object implements SqlValidatorScope.Resolved
SqlValidatorScope.Resolved.| Modifier and Type | Field and Description |
|---|---|
(package private) List<SqlValidatorScope.Resolve> |
resolves |
| Constructor and Description |
|---|
ResolvedImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Resets all state.
|
int |
count() |
void |
found(SqlValidatorNamespace namespace,
boolean nullable,
SqlValidatorScope scope,
SqlValidatorScope.Path path,
List<String> remainingNames) |
SqlValidatorScope.Resolve |
only() |
final List<SqlValidatorScope.Resolve> resolves
public void found(SqlValidatorNamespace namespace, boolean nullable, SqlValidatorScope scope, SqlValidatorScope.Path path, List<String> remainingNames)
found in interface SqlValidatorScope.Resolvedpublic int count()
count in interface SqlValidatorScope.Resolvedpublic SqlValidatorScope.Resolve only()
public void clear()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.