Uses of Class
com.ibm.fhir.database.utils.query.FromAdapter
-
Packages that use FromAdapter Package Description com.ibm.fhir.database.utils.query -
-
Uses of FromAdapter in com.ibm.fhir.database.utils.query
Methods in com.ibm.fhir.database.utils.query that return FromAdapter Modifier and Type Method Description FromAdapterFromAdapter. from(String tableName)Add a table to the from clause returning thisFromAdapterready for the next itemFromAdapterFromAdapter. from(String tableName, Alias alias)Add a table with an alias (tab AS foo) to the from clause returning thisFromAdapterready for the next itemFromAdapterSelectAdapter. from(Select sub, Alias alias)Add the sub-query select to the FROM clauseFromAdapterSelectAdapter. from(String table)Create a from clause for this select statementFromAdapterSelectAdapter. from(String tableName, Alias alias)Create a from clause for this select statementFromAdapterFromSubQueryAdapter. subEnd(String alias)End construction of this sub-query by returning out parentFromAdapterthus allowing a caller to continue with their fluent building of the select statementConstructors in com.ibm.fhir.database.utils.query with parameters of type FromAdapter Constructor Description FromSubQueryAdapter(Select parentSelect, FromAdapter from)constructor
-