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