Uses of Class
com.ibm.fhir.database.utils.query.WhereAdapter
-
Packages that use WhereAdapter Package Description com.ibm.fhir.database.utils.query -
-
Uses of WhereAdapter in com.ibm.fhir.database.utils.query
Methods in com.ibm.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(ExpNode predicate)
Builds a WHERE clause starting with the given predicate nodeWhereAdapter
FromAdapter. where(String predicate)
Start building the "WHERE" clause for the statementWhereAdapter
FromAdapter. where(String tableAlias, String columnName)
Starts building a WHERE clause with the {tableAlias}.{columnName}
-