Uses of Class
com.alibaba.druid.sql.ast.statement.SQLSelectItem
Packages that use SQLSelectItem
Package
Description
-
Uses of SQLSelectItem in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql that return SQLSelectItemModifier and TypeMethodDescriptionstatic SQLSelectItemSQLUtils.toSelectItem(String sql, DbType dbType) -
Uses of SQLSelectItem in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLSelectItemMethods in com.alibaba.druid.sql.ast.expr with parameters of type SQLSelectItemModifier and TypeMethodDescriptionvoidSQLIdentifierExpr.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 SQLSelectItemFields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLSelectItemModifier and TypeFieldDescriptionprotected final List<SQLSelectItem>SQLSelectQueryBlock.selectListMethods in com.alibaba.druid.sql.ast.statement that return SQLSelectItemModifier and TypeMethodDescriptionSQLSelectQueryBlock.addSelectItem(SQLExpr expr) SQLSelectItem.clone()SQLSelectQueryBlock.findAllColumnSelectItem()SQLSelectQueryBlock.findSelectItem(long identHash) SQLSelectQueryBlock.findSelectItem(String ident) SQLSelectOrderByItem.getResolvedSelectItem()SQLSelectQueryBlock.getSelectItem(int i) Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLSelectItemMethods in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelectItemModifier and TypeMethodDescriptionvoidSQLSelectQueryBlock.addSelectItem(SQLSelectItem item) 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 SQLSelectItemModifier and TypeMethodDescriptionbooleanClickhouseExportParameterVisitor.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 -
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 -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.odps.ast
Subclasses of SQLSelectItem in com.alibaba.druid.sql.dialect.odps.ast -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser that return SQLSelectItem -
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 -
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 -
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 SQLSelectItemMethods in com.alibaba.druid.sql.dialect.sqlserver.ast that return types with arguments of type SQLSelectItem -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser that return SQLSelectItem -
Uses of SQLSelectItem in com.alibaba.druid.sql.dialect.sqlserver.visitor
Methods in com.alibaba.druid.sql.dialect.sqlserver.visitor with parameters of type SQLSelectItemModifier and TypeMethodDescriptionbooleanMSSQLServerExportParameterVisitor.visit(SQLSelectItem x) -
Uses of SQLSelectItem in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLSelectItem -
Uses of SQLSelectItem in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLSelectItemModifier and TypeMethodDescriptionSchema.findColumn(SQLTableSource tableSource, SQLSelectItem selectItem) SchemaRepository.findColumn(SQLTableSource tableSource, SQLSelectItem selectItem) Schema.findTable(SQLTableSource tableSource, SQLSelectItem selectItem) SchemaRepository.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 SQLSelectItemModifier and TypeMethodDescriptiondefault 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 SQLSelectItemModifier and TypeMethodDescriptionprotected 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 -
Uses of SQLSelectItem in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type SQLSelectItem -
Uses of SQLSelectItem in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLSelectItemModifier and TypeMethodDescriptionstatic voidWallVisitorUtils.check(WallVisitor visitor, SQLSelectItem x)