Class OrderByClause
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.query.OrderByClause
-
public class OrderByClause extends java.lang.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(java.lang.String... expressions)
Add the given expressions to the order by items listboolean
isEmpty()
Is the order by items list emptyjava.lang.String
toString()
-
-
-
Method Detail
-
add
public void add(java.lang.String... expressions)
Add the given expressions to the order by items list- Parameters:
expressions
-
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isEmpty
public boolean isEmpty()
Is the order by items list empty- Returns:
-
-