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 void
add(String... expressions)
Add the given expressions to the order by items listboolean
isEmpty()
Is the order by items list emptyString
toString()
-