Uses of Class
com.alibaba.druid.sql.ast.SQLOrderBy
-
-
Uses of SQLOrderBy in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast declared as SQLOrderBy Modifier and Type Field Description protected SQLOrderBySQLOver. clusterByprotected SQLOrderBySQLOver. distributeByprotected SQLOrderBySQLKeep. orderByprotected SQLOrderBySQLOver. orderByprotected SQLOrderBySQLOver. sortByMethods in com.alibaba.druid.sql.ast that return SQLOrderBy Modifier and Type Method Description SQLOrderBySQLOrderBy. clone()SQLOrderBySQLOver. getClusterBy()SQLOrderBySQLOver. getDistributeBy()SQLOrderBySQLKeep. getOrderBy()SQLOrderBySQLOver. getOrderBy()SQLOrderBySQLOver. getSortBy()Methods in com.alibaba.druid.sql.ast with parameters of type SQLOrderBy Modifier and Type Method Description voidSQLOver. setClusterBy(SQLOrderBy x)voidSQLOver. setDistributeBy(SQLOrderBy x)voidSQLKeep. setOrderBy(SQLOrderBy orderBy)voidSQLOver. setOrderBy(SQLOrderBy x)voidSQLOver. setSortBy(SQLOrderBy x)Constructors in com.alibaba.druid.sql.ast with parameters of type SQLOrderBy Constructor Description SQLOver(SQLOrderBy orderBy) -
Uses of SQLOrderBy in com.alibaba.druid.sql.ast.expr
Fields in com.alibaba.druid.sql.ast.expr declared as SQLOrderBy Modifier and Type Field Description protected SQLOrderBySQLAggregateExpr. orderByMethods in com.alibaba.druid.sql.ast.expr that return SQLOrderBy Modifier and Type Method Description SQLOrderBySQLAggregateExpr. getOrderBy()SQLOrderBySQLAggregateExpr. getWithinGroup()Deprecated.Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLOrderBy Modifier and Type Method Description voidSQLAggregateExpr. setOrderBy(SQLOrderBy x) -
Uses of SQLOrderBy in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLOrderBy Modifier and Type Field Description protected SQLOrderBySQLCreateTableStatement. orderByprotected SQLOrderBySQLSelect. orderByprotected SQLOrderBySQLSelectQueryBlock. orderByprotected SQLOrderBySQLUpdateStatement. orderByprotected SQLOrderBySQLSelectQueryBlock. orderBySiblingsMethods in com.alibaba.druid.sql.ast.statement that return SQLOrderBy Modifier and Type Method Description SQLOrderBySQLCreateTableStatement. getOrderBy()SQLOrderBySQLSelect. getOrderBy()SQLOrderBySQLSelectQueryBlock. getOrderBy()SQLOrderBySQLShowOutlinesStatement. getOrderBy()SQLOrderBySQLShowProcessListStatement. getOrderBy()SQLOrderBySQLShowQueryTaskStatement. getOrderBy()SQLOrderBySQLUnionQuery. getOrderBy()SQLOrderBySQLUpdateStatement. getOrderBy()SQLOrderBySQLSelectQueryBlock. getOrderBySiblings()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLOrderBy Modifier and Type Method Description voidSQLSelectQueryBlock. addOrderBy(SQLOrderBy orderBy)voidSQLCreateTableStatement. setOrderBy(SQLOrderBy orderBy)voidSQLSelect. setOrderBy(SQLOrderBy orderBy)voidSQLSelectQueryBlock. setOrderBy(SQLOrderBy orderBy)voidSQLShowOutlinesStatement. setOrderBy(SQLOrderBy x)voidSQLShowProcessListStatement. setOrderBy(SQLOrderBy x)voidSQLShowQueryTaskStatement. setOrderBy(SQLOrderBy x)voidSQLUnionQuery. setOrderBy(SQLOrderBy orderBy)voidSQLUpdateStatement. setOrderBy(SQLOrderBy orderBy)voidSQLSelectQueryBlock. setOrderBySiblings(SQLOrderBy orderBySiblings) -
Uses of SQLOrderBy in com.alibaba.druid.sql.builder.impl
Methods in com.alibaba.druid.sql.builder.impl that return SQLOrderBy Modifier and Type Method Description protected SQLOrderBySQLSelectBuilderImpl. createOrderBy() -
Uses of SQLOrderBy in com.alibaba.druid.sql.dialect.clickhouse.visitor
Methods in com.alibaba.druid.sql.dialect.clickhouse.visitor with parameters of type SQLOrderBy Modifier and Type Method Description booleanCKExportParameterVisitor. visit(SQLOrderBy x) -
Uses of SQLOrderBy in com.alibaba.druid.sql.dialect.db2.visitor
Methods in com.alibaba.druid.sql.dialect.db2.visitor with parameters of type SQLOrderBy Modifier and Type Method Description booleanDB2ExportParameterVisitor. visit(SQLOrderBy x) -
Uses of SQLOrderBy in com.alibaba.druid.sql.dialect.mysql.ast.statement
Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return SQLOrderBy Modifier and Type Method Description SQLOrderByMySqlDeleteStatement. getOrderBy()SQLOrderByMySqlShowBroadcastsStatement. getOrderBy()SQLOrderByMySqlShowDatabaseStatusStatement. getOrderBy()SQLOrderByMySqlShowDatasourcesStatement. getOrderBy()SQLOrderByMySqlShowDdlStatusStatement. getOrderBy()SQLOrderByMySqlShowDsStatement. getOrderBy()SQLOrderByMySqlShowHelpStatement. getOrderBy()SQLOrderByMySqlShowNodeStatement. getOrderBy()SQLOrderByMySqlShowRuleStatement. getOrderBy()SQLOrderByMySqlShowRuleStatusStatement. getOrderBy()SQLOrderByMySqlShowSequencesStatement. getOrderBy()SQLOrderByMySqlShowSlowStatement. getOrderBy()SQLOrderByMySqlShowTopologyStatement. getOrderBy()SQLOrderByMySqlShowTraceStatement. getOrderBy()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLOrderBy Modifier and Type Method Description voidMySqlDeleteStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowBroadcastsStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowDatabaseStatusStatement. setOrderBy(SQLOrderBy x)voidMySqlShowDatasourcesStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowDdlStatusStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowDsStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowHelpStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowNodeStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowRuleStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowRuleStatusStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowSequencesStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowSlowStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowTopologyStatement. setOrderBy(SQLOrderBy orderBy)voidMySqlShowTraceStatement. setOrderBy(SQLOrderBy orderBy) -
Uses of SQLOrderBy in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLOrderBy Modifier and Type Method Description booleanMySqlExportParameterVisitor. visit(SQLOrderBy x) -
Uses of SQLOrderBy in com.alibaba.druid.sql.dialect.odps.visitor
Methods in com.alibaba.druid.sql.dialect.odps.visitor with parameters of type SQLOrderBy Modifier and Type Method Description booleanOdpsOutputVisitor. visit(SQLOrderBy x) -
Uses of SQLOrderBy in com.alibaba.druid.sql.dialect.oracle.ast.clause
Methods in com.alibaba.druid.sql.dialect.oracle.ast.clause that return SQLOrderBy Modifier and Type Method Description SQLOrderByModelClause.CellAssignmentItem. getOrderBy()Methods in com.alibaba.druid.sql.dialect.oracle.ast.clause with parameters of type SQLOrderBy Modifier and Type Method Description voidModelClause.CellAssignmentItem. setOrderBy(SQLOrderBy orderBy) -
Uses of SQLOrderBy in com.alibaba.druid.sql.dialect.oracle.visitor
Methods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLOrderBy Modifier and Type Method Description booleanOracleExportParameterVisitor. visit(SQLOrderBy x) -
Uses of SQLOrderBy in com.alibaba.druid.sql.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type SQLOrderBy Modifier and Type Method Description booleanPGExportParameterVisitor. visit(SQLOrderBy x) -
Uses of SQLOrderBy in com.alibaba.druid.sql.dialect.sqlserver.visitor
Methods in com.alibaba.druid.sql.dialect.sqlserver.visitor with parameters of type SQLOrderBy Modifier and Type Method Description booleanMSSQLServerExportParameterVisitor. visit(SQLOrderBy x) -
Uses of SQLOrderBy in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLOrderBy Modifier and Type Method Description SQLOrderBySQLExprParser. parseClusterBy()SQLOrderBySQLExprParser. parseDistributeBy()SQLOrderBySQLExprParser. parseOrderBy()SQLOrderBySQLSelectParser. parseOrderBy()SQLOrderBySQLExprParser. parseSortBy() -
Uses of SQLOrderBy in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor that return SQLOrderBy Modifier and Type Method Description SQLOrderBySchemaStatVisitor.MySqlOrderByStatVisitor. getOrderBy()SQLOrderBySchemaStatVisitor.OracleOrderByStatVisitor. getOrderBy()SQLOrderBySchemaStatVisitor.OrderByStatVisitor. getOrderBy()SQLOrderBySchemaStatVisitor.PGOrderByStatVisitor. getOrderBy()Methods in com.alibaba.druid.sql.visitor with parameters of type SQLOrderBy Modifier and Type Method Description protected SQLASTVisitorSchemaStatVisitor. createOrderByVisitor(SQLOrderBy x)default voidSQLASTVisitor. endVisit(SQLOrderBy x)protected voidSQLASTOutputVisitor. printOrderBy(SQLOrderBy orderBy)booleanSchemaStatVisitor. visit(SQLOrderBy x)booleanSQLASTOutputVisitor. visit(SQLOrderBy x)default booleanSQLASTVisitor. visit(SQLOrderBy x)Constructors in com.alibaba.druid.sql.visitor with parameters of type SQLOrderBy Constructor Description MySqlOrderByStatVisitor(SQLOrderBy orderBy)OracleOrderByStatVisitor(SQLOrderBy orderBy)OrderByStatVisitor(SQLOrderBy orderBy)PGOrderByStatVisitor(SQLOrderBy orderBy)
-