public class SqlImplementor.AliasContext extends SqlImplementor.Context
| Modifier and Type | Field and Description |
|---|---|
private Map<String,RelDataType> |
aliases |
private boolean |
qualified |
fieldCount| Modifier | Constructor and Description |
|---|---|
protected |
AliasContext(Map<String,RelDataType> aliases,
boolean qualified)
Creates an AliasContext; use
SqlImplementor.aliasContext(Map, boolean). |
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
field(int ordinal) |
fieldList, implementor, toSql, toSql, toSqlprivate final boolean qualified
private final Map<String,RelDataType> aliases
protected AliasContext(Map<String,RelDataType> aliases, boolean qualified)
SqlImplementor.aliasContext(Map, boolean).public SqlNode field(int ordinal)
field in class SqlImplementor.ContextCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.