Uses of Enum Class
org.huiche.ast.statement.clause.Order
Packages that use Order
Package
Description
可操作接口,包括表达式|语句|引用的操作
SQL子句
-
Uses of Order in org.huiche.ast.operable
Methods in org.huiche.ast.operable with parameters of type OrderModifier and TypeMethodDescriptiondefault Select排序default Select排序default SelectSelectOperable.orderBy(Expression column, Order order) 排序default <T> SelectSelectOperable.orderBy(SerializableFunction<T, ?> column, Order order) 排序 -
Uses of Order in org.huiche.ast.statement.clause
Subclasses with type arguments of type Order in org.huiche.ast.statement.clauseMethods in org.huiche.ast.statement.clause that return OrderModifier and TypeMethodDescriptionOrderBy.Default.order()OrderBy.order()排序static OrderReturns the enum constant of this class with the specified name.static Order[]Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.huiche.ast.statement.clause with parameters of type OrderModifier and TypeMethodDescriptionstatic OrderByOrderBy.of(Expression expr, Order order) 创建OrderBy子句