Uses of Class
org.linuxforhealth.fhir.database.utils.query.OrderByAdapter
-
Packages that use OrderByAdapter Package Description org.linuxforhealth.fhir.database.utils.query -
-
Uses of OrderByAdapter in org.linuxforhealth.fhir.database.utils.query
Methods in org.linuxforhealth.fhir.database.utils.query that return OrderByAdapter Modifier and Type Method Description OrderByAdapter
OrderByAdapter. add(java.lang.String... strings)
Add the given string expressions to the order by clauseOrderByAdapter
FromAdapter. orderBy(java.lang.String... expressions)
Start an ORDER BY expressionOrderByAdapter
HavingAdapter. orderBy(java.lang.String... expressions)
Start building the ORDER BY clauseOrderByAdapter
WhereAdapter. orderBy(java.lang.String... expressions)
Start building the ORDER BY clause
-