Class HavingAdapter
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.query.HavingAdapter
-
public class HavingAdapter extends java.lang.Object
Represents the "HAVING" part of a SELECT statement.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HavingAdapter(Select select)
Protected constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Select
build()
OrderByAdapter
orderBy(java.lang.String... expressions)
Start building the ORDER BY clause
-
-
-
Constructor Detail
-
HavingAdapter
protected HavingAdapter(Select select)
Protected constructor. Should only need to be instantiated as part of aSelectAdapter
.- Parameters:
select
-
-
-
Method Detail
-
build
public Select build()
-
orderBy
public OrderByAdapter orderBy(java.lang.String... expressions)
Start building the ORDER BY clause- Parameters:
expressions
-- Returns:
-
-