枚举的使用
com.alibaba.druid.sql.ast.SQLOrderingSpecification
使用SQLOrderingSpecification的程序包
程序包
说明
-
com.alibaba.druid.sql.ast中SQLOrderingSpecification的使用
修饰符和类型方法说明static SQLOrderingSpecification返回带有指定名称的该类型的枚举常量。static SQLOrderingSpecification[]SQLOrderingSpecification.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。修饰符和类型方法说明voidSQLOrderBy.addItem(SQLExpr expr, SQLOrderingSpecification type) voidSQLZOrderBy.addItem(SQLExpr expr, SQLOrderingSpecification type) 限定符构造器说明SQLOrderBy(SQLExpr expr, SQLOrderingSpecification type) SQLZOrderBy(SQLExpr expr, SQLOrderingSpecification type) -
com.alibaba.druid.sql.ast.statement中SQLOrderingSpecification的使用
修饰符和类型方法说明voidSQLSelectQueryBlock.addOrderBy(SQLExpr orderBy, SQLOrderingSpecification type) voidSQLSelectOrderByItem.setType(SQLOrderingSpecification type) -
com.alibaba.druid.sql.dialect.mysql.ast.expr中SQLOrderingSpecification的使用