Uses of Enum
com.alibaba.druid.sql.ast.SQLOrderingSpecification
Packages that use SQLOrderingSpecification
Package
Description
-
Uses of SQLOrderingSpecification in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return SQLOrderingSpecificationModifier and TypeMethodDescriptionstatic SQLOrderingSpecificationReturns the enum constant of this type with the specified name.static SQLOrderingSpecification[]SQLOrderingSpecification.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast with parameters of type SQLOrderingSpecificationModifier and TypeMethodDescriptionvoidSQLOrderBy.addItem(SQLExpr expr, SQLOrderingSpecification type) voidSQLZOrderBy.addItem(SQLExpr expr, SQLOrderingSpecification type) Constructors in com.alibaba.druid.sql.ast with parameters of type SQLOrderingSpecificationModifierConstructorDescriptionSQLOrderBy(SQLExpr expr, SQLOrderingSpecification type) SQLZOrderBy(SQLExpr expr, SQLOrderingSpecification type) -
Uses of SQLOrderingSpecification in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLOrderingSpecificationMethods in com.alibaba.druid.sql.ast.statement that return SQLOrderingSpecificationMethods in com.alibaba.druid.sql.ast.statement with parameters of type SQLOrderingSpecificationModifier and TypeMethodDescriptionvoidSQLSelectQueryBlock.addOrderBy(SQLExpr orderBy, SQLOrderingSpecification type) voidSQLSelectOrderByItem.setType(SQLOrderingSpecification type) Constructors in com.alibaba.druid.sql.ast.statement with parameters of type SQLOrderingSpecification -
Uses of SQLOrderingSpecification in com.alibaba.druid.sql.dialect.mysql.ast.expr
Fields in com.alibaba.druid.sql.dialect.mysql.ast.expr declared as SQLOrderingSpecificationMethods in com.alibaba.druid.sql.dialect.mysql.ast.expr that return SQLOrderingSpecificationMethods in com.alibaba.druid.sql.dialect.mysql.ast.expr with parameters of type SQLOrderingSpecificationConstructors in com.alibaba.druid.sql.dialect.mysql.ast.expr with parameters of type SQLOrderingSpecification