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 protectedFromItemTable(String tableName)Protected constructorprotectedFromItemTable(String tableName, Alias alias)Protected constructorprotectedFromItemTable(String schemaName, String tableName)Protected constructorprotectedFromItemTable(String schemaName, String tableName, Alias alias)Protected constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()
-
-
-
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-
-
-