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 OrderByAdapterOrderByAdapter. add(String... strings)Add the given string expressions to the order by clauseOrderByAdapterFromAdapter. orderBy(String... expressions)Start an ORDER BY expressionOrderByAdapterHavingAdapter. orderBy(String... expressions)Start building the ORDER BY clauseOrderByAdapterWhereAdapter. orderBy(String... expressions)Start building the ORDER BY clause
-