Class GroupByClause
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.query.GroupByClause
-
public class GroupByClause extends java.lang.Object
Refers to the GroupByClause behavior
-
-
Constructor Summary
Constructors Constructor Description GroupByClause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.lang.String... expressions)
boolean
isEmpty()
check if the list of items is emptyjava.lang.String
toString()
-