Uses of Class
com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem
Packages that use SQLSelectOrderByItem
Package
Description
-
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql that return SQLSelectOrderByItemModifier and TypeMethodDescriptionstatic SQLSelectOrderByItemSQLUtils.toOrderByItem(String sql, DbType dbType) -
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast with type parameters of type SQLSelectOrderByItemModifier and TypeFieldDescriptionprotected final List<SQLSelectOrderByItem> SQLOrderBy.itemsprotected final List<SQLSelectOrderByItem> SQLZOrderBy.itemsMethods in com.alibaba.druid.sql.ast that return SQLSelectOrderByItemModifier and TypeMethodDescriptionprotected SQLSelectOrderByItemSQLOrderBy.createItem()protected SQLSelectOrderByItemSQLZOrderBy.createItem()Methods in com.alibaba.druid.sql.ast that return types with arguments of type SQLSelectOrderByItemModifier and TypeMethodDescriptionSQLIndex.getColumns()SQLIndexDefinition.getColumns()SQLOrderBy.getItems()SQLZOrderBy.getItems()Methods in com.alibaba.druid.sql.ast with parameters of type SQLSelectOrderByItemModifier and TypeMethodDescriptionvoidSQLOrderBy.addItem(SQLSelectOrderByItem item) voidSQLZOrderBy.addItem(SQLSelectOrderByItem item) Method parameters in com.alibaba.druid.sql.ast with type arguments of type SQLSelectOrderByItemModifier and TypeMethodDescriptionvoidSQLIndexDefinition.setColumns(List<SQLSelectOrderByItem> columns) -
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLSelectOrderByItemModifier and TypeFieldDescriptionprotected List<SQLSelectOrderByItem> SQLSelectQueryBlock.clusterByprotected final List<SQLSelectOrderByItem> SQLAlterTableStatement.clusteredByprotected final List<SQLSelectOrderByItem> SQLCreateTableStatement.clusteredByprotected List<SQLSelectOrderByItem> SQLSelectQueryBlock.distributeByprotected List<SQLSelectOrderByItem> SQLJoinTableSource.UDJ.sortByprotected List<SQLSelectOrderByItem> SQLSelectQueryBlock.sortByprotected final List<SQLSelectOrderByItem> SQLAlterTableStatement.sortedByprotected final List<SQLSelectOrderByItem> SQLCreateTableStatement.sortedByMethods in com.alibaba.druid.sql.ast.statement that return SQLSelectOrderByItemMethods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLSelectOrderByItemModifier and TypeMethodDescriptionSQLSelectQueryBlock.getClusterBy()SQLSelectQueryBlock.getClusterByDirect()SQLAlterTableStatement.getClusteredBy()SQLCreateTableStatement.getClusteredBy()SQLAlterTableAddIndex.getColumns()SQLAlterTableAlterIndex.getColumns()SQLCreateIndexStatement.getColumns()SQLUnique.getColumns()SQLUniqueConstraint.getColumns()SQLSelectQueryBlock.getDistributeBy()SQLSelectQueryBlock.getDistributeByDirect()SQLAlterTableAddIndex.getItems()SQLAlterTableAlterIndex.getItems()SQLCreateIndexStatement.getItems()SQLJoinTableSource.UDJ.getSortBy()SQLSelectQueryBlock.getSortBy()SQLSelectQueryBlock.getSortByDirect()SQLAlterTableStatement.getSortedBy()SQLCreateTableStatement.getSortedBy()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelectOrderByItemModifier and TypeMethodDescriptionvoidSQLSelectQueryBlock.addClusterBy(SQLSelectOrderByItem item) voidSQLAlterTableStatement.addClusteredByItem(SQLSelectOrderByItem item) voidSQLCreateTableStatement.addClusteredByItem(SQLSelectOrderByItem item) voidSQLUnique.addColumn(SQLSelectOrderByItem column) voidSQLSelectQueryBlock.addDistributeBy(SQLSelectOrderByItem item) voidSQLAlterTableAddIndex.addItem(SQLSelectOrderByItem item) voidSQLAlterTableAlterIndex.addItem(SQLSelectOrderByItem item) voidSQLCreateIndexStatement.addItem(SQLSelectOrderByItem item) voidSQLSelectQueryBlock.addOrderBy(SQLSelectOrderByItem orderByItem) voidSQLSelectQueryBlock.addSortBy(SQLSelectOrderByItem item) voidSQLAlterTableStatement.addSortedByItem(SQLSelectOrderByItem item) voidSQLCreateTableStatement.addSortedByItem(SQLSelectOrderByItem item) booleanSQLSelectQueryBlock.containsOrderBy(SQLSelectOrderByItem orderByItem) -
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql.dialect.impala.visitor
Method parameters in com.alibaba.druid.sql.dialect.impala.visitor with type arguments of type SQLSelectOrderByItemModifier and TypeMethodDescriptionprotected voidImpalaOutputVisitor.printSortedBy(List<SQLSelectOrderByItem> sortedBy) -
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql.dialect.mysql.ast.statement
Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return types with arguments of type SQLSelectOrderByItemModifier and TypeMethodDescriptionMySqlAlterTableOrderBy.getColumns()MySqlTableIndex.getColumns()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLSelectOrderByItemModifier and TypeMethodDescriptionvoidMySqlAlterTableOrderBy.addColumn(SQLSelectOrderByItem column) voidMySqlTableIndex.addColumn(SQLSelectOrderByItem column) -
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql.dialect.oracle.ast.clause
Methods in com.alibaba.druid.sql.dialect.oracle.ast.clause that return types with arguments of type SQLSelectOrderByItemMethods in com.alibaba.druid.sql.dialect.oracle.ast.clause with parameters of type SQLSelectOrderByItem -
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql.dialect.oracle.visitor
Methods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLSelectOrderByItem -
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql.dialect.starrocks.ast.statement
Fields in com.alibaba.druid.sql.dialect.starrocks.ast.statement with type parameters of type SQLSelectOrderByItemModifier and TypeFieldDescriptionprotected final List<SQLSelectOrderByItem> StarRocksCreateTableStatement.distributedByMethods in com.alibaba.druid.sql.dialect.starrocks.ast.statement that return types with arguments of type SQLSelectOrderByItem -
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLSelectOrderByItemMethod parameters in com.alibaba.druid.sql.parser with type arguments of type SQLSelectOrderByItemModifier and TypeMethodDescriptionvoidSQLExprParser.orderBy(List<SQLSelectOrderByItem> items, SQLObject parent) -
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLSelectOrderByItemModifier and TypeMethodDescriptiondefault voidSQLASTVisitor.endVisit(SQLSelectOrderByItem x) booleanSQLASTOutputVisitor.visit(SQLSelectOrderByItem x) default booleanSQLASTVisitor.visit(SQLSelectOrderByItem x) Method parameters in com.alibaba.druid.sql.visitor with type arguments of type SQLSelectOrderByItemModifier and TypeMethodDescriptionprotected voidSQLASTOutputVisitor.printSortedBy(List<SQLSelectOrderByItem> sortedBy)