Uses of Class
org.ehrbase.aql.compiler.OrderAttribute
-
Packages that use OrderAttribute Package Description org.ehrbase.aql.compiler org.ehrbase.aql.sql.binding -
-
Uses of OrderAttribute in org.ehrbase.aql.compiler
Methods in org.ehrbase.aql.compiler that return types with arguments of type OrderAttribute Modifier and Type Method Description List<OrderAttribute>Statements. getOrderAttributes() -
Uses of OrderAttribute in org.ehrbase.aql.sql.binding
Method parameters in org.ehrbase.aql.sql.binding with type arguments of type OrderAttribute Modifier and Type Method Description org.jooq.SelectQuerySuperQuery. selectOrderBy(List<OrderAttribute> orderAttributes)org.jooq.SelectQuerySuperQuery. setOrderBy(List<OrderAttribute> orderAttributes, org.jooq.SelectQuery selectQuery)
-