Uses of Class
com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem
-
-
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql that return SQLSelectOrderByItem Modifier and Type Method Description static 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 SQLSelectOrderByItem Modifier and Type Field Description protected List<SQLSelectOrderByItem>SQLOrderBy. itemsprotected List<SQLSelectOrderByItem>SQLZOrderBy. itemsMethods in com.alibaba.druid.sql.ast that return SQLSelectOrderByItem Modifier and Type Method Description protected SQLSelectOrderByItemSQLOrderBy. createItem()protected SQLSelectOrderByItemSQLZOrderBy. createItem()Methods in com.alibaba.druid.sql.ast that return types with arguments of type SQLSelectOrderByItem Modifier and Type Method Description List<SQLSelectOrderByItem>SQLIndex. getColumns()List<SQLSelectOrderByItem>SQLIndexDefinition. getColumns()List<SQLSelectOrderByItem>SQLOrderBy. getItems()List<SQLSelectOrderByItem>SQLZOrderBy. getItems()Methods in com.alibaba.druid.sql.ast with parameters of type SQLSelectOrderByItem Modifier and Type Method Description voidSQLOrderBy. addItem(SQLSelectOrderByItem item)voidSQLZOrderBy. addItem(SQLSelectOrderByItem item)Method parameters in com.alibaba.druid.sql.ast with type arguments of type SQLSelectOrderByItem Modifier and Type Method Description voidSQLIndexDefinition. 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 SQLSelectOrderByItem Modifier and Type Field Description protected List<SQLSelectOrderByItem>SQLSelectQueryBlock. clusterByprotected List<SQLSelectOrderByItem>SQLAlterTableStatement. clusteredByprotected List<SQLSelectOrderByItem>SQLCreateTableStatement. clusteredByprotected List<SQLSelectOrderByItem>SQLSelectQueryBlock. distributeByprotected List<SQLSelectOrderByItem>SQLJoinTableSource.UDJ. sortByprotected List<SQLSelectOrderByItem>SQLSelectQueryBlock. sortByprotected List<SQLSelectOrderByItem>SQLAlterTableStatement. sortedByprotected List<SQLSelectOrderByItem>SQLCreateTableStatement. sortedByMethods in com.alibaba.druid.sql.ast.statement that return SQLSelectOrderByItem Modifier and Type Method Description SQLSelectOrderByItemSQLSelectOrderByItem. clone()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelectOrderByItem Modifier and Type Method Description voidSQLSelectQueryBlock. 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 SQLSelectOrderByItem Modifier and Type Method Description protected 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 SQLSelectOrderByItem Modifier and Type Method Description List<SQLSelectOrderByItem>MySqlAlterTableOrderBy. getColumns()List<SQLSelectOrderByItem>MySqlTableIndex. getColumns()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLSelectOrderByItem Modifier and Type Method Description voidMySqlAlterTableOrderBy. 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 SQLSelectOrderByItem Modifier and Type Method Description List<SQLSelectOrderByItem>SearchClause. getItems()Methods in com.alibaba.druid.sql.dialect.oracle.ast.clause with parameters of type SQLSelectOrderByItem Modifier and Type Method Description voidSearchClause. addItem(SQLSelectOrderByItem item) -
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 Modifier and Type Method Description booleanOracleOutputVisitor. visit(SQLSelectOrderByItem x) -
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 SQLSelectOrderByItem Modifier and Type Field Description protected List<SQLSelectOrderByItem>StarRocksCreateTableStatement. distributedByMethods in com.alibaba.druid.sql.dialect.starrocks.ast.statement that return types with arguments of type SQLSelectOrderByItem Modifier and Type Method Description List<SQLSelectOrderByItem>StarRocksCreateTableStatement. getDistributedBy() -
Uses of SQLSelectOrderByItem in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLSelectOrderByItem Modifier and Type Method Description SQLSelectOrderByItemSQLExprParser. parseSelectOrderByItem()Method parameters in com.alibaba.druid.sql.parser with type arguments of type SQLSelectOrderByItem Modifier and Type Method Description voidSQLExprParser. 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 SQLSelectOrderByItem Modifier and Type Method Description default 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 SQLSelectOrderByItem Modifier and Type Method Description protected voidSQLASTOutputVisitor. printSortedBy(List<SQLSelectOrderByItem> sortedBy)
-