Uses of Class
cn.cloudself.query.psi.structure.OrderByClause
-
Packages that use OrderByClause Package Description cn.cloudself.query.psi.structure -
-
Uses of OrderByClause in cn.cloudself.query.psi.structure
Methods in cn.cloudself.query.psi.structure that return OrderByClause Modifier and Type Method Description OrderByClauseOrderByClause. field(Field field)OrderByClauseOrderByClause. operator(String operator)Methods in cn.cloudself.query.psi.structure that return types with arguments of type OrderByClause Modifier and Type Method Description List<OrderByClause>QueryStructure. orderBy()Methods in cn.cloudself.query.psi.structure with parameters of type OrderByClause Modifier and Type Method Description QueryStructureQueryStructure. appendOrderBy(OrderByClause orderBy)Method parameters in cn.cloudself.query.psi.structure with type arguments of type OrderByClause Modifier and Type Method Description QueryStructureQueryStructure. orderBy(List<OrderByClause> orderBy)
-