Class SelectRowSource
- java.lang.Object
-
- com.ibm.fhir.database.utils.query.SelectRowSource
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SelectRowSource(Select subQuery)
Protected constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
render(StatementRenderer<T> renderer)
Render the row sourceString
toPrettyString(boolean pretty)
Render the object as a stringString
toString()
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.ibm.fhir.database.utils.query.RowSource
getImpliedAlias
-
-
-
-
Constructor Detail
-
SelectRowSource
protected SelectRowSource(Select subQuery)
Protected constructor- Parameters:
subQuery
-alias
-
-
-
Method Detail
-
toPrettyString
public String toPrettyString(boolean pretty)
Description copied from interface:RowSource
Render the object as a string- Specified by:
toPrettyString
in interfaceRowSource
- Parameters:
pretty
- pretty-print the return value if true- Returns:
-
render
public <T> T render(StatementRenderer<T> renderer)
Description copied from interface:RowSource
Render the row source
-
-