| Modifier and Type | Method and Description |
|---|---|
static SQLSelectItem |
SQLUtils.toSelectItem(String sql,
DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectItem |
SQLIdentifierExpr.getResolvedSelectItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLIdentifierExpr.setResolvedColumn(SQLSelectItem selectItem) |
void |
SQLPropertyExpr.setResolvedColumn(SQLSelectItem resolvedColumn) |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectItem |
SQLSelectQueryBlock.addSelectItem(SQLExpr expr) |
SQLSelectItem |
SQLSelectItem.clone() |
SQLSelectItem |
SQLSelectQueryBlock.findAllColumnSelectItem() |
SQLSelectItem |
SQLSelectQueryBlock.findSelectItem(long identHash) |
SQLSelectItem |
SQLSelectQueryBlock.findSelectItem(String ident) |
SQLSelectItem |
SQLSelectOrderByItem.getResolvedSelectItem() |
SQLSelectItem |
SQLSelectQueryBlock.getSelectItem(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLSelectItem> |
SQLSelectQueryBlock.getSelectList() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLSelectQueryBlock.addSelectItem(SQLSelectItem item) |
void |
SQLSelectOrderByItem.setResolvedSelectItem(SQLSelectItem resolvedSelectItem) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClickhouseExportParameterVisitor.visit(SQLSelectItem x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DB2ExportParameterVisitor.visit(SQLSelectItem x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlExportParameterVisitor.visit(SQLSelectItem x) |
| Modifier and Type | Class and Description |
|---|---|
class |
OdpsUDTFSQLSelectItem |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectItem |
OdpsExprParser.parseSelectItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OracleExportParameterVisitor.visit(SQLSelectItem x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PGExportParameterVisitor.visit(SQLSelectItem x) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLSelectItem> |
SQLServerOutput.getSelectList() |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectItem |
SQLServerExprParser.parseSelectItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MSSQLServerExportParameterVisitor.visit(SQLSelectItem x) |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectItem |
SQLExprParser.parseSelectItem() |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SchemaRepository.findColumn(SQLTableSource tableSource,
SQLSelectItem selectItem) |
SQLColumnDefinition |
Schema.findColumn(SQLTableSource tableSource,
SQLSelectItem selectItem) |
SchemaObject |
SchemaRepository.findTable(SQLTableSource tableSource,
SQLSelectItem selectItem) |
SchemaObject |
Schema.findTable(SQLTableSource tableSource,
SQLSelectItem selectItem) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLSelectItem x) |
boolean |
SQLASTOutputVisitor.visit(SQLSelectItem x) |
default boolean |
SQLASTVisitor.visit(SQLSelectItem x) |
boolean |
SchemaStatVisitor.visit(SQLSelectItem x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CalciteMySqlNodeVisitor.visit(SQLSelectItem x) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
WallVisitor.visit(SQLSelectItem x) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WallVisitorUtils.check(WallVisitor visitor,
SQLSelectItem x) |
Copyright © 2013–2020 Alibaba Group. All rights reserved.