Class FromItemTable
- java.lang.Object
-
- com.ibm.fhir.database.utils.query.FromItem
-
- com.ibm.fhir.database.utils.query.FromItemTable
-
public class FromItemTable extends FromItem
Represents a table referenced in the from list
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FromItemTable(String tableName)
Protected constructorprotected
FromItemTable(String tableName, Alias alias)
Protected constructorprotected
FromItemTable(String schemaName, String tableName)
Protected constructorprotected
FromItemTable(String schemaName, String tableName, Alias alias)
Protected constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
-
-
Constructor Detail
-
FromItemTable
protected FromItemTable(String tableName)
Protected constructor- Parameters:
tableName
-
-
FromItemTable
protected FromItemTable(String tableName, Alias alias)
Protected constructor- Parameters:
tableName
-alias
-
-
FromItemTable
protected FromItemTable(String schemaName, String tableName, Alias alias)
Protected constructor- Parameters:
schemaName
-tableName
-alias
-
-
-