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 WhereAdapter
WhereAdapter. getThis()
WhereAdapter
FromAdapter. where()
Starts building a WHERE clause without any predicate nodesWhereAdapter
FromAdapter. where(java.lang.String predicate)
Start building the "WHERE" clause for the statementWhereAdapter
FromAdapter. where(java.lang.String tableAlias, java.lang.String columnName)
Starts building a WHERE clause with the {tableAlias}.{columnName}WhereAdapter
FromAdapter. where(ExpNode predicate)
Builds a WHERE clause starting with the given predicate node
-