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 WhereAdapterWhereAdapter. getThis()WhereAdapterFromAdapter. where()Starts building a WHERE clause without any predicate nodesWhereAdapterFromAdapter. where(ExpNode predicate)Builds a WHERE clause starting with the given predicate nodeWhereAdapterFromAdapter. where(String predicate)Start building the "WHERE" clause for the statementWhereAdapterFromAdapter. where(String tableAlias, String columnName)Starts building a WHERE clause with the {tableAlias}.{columnName}
-