Uses of Class
com.ibm.fhir.database.utils.query.GroupByClause
-
Packages that use GroupByClause Package Description com.ibm.fhir.database.utils.query com.ibm.fhir.database.utils.query.expression -
-
Uses of GroupByClause in com.ibm.fhir.database.utils.query
Methods in com.ibm.fhir.database.utils.query with parameters of type GroupByClause Modifier and Type Method Description void
Select. setGroupByClause(GroupByClause gb)
Set the group-by-clause for this statementConstructors in com.ibm.fhir.database.utils.query with parameters of type GroupByClause Constructor Description GroupByAdapter(Select select, GroupByClause gb, java.lang.String... expressions)
Protected constructor for modeling the GROUP BY part of a SELECT statement. -
Uses of GroupByClause in com.ibm.fhir.database.utils.query.expression
Methods in com.ibm.fhir.database.utils.query.expression with parameters of type GroupByClause Modifier and Type Method Description T
StatementRenderer. select(boolean distinct, SelectList selectList, FromClause fromClause, WhereClause whereClause, GroupByClause groupByClause, HavingClause havingClause, OrderByClause orderByClause, PaginationClause paginationClause, boolean unionAll, Select union)
Render the select statement using each of the components, some of which may be optional (null)java.lang.String
StringStatementRenderer. select(boolean distinct, SelectList selectList, FromClause fromClause, WhereClause whereClause, GroupByClause groupByClause, HavingClause havingClause, OrderByClause orderByClause, PaginationClause paginationClause, boolean unionAll, Select union)
-