Uses of Class
com.alibaba.druid.sql.ast.statement.SQLSelect
-
-
Uses of SQLSelect in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql with parameters of type SQLSelect Modifier and Type Method Description static StringPagerUtils. limit(SQLSelect select, DbType dbType, int offset, int count)static booleanPagerUtils. limit(SQLSelect select, DbType dbType, int offset, int count, boolean check)static booleanSQLUtils. replaceInParent(SQLSelect cmp, SQLSelect dest) -
Uses of SQLSelect in com.alibaba.druid.sql.ast.expr
Fields in com.alibaba.druid.sql.ast.expr declared as SQLSelect Modifier and Type Field Description SQLSelectSQLAllExpr. subQuerySQLSelectSQLAnyExpr. subQuerySQLSelectSQLExistsExpr. subQuerySQLSelectSQLInSubQueryExpr. subQuerySQLSelectSQLQueryExpr. subQuerySQLSelectSQLSomeExpr. subQueryMethods in com.alibaba.druid.sql.ast.expr that return SQLSelect Modifier and Type Method Description SQLSelectSQLAllExpr. getSubQuery()SQLSelectSQLAnyExpr. getSubQuery()SQLSelectSQLExistsExpr. getSubQuery()SQLSelectSQLInSubQueryExpr. getSubQuery()SQLSelectSQLQueryExpr. getSubQuery()SQLSelectSQLSomeExpr. getSubQuery()Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLSelect Modifier and Type Method Description voidSQLAllExpr. setSubQuery(SQLSelect subQuery)voidSQLAnyExpr. setSubQuery(SQLSelect x)voidSQLExistsExpr. setSubQuery(SQLSelect subQuery)voidSQLInSubQueryExpr. setSubQuery(SQLSelect x)voidSQLQueryExpr. setSubQuery(SQLSelect subQuery)voidSQLSomeExpr. setSubQuery(SQLSelect subQuery)Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLSelect Constructor Description SQLAllExpr(SQLSelect select)SQLAnyExpr(SQLSelect select)SQLExistsExpr(SQLSelect subQuery)SQLExistsExpr(SQLSelect subQuery, boolean not)SQLInSubQueryExpr(SQLSelect select)SQLQueryExpr(SQLSelect select)SQLSomeExpr(SQLSelect select) -
Uses of SQLSelect in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLSelect Modifier and Type Field Description protected SQLSelectSQLInsertInto. queryprotected SQLSelectSQLCreateTableStatement. selectprotected SQLSelectSQLExplainAnalyzeStatement. selectprotected SQLSelectSQLSelectStatement. selectprotected SQLSelectSQLSubqueryTableSource. selectprotected SQLSelectSQLAlterViewStatement. subQueryprotected SQLSelectSQLCreateViewStatement. subQueryprotected SQLSelectSQLWithSubqueryClause.Entry. subQueryMethods in com.alibaba.druid.sql.ast.statement that return SQLSelect Modifier and Type Method Description SQLSelectSQLSelect. clone()SQLSelectSQLCreateMaterializedViewStatement. getQuery()SQLSelectSQLInsertInto. getQuery()SQLSelectSQLCreateTableStatement. getSelect()SQLSelectSQLDumpStatement. getSelect()SQLSelectSQLExplainAnalyzeStatement. getSelect()SQLSelectSQLSelectStatement. getSelect()SQLSelectSQLSubqueryTableSource. getSelect()SQLSelectSQLAlterViewStatement. getSubQuery()SQLSelectSQLCreateViewStatement. getSubQuery()SQLSelectSQLWithSubqueryClause.Entry. getSubQuery()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelect Modifier and Type Method Description voidSQLSelectQueryBlock. setFrom(SQLSelect select, String alias)voidSQLCreateMaterializedViewStatement. setQuery(SQLSelect query)voidSQLInsertInto. setQuery(SQLSelect query)voidSQLCreateTableStatement. setSelect(SQLSelect select)voidSQLDumpStatement. setSelect(SQLSelect x)voidSQLExplainAnalyzeStatement. setSelect(SQLSelect select)voidSQLSelectStatement. setSelect(SQLSelect select)voidSQLSubqueryTableSource. setSelect(SQLSelect x)voidSQLAlterViewStatement. setSubQuery(SQLSelect subQuery)voidSQLCreateViewStatement. setSubQuery(SQLSelect subQuery)voidSQLWithSubqueryClause.Entry. setSubQuery(SQLSelect subQuery)Constructors in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelect Constructor Description Entry(String alias, SQLSelect select)SQLSelectStatement(SQLSelect select)SQLSelectStatement(SQLSelect select, DbType dbType)SQLSubqueryTableSource(SQLSelect select)SQLSubqueryTableSource(SQLSelect select, String alias) -
Uses of SQLSelect in com.alibaba.druid.sql.builder.impl
Methods in com.alibaba.druid.sql.builder.impl that return SQLSelect Modifier and Type Method Description protected SQLSelectSQLSelectBuilderImpl. createSelect()SQLSelectSQLSelectBuilderImpl. getSQLSelect() -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.bigquery.parser
Methods in com.alibaba.druid.sql.dialect.bigquery.parser that return SQLSelect Modifier and Type Method Description protected SQLSelectBigQueryCreateTableParser. createTableQueryRest() -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.hive.ast
Methods in com.alibaba.druid.sql.dialect.hive.ast that return SQLSelect Modifier and Type Method Description SQLSelectHiveInsert. getQuery()Methods in com.alibaba.druid.sql.dialect.hive.ast with parameters of type SQLSelect Modifier and Type Method Description voidHiveInsert. setQuery(SQLSelect query) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.mysql.ast.clause
Methods in com.alibaba.druid.sql.dialect.mysql.ast.clause that return SQLSelect Modifier and Type Method Description SQLSelectMySqlCursorDeclareStatement. getSelect()SQLSelectMySqlSelectIntoStatement. getSelect()Methods in com.alibaba.druid.sql.dialect.mysql.ast.clause with parameters of type SQLSelect Modifier and Type Method Description voidMySqlCursorDeclareStatement. setSelect(SQLSelect select)voidMySqlSelectIntoStatement. setSelect(SQLSelect select) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.mysql.ast.statement
Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return SQLSelect Modifier and Type Method Description SQLSelectMySqlUpdatePlanCacheStatement. getFormSelect()SQLSelectMySqlCreateTableStatement. getQuery()Deprecated.SQLSelectDrdsBaselineStatement. getSelect()SQLSelectMySqlShowPlanCacheStatement. getSelect()SQLSelectMySqlUpdatePlanCacheStatement. getToSelect()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLSelect Modifier and Type Method Description voidMySqlUpdatePlanCacheStatement. setFormSelect(SQLSelect formSelect)voidMySqlCreateTableStatement. setQuery(SQLSelect query)Deprecated.voidDrdsBaselineStatement. setSelect(SQLSelect select)voidMySqlShowPlanCacheStatement. setSelect(SQLSelect x)voidMySqlUpdatePlanCacheStatement. setToSelect(SQLSelect toSelect)Constructors in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLSelect Constructor Description MySqlShowPlanCacheStatement(SQLSelect select) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.mysql.visitor.transform
Methods in com.alibaba.druid.sql.dialect.mysql.visitor.transform with parameters of type SQLSelect Modifier and Type Method Description booleanOrderByResolve. visit(SQLSelect x) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.oracle.ast.clause
Methods in com.alibaba.druid.sql.dialect.oracle.ast.clause that return SQLSelect Modifier and Type Method Description SQLSelectModelClause.ReferenceModelClause. getSubQuery()Methods in com.alibaba.druid.sql.dialect.oracle.ast.clause with parameters of type SQLSelect Modifier and Type Method Description voidModelClause.ReferenceModelClause. setSubQuery(SQLSelect subQuery) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.oracle.ast.expr
Methods in com.alibaba.druid.sql.dialect.oracle.ast.expr that return SQLSelect Modifier and Type Method Description SQLSelectOracleCursorExpr. getQuery()Methods in com.alibaba.druid.sql.dialect.oracle.ast.expr with parameters of type SQLSelect Modifier and Type Method Description voidOracleCursorExpr. setQuery(SQLSelect query)Constructors in com.alibaba.druid.sql.dialect.oracle.ast.expr with parameters of type SQLSelect Constructor Description OracleCursorExpr(SQLSelect query) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return SQLSelect Modifier and Type Method Description SQLSelectOracleMultiInsertStatement. getSubQuery()Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type SQLSelect Modifier and Type Method Description voidOracleMultiInsertStatement. setSubQuery(SQLSelect subQuery)Constructors in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type SQLSelect Constructor Description OracleSelectSubqueryTableSource(SQLSelect select)OracleSelectSubqueryTableSource(SQLSelect select, String alias) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.oracle.parser
Methods in com.alibaba.druid.sql.dialect.oracle.parser that return SQLSelect Modifier and Type Method Description protected SQLSelectOracleCreateTableParser. createTableQueryRest()SQLSelectOracleSelectParser. select() -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.oracle.visitor
Methods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLSelect Modifier and Type Method Description booleanOracleOutputVisitor. visit(SQLSelect x)booleanOracleRowNumToLimit. visit(SQLSelect x) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Constructors in com.alibaba.druid.sql.dialect.oscar.ast.stmt with parameters of type SQLSelect Constructor Description OscarSelectStatement(SQLSelect select) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Constructors in com.alibaba.druid.sql.dialect.postgresql.ast.stmt with parameters of type SQLSelect Constructor Description PGSelectStatement(SQLSelect select) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.presto.ast.stmt
Methods in com.alibaba.druid.sql.dialect.presto.ast.stmt that return SQLSelect Modifier and Type Method Description SQLSelectPrestoPrepareStatement. getSelect()Methods in com.alibaba.druid.sql.dialect.presto.ast.stmt with parameters of type SQLSelect Modifier and Type Method Description voidPrestoPrepareStatement. setSelect(SQLSelect select)Constructors in com.alibaba.druid.sql.dialect.presto.ast.stmt with parameters of type SQLSelect Constructor Description PrestoSelectStatement(SQLSelect select) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.spark.ast.stmt
Methods in com.alibaba.druid.sql.dialect.spark.ast.stmt that return SQLSelect Modifier and Type Method Description SQLSelectSparkCacheTableStatement. getQuery()Methods in com.alibaba.druid.sql.dialect.spark.ast.stmt with parameters of type SQLSelect Modifier and Type Method Description voidSparkCacheTableStatement. setQuery(SQLSelect query) -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser that return SQLSelect Modifier and Type Method Description SQLSelectSQLServerSelectParser. select() -
Uses of SQLSelect in com.alibaba.druid.sql.dialect.sqlserver.visitor
Methods in com.alibaba.druid.sql.dialect.sqlserver.visitor with parameters of type SQLSelect Modifier and Type Method Description booleanSQLServerOutputVisitor. visit(SQLSelect x) -
Uses of SQLSelect in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLSelect Modifier and Type Method Description protected SQLSelectSQLCreateTableParser. createTableQueryRest()SQLSelectSQLSelectParser. select()Methods in com.alibaba.druid.sql.parser with parameters of type SQLSelect Modifier and Type Method Description protected voidSQLSelectParser. withSubquery(SQLSelect select) -
Uses of SQLSelect in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLSelect Modifier and Type Method Description voidSchemaRepository. resolve(SQLSelect select, SchemaResolveVisitor.Option... options)default booleanSchemaResolveVisitor. visit(SQLSelect x) -
Uses of SQLSelect in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLSelect Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLSelect select)booleanSchemaStatVisitor. visit(SQLSelect x)booleanSQLASTOutputVisitor. visit(SQLSelect x)default booleanSQLASTVisitor. visit(SQLSelect x) -
Uses of SQLSelect in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLSelect Modifier and Type Method Description booleanCalciteMySqlNodeVisitor. visit(SQLSelect x) -
Uses of SQLSelect in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLSelect Modifier and Type Method Description static booleanWallVisitorUtils. isSimpleCaseTableSource(WallVisitor visitor, SQLSelect select)static booleanWallVisitorUtils. isSimpleCountTableSource(WallVisitor visitor, SQLSelect select)
-