Uses of Interface
com.alibaba.druid.sql.ast.statement.SQLSelectQuery
-
-
Uses of SQLSelectQuery in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql with parameters of type SQLSelectQuery Modifier and Type Method Description static booleanSQLUtils. replaceInParent(SQLSelectQuery cmp, SQLSelectQuery dest) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.ast.statement
Classes in com.alibaba.druid.sql.ast.statement that implement SQLSelectQuery Modifier and Type Class Description classSQLSelectQueryBaseclassSQLSelectQueryBlockclassSQLUnionQueryclassSQLValuesQueryclassSQLValuesTableSourceCreated by wenshao on 23/02/2017.Fields in com.alibaba.druid.sql.ast.statement declared as SQLSelectQuery Modifier and Type Field Description protected SQLSelectQuerySQLSelect. queryMethods in com.alibaba.druid.sql.ast.statement that return SQLSelectQuery Modifier and Type Method Description SQLSelectQuerySQLSelectQuery. clone()SQLSelectQuerySQLUnionQuery. getLeft()SQLSelectQuerySQLSelect. getQuery()SQLSelectQuerySQLUnionQuery. getRight()Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLSelectQuery Modifier and Type Method Description List<SQLSelectQuery>SQLUnionQuery. getChildren()List<SQLSelectQuery>SQLUnionQuery. getRelations()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelectQuery Modifier and Type Method Description voidSQLUnionQuery. addRelation(SQLSelectQuery relation)booleanSQLSelect. replace(SQLSelectQuery cmp, SQLSelectQuery target)booleanSQLUnionQuery. replace(SQLSelectQuery cmp, SQLSelectQuery target)booleanSQLSelectQueryBlock. replaceInParent(SQLSelectQuery x)voidSQLUnionQuery. setLeft(SQLSelectQuery left)voidSQLInsertInto. setQuery(SQLSelectQuery query)voidSQLSelect. setQuery(SQLSelectQuery query)voidSQLUnionQuery. setRight(SQLSelectQuery right)Constructors in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelectQuery Constructor Description SQLSelect(SQLSelectQuery query)SQLSubqueryTableSource(SQLSelectQuery query)SQLSubqueryTableSource(SQLSelectQuery query, String alias)SQLUnionQuery(SQLSelectQuery left, SQLUnionOperator operator, SQLSelectQuery right) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.builder.impl
Methods in com.alibaba.druid.sql.builder.impl that return SQLSelectQuery Modifier and Type Method Description protected SQLSelectQuerySQLSelectBuilderImpl. createSelectQueryBlock() -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.bigquery.ast
Classes in com.alibaba.druid.sql.dialect.bigquery.ast that implement SQLSelectQuery Modifier and Type Class Description classBigQuerySelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.clickhouse.ast
Classes in com.alibaba.druid.sql.dialect.clickhouse.ast that implement SQLSelectQuery Modifier and Type Class Description classCKSelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.db2.ast.stmt
Classes in com.alibaba.druid.sql.dialect.db2.ast.stmt that implement SQLSelectQuery Modifier and Type Class Description classDB2SelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.db2.parser
Methods in com.alibaba.druid.sql.dialect.db2.parser that return SQLSelectQuery Modifier and Type Method Description SQLSelectQueryDB2SelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.mysql.ast.statement
Classes in com.alibaba.druid.sql.dialect.mysql.ast.statement that implement SQLSelectQuery Modifier and Type Class Description classMySqlSelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser that return SQLSelectQuery Modifier and Type Method Description SQLSelectQueryMySqlSelectIntoParser. query(SQLObject parent, boolean acceptUnion)SQLSelectQueryMySqlSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLSelectQuery Modifier and Type Method Description protected voidMySqlOutputVisitor. printQuery(SQLSelectQuery x) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.odps.ast
Classes in com.alibaba.druid.sql.dialect.odps.ast that implement SQLSelectQuery Modifier and Type Class Description classOdpsSelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser that return SQLSelectQuery Modifier and Type Method Description SQLSelectQueryOdpsSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Classes in com.alibaba.druid.sql.dialect.oracle.ast.stmt that implement SQLSelectQuery Modifier and Type Class Description classOracleSelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.oracle.parser
Methods in com.alibaba.druid.sql.dialect.oracle.parser that return SQLSelectQuery Modifier and Type Method Description SQLSelectQueryOracleSelectParser. query(SQLObject parent, boolean acceptUnion)SQLSelectQueryOracleSelectParser. queryRest(SQLSelectQuery selectQuery, boolean acceptUnion)Methods in com.alibaba.druid.sql.dialect.oracle.parser with parameters of type SQLSelectQuery Modifier and Type Method Description SQLSelectQueryOracleSelectParser. queryRest(SQLSelectQuery selectQuery, boolean acceptUnion) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Classes in com.alibaba.druid.sql.dialect.oscar.ast.stmt that implement SQLSelectQuery Modifier and Type Class Description classOscarSelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.oscar.parser
Methods in com.alibaba.druid.sql.dialect.oscar.parser that return SQLSelectQuery Modifier and Type Method Description SQLSelectQueryOscarSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Classes in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that implement SQLSelectQuery Modifier and Type Class Description classPGSelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser that return SQLSelectQuery Modifier and Type Method Description SQLSelectQueryPGSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.presto.parser
Methods in com.alibaba.druid.sql.dialect.presto.parser that return SQLSelectQuery Modifier and Type Method Description SQLSelectQueryPrestoSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.redshift.parser
Methods in com.alibaba.druid.sql.dialect.redshift.parser that return SQLSelectQuery Modifier and Type Method Description SQLSelectQueryRedshiftSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.redshift.stmt
Classes in com.alibaba.druid.sql.dialect.redshift.stmt that implement SQLSelectQuery Modifier and Type Class Description classRedshiftSelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.spark.ast.stmt
Methods in com.alibaba.druid.sql.dialect.spark.ast.stmt with parameters of type SQLSelectQuery Modifier and Type Method Description voidSparkCacheTableStatement. setQuery(SQLSelectQuery query) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.sqlserver.ast
Classes in com.alibaba.druid.sql.dialect.sqlserver.ast that implement SQLSelectQuery Modifier and Type Class Description classSQLServerSelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser that return SQLSelectQuery Modifier and Type Method Description SQLSelectQuerySQLServerSelectParser. query(SQLObject parent, boolean acceptUnion) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.dialect.teradata.ast
Classes in com.alibaba.druid.sql.dialect.teradata.ast that implement SQLSelectQuery Modifier and Type Class Description classTDSelectQueryBlock -
Uses of SQLSelectQuery in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLSelectQuery Modifier and Type Method Description SQLSelectQuerySQLSelectParser. query()SQLSelectQuerySQLSelectParser. query(SQLObject parent)SQLSelectQuerySQLSelectParser. query(SQLObject parent, boolean acceptUnion)SQLSelectQuerySQLSelectParser. queryRest(SQLSelectQuery selectQuery)SQLSelectQuerySQLSelectParser. queryRest(SQLSelectQuery selectQuery, boolean acceptUnion)protected SQLSelectQuerySQLSelectParser. valuesQuery(boolean acceptUnion)Methods in com.alibaba.druid.sql.parser with parameters of type SQLSelectQuery Modifier and Type Method Description SQLSelectQuerySQLSelectParser. queryRest(SQLSelectQuery selectQuery)SQLSelectQuerySQLSelectParser. queryRest(SQLSelectQuery selectQuery, boolean acceptUnion) -
Uses of SQLSelectQuery in com.alibaba.druid.sql.template
Classes in com.alibaba.druid.sql.template that implement SQLSelectQuery Modifier and Type Class Description classSQLSelectQueryTemplate -
Uses of SQLSelectQuery in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLSelectQuery Modifier and Type Method Description protected voidSQLASTOutputVisitor. printQuery(SQLSelectQuery x) -
Uses of SQLSelectQuery in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLSelectQuery Modifier and Type Method Description protected voidCalciteMySqlNodeVisitor. visit(SQLSelectQuery x) -
Uses of SQLSelectQuery in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLSelectQuery Modifier and Type Method Description static booleanWallVisitorUtils. queryBlockFromIsNull(WallVisitor visitor, SQLSelectQuery query)static booleanWallVisitorUtils. queryBlockFromIsNull(WallVisitor visitor, SQLSelectQuery query, boolean checkSelectConst)
-