Class OrderByClause
- java.lang.Object
-
- com.ibm.fhir.database.utils.query.OrderByClause
-
public class OrderByClause extends Object
The OrderByClause SQL definition
-
-
Constructor Summary
Constructors Constructor Description OrderByClause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String... expressions)Add the given expressions to the order by items listbooleanisEmpty()Is the order by items list emptyStringtoString()
-