Uses of Class
org.linuxforhealth.fhir.database.utils.query.WhereAdapter
- 
Packages that use WhereAdapter Package Description org.linuxforhealth.fhir.database.utils.query  - 
- 
Uses of WhereAdapter in org.linuxforhealth.fhir.database.utils.query
Methods in org.linuxforhealth.fhir.database.utils.query that return WhereAdapter Modifier and Type Method Description protected WhereAdapterWhereAdapter. getThis()WhereAdapterFromAdapter. where()Starts building a WHERE clause without any predicate nodesWhereAdapterFromAdapter. where(java.lang.String predicate)Start building the "WHERE" clause for the statementWhereAdapterFromAdapter. where(java.lang.String tableAlias, java.lang.String columnName)Starts building a WHERE clause with the {tableAlias}.{columnName}WhereAdapterFromAdapter. where(ExpNode predicate)Builds a WHERE clause starting with the given predicate node 
 -