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 that return SQLSelectQueryBlockModifier and TypeMethodDescriptionstatic SQLSelectQueryBlockSQLTransformUtils.transformOracleToPostgresql(SQLSelectQueryBlock x) Methods in com.alibaba.druid.sql with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionstatic voidSQLUtils.addSelectItem(SQLSelectQueryBlock queryBlock, SQLExpr expr, String alias, boolean first) static SQLSelectQueryBlockSQLTransformUtils.transformOracleToPostgresql(SQLSelectQueryBlock x) 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.db2.ast.stmt
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.db2.ast.stmt -
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 SQLSelectQueryBlock -
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.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 SQLSelectQueryBlock -
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.sqlserver.ast
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.sqlserver.ast -
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) Methods in com.alibaba.druid.sql.parser with parameters of type SQLSelectQueryBlockModifier and TypeMethodDescriptionbooleanSQLSelectListCache.match(Lexer lexer, SQLSelectQueryBlock queryBlock) voidSQLSelectParser.parseFetchClause(SQLSelectQueryBlock queryBlock) voidSQLSelectParser.parseFrom(SQLSelectQueryBlock queryBlock) voidSQLSelectParser.parseGroupBy(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseHierachical(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseSelectList(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseSortBy(SQLSelectQueryBlock queryBlock) voidSQLSelectParser.parseWhere(SQLSelectQueryBlock queryBlock) protected voidSQLSelectParser.parseWindow(SQLSelectQueryBlock queryBlock) -
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.printFetchFirst(SQLSelectQueryBlock x) protected voidSQLASTOutputVisitor.printHierarchical(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.checkSelelct(WallVisitor visitor, SQLSelectQueryBlock x)