Class OrderByClause
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.query.OrderByClause
-
public class OrderByClause extends java.lang.ObjectThe OrderByClause SQL definition
-
-
Constructor Summary
Constructors Constructor Description OrderByClause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.lang.String... expressions)Add the given expressions to the order by items listbooleanisEmpty()Is the order by items list emptyjava.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
isEmpty
public boolean isEmpty()
Is the order by items list empty- Returns:
-
-