Uses of Class
com.alibaba.druid.sql.ast.statement.SQLSelectItem
-
-
Uses of SQLSelectItem in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql that return SQLSelectItem Modifier and Type Method Description static SQLSelectItemSQLUtils. toSelectItem(String sql, DbType dbType) -
Uses of SQLSelectItem in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast with type parameters of type SQLSelectItem Modifier and Type Field Description protected List<SQLSelectItem>SQLPivot. itemsprotected List<SQLSelectItem>SQLPivot. pivotInprotected List<SQLSelectItem>SQLUnpivot. pivotInMethods in com.alibaba.druid.sql.ast that return types with arguments of type SQLSelectItem Modifier and Type Method Description List<SQLSelectItem>SQLPivot. getItems()List<SQLSelectItem>SQLPivot. getPivotIn()List<SQLSelectItem>SQLUnpivot. getPivotIn()Methods in com.alibaba.druid.sql.ast with parameters of type SQLSelectItem Modifier and Type Method Description voidSQLPivot. addItem(SQLSelectItem item) -
Uses of SQLSelectItem in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLSelectItem Modifier and Type Method Description SQLSelectItemSQLIdentifierExpr. getResolvedSelectItem()Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLSelectItem Modifier and Type Method Description voidSQLIdentifierExpr. setResolvedColumn(SQLSelectItem selectItem)voidSQLPropertyExpr. setResolvedColumn(SQLSelectItem resolvedColumn) -
Uses of SQLSelectItem in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLSelectItem Modifier and Type Field Description protected SQLSelectItemSQLSelectOrderByItem. resolvedSelectItemFields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLSelectItem Modifier and Type Field Description protected List<SQLSelectItem>SQLSelectQueryBlock. selectListMethods in com.alibaba.druid.sql.ast.statement that return SQLSelectItem Modifier and Type Method Description SQLSelectItemSQLSelectQueryBlock. addSelectItem(SQLExpr expr)SQLSelectItemSQLSelectItem. clone()SQLSelectItemSQLSelectQueryBlock. findAllColumnSelectItem()SQLSelectItemSQLSelectQueryBlock. findSelectItem(long identHash)SQLSelectItemSQLSelectQueryBlock. findSelectItem(String ident)SQLSelectItemSQLSelectOrderByItem. getResolvedSelectItem()SQLSelectItemSQLSelectQueryBlock. getSelectItem(int i)Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLSelectItem Modifier and Type Method Description List<SQLSelectItem>SQLSelectQueryBlock. getSelectList()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelectItem Modifier and Type Method Description voidSQLSelectQueryBlock. addSelectItem(SQLSelectItem item)protected voidSQLSelectItem. cloneTo(SQLSelectItem x)voidSQLSelectOrderByItem. setResolvedSelectItem(SQLSelectItem resolvedSelectItem) -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.clickhouse.visitor
Methods in com.alibaba.druid.sql.dialect.clickhouse.visitor with parameters of type SQLSelectItem Modifier and Type Method Description booleanCKExportParameterVisitor. visit(SQLSelectItem x) -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.db2.visitor
Methods in com.alibaba.druid.sql.dialect.db2.visitor with parameters of type SQLSelectItem Modifier and Type Method Description booleanDB2ExportParameterVisitor. visit(SQLSelectItem x) -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLSelectItem Modifier and Type Method Description booleanMySqlExportParameterVisitor. visit(SQLSelectItem x) -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.odps.ast
Subclasses of SQLSelectItem in com.alibaba.druid.sql.dialect.odps.ast Modifier and Type Class Description classOdpsUDTFSQLSelectItem -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser that return SQLSelectItem Modifier and Type Method Description SQLSelectItemOdpsExprParser. parseSelectItem() -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.oracle.visitor
Methods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLSelectItem Modifier and Type Method Description booleanOracleExportParameterVisitor. visit(SQLSelectItem x) -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type SQLSelectItem Modifier and Type Method Description booleanPGExportParameterVisitor. visit(SQLSelectItem x) -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.sqlserver.ast
Fields in com.alibaba.druid.sql.dialect.sqlserver.ast with type parameters of type SQLSelectItem Modifier and Type Field Description protected List<SQLSelectItem>SQLServerOutput. selectListMethods in com.alibaba.druid.sql.dialect.sqlserver.ast that return types with arguments of type SQLSelectItem Modifier and Type Method Description List<SQLSelectItem>SQLServerOutput. getSelectList() -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser that return SQLSelectItem Modifier and Type Method Description SQLSelectItemSQLServerExprParser. parseSelectItem() -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.sqlserver.visitor
Methods in com.alibaba.druid.sql.dialect.sqlserver.visitor with parameters of type SQLSelectItem Modifier and Type Method Description booleanMSSQLServerExportParameterVisitor. visit(SQLSelectItem x) -
Uses of SQLSelectItem in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLSelectItem Modifier and Type Method Description SQLSelectItemSQLExprParser. parseSelectItem()Method parameters in com.alibaba.druid.sql.parser with type arguments of type SQLSelectItem Modifier and Type Method Description protected voidSQLSelectParser. parsePivotIn(SQLObjectImpl parent, List<SQLSelectItem> items) -
Uses of SQLSelectItem in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLSelectItem Modifier and Type Method Description SQLColumnDefinitionSchema. findColumn(SQLTableSource tableSource, SQLSelectItem selectItem)SQLColumnDefinitionSchemaRepository. findColumn(SQLTableSource tableSource, SQLSelectItem selectItem)SchemaObjectSchema. findTable(SQLTableSource tableSource, SQLSelectItem selectItem)SchemaObjectSchemaRepository. findTable(SQLTableSource tableSource, SQLSelectItem selectItem) -
Uses of SQLSelectItem in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLSelectItem Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLSelectItem x)booleanSchemaStatVisitor. visit(SQLSelectItem x)booleanSQLASTOutputVisitor. visit(SQLSelectItem x)default booleanSQLASTVisitor. visit(SQLSelectItem x)Method parameters in com.alibaba.druid.sql.visitor with type arguments of type SQLSelectItem Modifier and Type Method Description protected voidSQLASTOutputVisitor. printSelectList(List<SQLSelectItem> selectList) -
Uses of SQLSelectItem in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLSelectItem Modifier and Type Method Description booleanCalciteMySqlNodeVisitor. visit(SQLSelectItem x) -
Uses of SQLSelectItem in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type SQLSelectItem Modifier and Type Method Description default booleanWallVisitor. visit(SQLSelectItem x) -
Uses of SQLSelectItem in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLSelectItem Modifier and Type Method Description static voidWallVisitorUtils. check(WallVisitor visitor, SQLSelectItem x)
-