Class SelectRowSource
- java.lang.Object
-
- org.linuxforhealth.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 sourcejava.lang.String
toPrettyString(boolean pretty)
Render the object as a stringjava.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.linuxforhealth.fhir.database.utils.query.RowSource
getImpliedAlias
-
-
-
-
Constructor Detail
-
SelectRowSource
protected SelectRowSource(Select subQuery)
Protected constructor- Parameters:
subQuery
-alias
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toPrettyString
public java.lang.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
-
-