Uses of Class
com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock
Packages that use SQLSelectQueryBlock
Package
Description
-
Uses of SQLSelectQueryBlock in com.alibaba.druid.mock.handler
Methods in com.alibaba.druid.mock.handler with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionMySqlMockExecuteHandlerImpl.executeQuery(MockStatementBase statement, SQLSelectQueryBlock query) MySqlMockExecuteHandlerImpl.executeQueryFromDual(MockStatementBase statement, SQLSelectQueryBlock query) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionstatic voidSQLUtils.addSelectItem(SQLSelectQueryBlock queryBlock, SQLExpr expr, String alias, boolean first) Method parameters in com.alibaba.druid.sql with type arguments of type SQLSelectQueryBlockModifier and TypeMethodDescriptionstatic voidSQLUtils.acceptSelectQueryBlock(String sql, DbType dbType, Consumer<SQLSelectQueryBlock> consumer, Predicate<SQLSelectQueryBlock> filter) static voidSQLUtils.acceptSelectQueryBlock(String sql, DbType dbType, Consumer<SQLSelectQueryBlock> consumer, Predicate<SQLSelectQueryBlock> filter) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.ast.expr
Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLSelectQueryBlockModifier and TypeMethodDescriptionSQLSelectQueryBlock.clone()SQLSelect.getFirstQueryBlock()SQLUnionQuery.getFirstQueryBlock()SQLSelect.getQueryBlock()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionvoidSQLSelectQueryBlock.cloneSelectListTo(SQLSelectQueryBlock x) voidSQLSelectQueryBlock.cloneTo(SQLSelectQueryBlock x) booleanSQLSelectQueryBlock.equalsForMergeJoin(SQLSelectQueryBlock that) voidSQLSelectQueryBlock.setFrom(SQLSelectQueryBlock queryBlock, String alias) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.builder.impl
Methods in com.alibaba.druid.sql.builder.impl that return SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected SQLSelectQueryBlockSQLSelectBuilderImpl.getQueryBlock() -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.bigquery.ast
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.bigquery.ast -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.bigquery.parser
Methods in com.alibaba.druid.sql.dialect.bigquery.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidBigQuerySelectParser.querySelectListBefore(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.bigquery.visitor
Methods in com.alibaba.druid.sql.dialect.bigquery.visitor with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidBigQueryOutputVisitor.printFetchFirst(SQLSelectQueryBlock x) protected voidBigQueryOutputVisitor.printSelectListBefore(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.clickhouse.ast
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.clickhouse.ast -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.clickhouse.parser
Methods in com.alibaba.druid.sql.dialect.clickhouse.parser that return SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected SQLSelectQueryBlockCKSelectParser.createSelectQueryBlock()Methods in com.alibaba.druid.sql.dialect.clickhouse.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidCKSelectParser.afterParseFetchClause(SQLSelectQueryBlock queryBlock) protected voidCKSelectParser.afterParseLimitClause(SQLSelectQueryBlock queryBlock) protected voidCKSelectParser.parseAfterOrderBy(SQLSelectQueryBlock queryBlock) voidCKSelectParser.parseFrom(SQLSelectQueryBlock queryBlock) protected voidCKSelectParser.parseOrderByWith(SQLSelectGroupByClause groupBy, SQLSelectQueryBlock queryBlock) voidCKSelectParser.parseWhere(SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.clickhouse.visitor
Methods in com.alibaba.druid.sql.dialect.clickhouse.visitor with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidCKOutputVisitor.printAfterFetch(SQLSelectQueryBlock queryBlock) protected voidCKOutputVisitor.printFrom(SQLSelectQueryBlock x) protected voidCKOutputVisitor.printGroupBy(SQLSelectQueryBlock x) protected voidCKOutputVisitor.printLimit(SQLSelectQueryBlock x) protected voidCKOutputVisitor.printOrderBy(SQLSelectQueryBlock x) protected voidCKOutputVisitor.printWhere(SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.db2.ast.stmt
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.db2.ast.stmt -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.db2.parser
Methods in com.alibaba.druid.sql.dialect.db2.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidDB2SelectParser.parseOrderByWith(SQLSelectGroupByClause groupBy, SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.doris.parser
Methods in com.alibaba.druid.sql.dialect.doris.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidDorisSelectParser.parseBeforeSelectList(SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.doris.visitor
Methods in com.alibaba.druid.sql.dialect.doris.visitor with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionvoidDorisOutputVisitor.printSqlSetQuantifier(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.infomix.parser
Methods in com.alibaba.druid.sql.dialect.infomix.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidInformixSelectParser.querySelectListBefore(SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.infomix.visitor
Methods in com.alibaba.druid.sql.dialect.infomix.visitor with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidInformixOutputVisitor.printFetchFirst(SQLSelectQueryBlock x) protected voidInformixOutputVisitor.printSelectListBefore(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.mysql.ast.statement
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.mysql.ast.statement -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionvoidMySqlSelectParser.parseFrom(SQLSelectQueryBlock queryBlock) protected voidMySqlSelectIntoParser.parseInto(SQLSelectQueryBlock queryBlock) protected voidMySqlSelectParser.parseInto(SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidMySqlOutputVisitor.printFrom(SQLSelectQueryBlock x) booleanMySqlOutputVisitor.visit(SQLSelectQueryBlock select) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.mysql.visitor.transform
Methods in com.alibaba.druid.sql.dialect.mysql.visitor.transform with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionbooleanNameResolveVisitor.isAliasColumn(SQLExpr x, SQLSelectQueryBlock source) 是否是 select item 字段的别名booleanNameResolveVisitor.isRowNumColumn(SQLExpr x, SQLSelectQueryBlock source) 是否是 rownum 或者 rownum 别名 -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.odps.ast
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.odps.ast -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser that return SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected SQLSelectQueryBlockOdpsSelectParser.createSelectQueryBlock() -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.oracle.ast.stmt -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.oracle.visitor
Fields in com.alibaba.druid.sql.dialect.oracle.visitor declared as SQLSelectQueryBlockMethods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidOracleOutputVisitor.printFrom(SQLSelectQueryBlock x) booleanOracleOutputVisitor.visit(SQLSelectQueryBlock select) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.oscar.ast.stmt -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.postgresql.ast.stmt -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.presto.parser
Methods in com.alibaba.druid.sql.dialect.presto.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionvoidPrestoSelectParser.parseFetchClause(SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.redshift.stmt
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.redshift.stmt -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.redshift.visitor
Methods in com.alibaba.druid.sql.dialect.redshift.visitor with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidRedshiftOutputVisitor.printInto(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.sqlserver.ast
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.sqlserver.ast -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidSQLServerSelectParser.afterParseFetchClause(SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.sqlserver.visitor
Methods in com.alibaba.druid.sql.dialect.sqlserver.visitor with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidSQLServerOutputVisitor.printAfterFetch(SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.teradata.ast
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.teradata.ast -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.teradata.parser
Methods in com.alibaba.druid.sql.dialect.teradata.parser that return SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected SQLSelectQueryBlockTDSelectParser.createSelectQueryBlock()Methods in com.alibaba.druid.sql.dialect.teradata.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidTDSelectParser.parseBeforeSelectList(SQLSelectQueryBlock queryBlock) protected voidTDSelectParser.parseTop(SQLSelectQueryBlock x) protected voidTDSelectParser.querySelectListBefore(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.teradata.visitor
Methods in com.alibaba.druid.sql.dialect.teradata.visitor with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidTDOutputVisitor.printSelectListBefore(SQLSelectQueryBlock x) voidTDOutputVisitor.printSqlSetQuantifier(SQLSelectQueryBlock x) voidTDOutputVisitor.printTop(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLSelectQueryBlockModifier and TypeMethodDescriptionstatic SQLSelectQueryBlockSQLParserUtils.createSelectQueryBlock(DbType dbType) protected SQLSelectQueryBlockSQLSelectParser.createSelectQueryBlock()Methods in com.alibaba.druid.sql.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionprotected voidSQLSelectParser.afterParseFetchClause(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.afterParseLimitClause(SQLSelectQueryBlock queryBlock) booleanSQLSelectListCache.match(Lexer lexer, SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseAfterOrderBy(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseBeforeSelectList(SQLSelectQueryBlock queryBlock) voidSQLSelectParser.parseFetchClause(SQLSelectQueryBlock queryBlock) voidSQLSelectParser.parseFrom(SQLSelectQueryBlock queryBlock) voidSQLSelectParser.parseGroupBy(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseHierachical(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseOrderByWith(SQLSelectGroupByClause groupBy, SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseSelectList(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseSortBy(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseTop(SQLSelectQueryBlock x) voidSQLSelectParser.parseWhere(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseWindow(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.qualify(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.querySelectListBefore(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionvoidSchemaRepository.resolve(SQLSelectQueryBlock queryBlock, SchemaResolveVisitor.Option... options) default booleanSchemaResolveVisitor.visit(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionvoidSchemaStatVisitor.endVisit(SQLSelectQueryBlock x) default voidSQLASTVisitor.endVisit(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printAfterFetch(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printFetchFirst(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printFrom(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printGroupBy(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printHierarchical(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printInto(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printLimit(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printOrderBy(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printQualify(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printSelectListBefore(SQLSelectQueryBlock x) voidSQLASTOutputVisitor.printSqlSetQuantifier(SQLSelectQueryBlock x) voidSQLASTOutputVisitor.printTop(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printWhere(SQLSelectQueryBlock queryBlock) protected voidSQLASTOutputVisitor.printWindow(SQLSelectQueryBlock x) booleanSchemaStatVisitor.visit(SQLSelectQueryBlock x) booleanSQLASTOutputVisitor.visit(SQLSelectQueryBlock x) default booleanSQLASTVisitor.visit(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type SQLSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi that return SQLSelectQueryBlockModifier and TypeMethodDescriptionstatic SQLSelectQueryBlockWallVisitorUtils.getQueryBlock(SQLObject x) Methods in com.alibaba.druid.wall.spi with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionstatic voidWallVisitorUtils.checkSelect(WallVisitor visitor, SQLSelectQueryBlock x) static voidWallVisitorUtils.checkSelelct(WallVisitor visitor, SQLSelectQueryBlock x) Deprecated.
WallVisitorUtils.checkSelect(WallVisitor, SQLSelectQueryBlock)