Class SelectRowSource
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.query.SelectRowSource
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedSelectRowSource(Select subQuery)Protected constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Trender(StatementRenderer<T> renderer)Render the row sourceStringtoPrettyString(boolean pretty)Render the object as a stringStringtoString()- 
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:RowSourceRender the object as a string- Specified by:
 toPrettyStringin interfaceRowSource- Parameters:
 pretty- pretty-print the return value if true- Returns:
 
 
- 
render
public <T> T render(StatementRenderer<T> renderer)
Description copied from interface:RowSourceRender the row source 
 - 
 
 -