Uses of Class
com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock
-
-
Uses of SQLSelectQueryBlock in com.alibaba.druid.mock.handler
Methods in com.alibaba.druid.mock.handler with parameters of type SQLSelectQueryBlock Modifier and Type Method Description ResultSetMySqlMockExecuteHandlerImpl. executeQuery(MockStatementBase statement, SQLSelectQueryBlock query)ResultSetMySqlMockExecuteHandlerImpl. executeQueryFromDual(MockStatementBase statement, SQLSelectQueryBlock query) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql with parameters of type SQLSelectQueryBlock Modifier and Type Method Description static voidSQLUtils. addSelectItem(SQLSelectQueryBlock queryBlock, SQLExpr expr, String alias, boolean first)Method parameters in com.alibaba.druid.sql with type arguments of type SQLSelectQueryBlock Modifier and Type Method Description static 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 Constructor Description SQLInSubQueryExpr(SQLExpr expr, SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLSelectQueryBlock Modifier and Type Method Description SQLSelectQueryBlockSQLSelectQueryBlock. clone()SQLSelectQueryBlockSQLSelect. getFirstQueryBlock()SQLSelectQueryBlockSQLUnionQuery. getFirstQueryBlock()SQLSelectQueryBlockSQLSelect. getQueryBlock()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelectQueryBlock Modifier and Type Method Description voidSQLSelectQueryBlock. 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 SQLSelectQueryBlock Modifier and Type Method Description protected SQLSelectQueryBlockSQLSelectBuilderImpl. getQueryBlock() -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.bigquery.ast
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.bigquery.ast Modifier and Type Class Description classBigQuerySelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.bigquery.parser
Methods in com.alibaba.druid.sql.dialect.bigquery.parser with parameters of type SQLSelectQueryBlock Modifier and Type Method Description protected voidBigQuerySelectParser. queryBefore(SQLSelectQueryBlock x)protected 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 SQLSelectQueryBlock Modifier and Type Method Description protected 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 Modifier and Type Class Description classCKSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.clickhouse.parser
Methods in com.alibaba.druid.sql.dialect.clickhouse.parser that return SQLSelectQueryBlock Modifier and Type Method Description protected SQLSelectQueryBlockCKSelectParser. createSelectQueryBlock()Methods in com.alibaba.druid.sql.dialect.clickhouse.parser with parameters of type SQLSelectQueryBlock Modifier and Type Method Description protected 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 SQLSelectQueryBlock Modifier and Type Method Description protected 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 Modifier and Type Class Description classDB2SelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.db2.parser
Methods in com.alibaba.druid.sql.dialect.db2.parser with parameters of type SQLSelectQueryBlock Modifier and Type Method Description protected 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 SQLSelectQueryBlock Modifier and Type Method Description protected 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 SQLSelectQueryBlock Modifier and Type Method Description voidDorisOutputVisitor. printSqlSetQuantifier(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.hologres.visitor
Methods in com.alibaba.druid.sql.dialect.hologres.visitor with parameters of type SQLSelectQueryBlock Modifier and Type Method Description protected voidHologresOutputVisitor. printFrom(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.impala.parser
Methods in com.alibaba.druid.sql.dialect.impala.parser with parameters of type SQLSelectQueryBlock Modifier and Type Method Description protected voidImpalaSelectParser. parseBeforeSelectList(SQLSelectQueryBlock queryBlock) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.impala.visitor
Methods in com.alibaba.druid.sql.dialect.impala.visitor with parameters of type SQLSelectQueryBlock Modifier and Type Method Description voidImpalaOutputVisitor. 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 SQLSelectQueryBlock Modifier and Type Method Description protected 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 SQLSelectQueryBlock Modifier and Type Method Description protected 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 Modifier and Type Class Description classMySqlSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser with parameters of type SQLSelectQueryBlock Modifier and Type Method Description voidMySqlSelectParser. 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 Modifier and Type Method Description protected 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 SQLSelectQueryBlock Modifier and Type Method Description booleanNameResolveVisitor. 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 Modifier and Type Class Description classOdpsSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser that return SQLSelectQueryBlock Modifier and Type Method Description protected 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 Modifier and Type Class Description classOracleSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.oracle.visitor
Fields in com.alibaba.druid.sql.dialect.oracle.visitor declared as SQLSelectQueryBlock Modifier and Type Field Description SQLSelectQueryBlockOracleRowNumToLimit.Context. queryBlockMethods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLSelectQueryBlock Modifier and Type Method Description protected 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 Modifier and Type Class Description classOscarSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Subclasses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.postgresql.ast.stmt Modifier and Type Class Description classPGSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.presto.parser
Methods in com.alibaba.druid.sql.dialect.presto.parser with parameters of type SQLSelectQueryBlock Modifier and Type Method Description voidPrestoSelectParser. 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 Modifier and Type Class Description classRedshiftSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.redshift.visitor
Methods in com.alibaba.druid.sql.dialect.redshift.visitor with parameters of type SQLSelectQueryBlock Modifier and Type Method Description protected 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 Modifier and Type Class Description classSQLServerSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser with parameters of type SQLSelectQueryBlock Modifier and Type Method Description protected 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 SQLSelectQueryBlock Modifier and Type Method Description protected 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 Modifier and Type Class Description classTDSelectQueryBlock -
Uses of SQLSelectQueryBlock in com.alibaba.druid.sql.dialect.teradata.parser
Methods in com.alibaba.druid.sql.dialect.teradata.parser that return SQLSelectQueryBlock Modifier and Type Method Description protected SQLSelectQueryBlockTDSelectParser. createSelectQueryBlock()Methods in com.alibaba.druid.sql.dialect.teradata.parser with parameters of type SQLSelectQueryBlock Modifier and Type Method Description protected 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 SQLSelectQueryBlock Modifier and Type Method Description protected 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 SQLSelectQueryBlock Modifier and Type Method Description static SQLSelectQueryBlockSQLParserUtils. createSelectQueryBlock(DbType dbType)protected SQLSelectQueryBlockSQLSelectParser. createSelectQueryBlock()Methods in com.alibaba.druid.sql.parser with parameters of type SQLSelectQueryBlock Modifier and Type Method Description protected 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. queryBefore(SQLSelectQueryBlock x)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 SQLSelectQueryBlock Modifier and Type Method Description voidSchemaRepository. 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 SQLSelectQueryBlock Modifier and Type Method Description voidSchemaStatVisitor. 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 Modifier and Type Method Description booleanCalciteMySqlNodeVisitor. visit(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type SQLSelectQueryBlock Modifier and Type Method Description default booleanWallVisitor. visit(SQLSelectQueryBlock x) -
Uses of SQLSelectQueryBlock in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi that return SQLSelectQueryBlock Modifier and Type Method Description static SQLSelectQueryBlockWallVisitorUtils. getQueryBlock(SQLObject x)Methods in com.alibaba.druid.wall.spi with parameters of type SQLSelectQueryBlock Modifier and Type Method Description static voidWallVisitorUtils. checkSelect(WallVisitor visitor, SQLSelectQueryBlock x)static voidWallVisitorUtils. checkSelelct(WallVisitor visitor, SQLSelectQueryBlock x)Deprecated.
-