Class FromSubQueryAdapter
- java.lang.Object
-
- com.ibm.fhir.database.utils.query.SelectAdapter
-
- com.ibm.fhir.database.utils.query.FromSubQueryAdapter
-
public class FromSubQueryAdapter extends SelectAdapter
The FromClause adapter
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FromSubQueryAdapter(Select parentSelect, FromAdapter from)
constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FromAdapter
subEnd(String alias)
End construction of this sub-query by returning out parentFromAdapter
thus allowing a caller to continue with their fluent building of the select statement-
Methods inherited from class com.ibm.fhir.database.utils.query.SelectAdapter
addColumn, build, column, from, from, from, from, getSelect, pagination
-
-
-
-
Constructor Detail
-
FromSubQueryAdapter
protected FromSubQueryAdapter(Select parentSelect, FromAdapter from)
constructor- Parameters:
parentSelect
-from
-
-
-
Method Detail
-
subEnd
public FromAdapter subEnd(String alias)
End construction of this sub-query by returning out parentFromAdapter
thus allowing a caller to continue with their fluent building of the select statement- Parameters:
alias
-- Returns:
- our parent
FromAdapter
-
-