Uses of Class
org.linuxforhealth.fhir.database.utils.query.OrderByClause
-
Packages that use OrderByClause Package Description org.linuxforhealth.fhir.database.utils.query org.linuxforhealth.fhir.database.utils.query.expression -
-
Uses of OrderByClause in org.linuxforhealth.fhir.database.utils.query
Methods in org.linuxforhealth.fhir.database.utils.query that return OrderByClause Modifier and Type Method Description OrderByClause
Select. getOrderByClause()
Methods in org.linuxforhealth.fhir.database.utils.query with parameters of type OrderByClause Modifier and Type Method Description void
Select. setOrderByClause(OrderByClause ob)
Constructors in org.linuxforhealth.fhir.database.utils.query with parameters of type OrderByClause Constructor Description OrderByAdapter(Select select, OrderByClause ob)
Protected constructor for modeling the GROUP BY part of a SELECT statement. -
Uses of OrderByClause in org.linuxforhealth.fhir.database.utils.query.expression
Methods in org.linuxforhealth.fhir.database.utils.query.expression with parameters of type OrderByClause Modifier and Type Method Description T
StatementRenderer. select(java.util.List<With> withClauses, boolean distinct, SelectList selectList, FromClause fromClause, WhereClause whereClause, GroupByClause groupByClause, HavingClause havingClause, OrderByClause orderByClause, PaginationClause paginationClause, boolean unionAll, Select union)
Render the select statement using each of the components, some of which may be optional (null)java.lang.String
StringStatementRenderer. select(java.util.List<With> withClauses, boolean distinct, SelectList selectList, FromClause fromClause, WhereClause whereClause, GroupByClause groupByClause, HavingClause havingClause, OrderByClause orderByClause, PaginationClause paginationClause, boolean unionAll, Select union)
-