Class HavingAdapter
- java.lang.Object
-
- com.ibm.fhir.database.utils.query.HavingAdapter
-
public class HavingAdapter extends Object
Represents the "HAVING" part of a SELECT statement.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHavingAdapter(Select select)Protected constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Selectbuild()OrderByAdapterorderBy()Order by is the very last part of a statement
-
-
-
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()
Order by is the very last part of a statement- Returns:
-
-