Uses of Class
com.alibaba.druid.sql.ast.SQLOrderingSpecification
-
Packages that use SQLOrderingSpecification Package Description com.alibaba.druid.sql.ast com.alibaba.druid.sql.ast.statement com.alibaba.druid.sql.dialect.mysql.ast.expr -
-
Uses of SQLOrderingSpecification in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return SQLOrderingSpecification Modifier and Type Method Description static SQLOrderingSpecificationSQLOrderingSpecification. valueOf(String name)Returns 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 SQLOrderingSpecification Modifier and Type Method Description voidSQLOrderBy. addItem(SQLExpr expr, SQLOrderingSpecification type)voidSQLZOrderBy. addItem(SQLExpr expr, SQLOrderingSpecification type)Constructors in com.alibaba.druid.sql.ast with parameters of type SQLOrderingSpecification Constructor Description SQLOrderBy(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 SQLOrderingSpecification Modifier and Type Field Description protected SQLOrderingSpecificationSQLSelectOrderByItem. typeMethods in com.alibaba.druid.sql.ast.statement that return SQLOrderingSpecification Modifier and Type Method Description SQLOrderingSpecificationSQLSelectOrderByItem. getType()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLOrderingSpecification Modifier and Type Method Description voidSQLSelectQueryBlock. addOrderBy(SQLExpr orderBy, SQLOrderingSpecification type)voidSQLSelectOrderByItem. setType(SQLOrderingSpecification type)Constructors in com.alibaba.druid.sql.ast.statement with parameters of type SQLOrderingSpecification Constructor Description SQLSelectOrderByItem(SQLExpr expr, SQLOrderingSpecification type) -
Uses of SQLOrderingSpecification in com.alibaba.druid.sql.dialect.mysql.ast.expr
Fields in com.alibaba.druid.sql.dialect.mysql.ast.expr declared as SQLOrderingSpecification Modifier and Type Field Description protected SQLOrderingSpecificationMySqlOrderingExpr. typeMethods in com.alibaba.druid.sql.dialect.mysql.ast.expr that return SQLOrderingSpecification Modifier and Type Method Description SQLOrderingSpecificationMySqlOrderingExpr. getType()Methods in com.alibaba.druid.sql.dialect.mysql.ast.expr with parameters of type SQLOrderingSpecification Modifier and Type Method Description voidMySqlOrderingExpr. setType(SQLOrderingSpecification type)Constructors in com.alibaba.druid.sql.dialect.mysql.ast.expr with parameters of type SQLOrderingSpecification Constructor Description MySqlOrderingExpr(SQLExpr expr, SQLOrderingSpecification type)
-