Class FromItem
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.query.FromItem
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AliasgetAlias()Get the alias associated with this item in the from clause.booleanisAnsiJoin()Is this an ANSI-style join?<T> Trender(StatementRenderer<T> renderer)Render this item using the given rendererStringtoPrettyString(boolean pretty)Render a string version of the item (for use when debugging)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getAlias
public Alias getAlias()
Get the alias associated with this item in the from clause.- Returns:
 - the alias for this item. Can be null
 
 
- 
isAnsiJoin
public boolean isAnsiJoin()
Is this an ANSI-style join?- Returns:
 
 
- 
toPrettyString
public String toPrettyString(boolean pretty)
Render a string version of the item (for use when debugging)- Parameters:
 pretty-- Returns:
 
 
- 
render
public <T> T render(StatementRenderer<T> renderer)
Render this item using the given renderer- Type Parameters:
 T-- Parameters:
 renderer-- Returns:
 
 
 - 
 
 -