Uses of Class
com.ibm.fhir.database.utils.query.Operator
-
Packages that use Operator Package Description com.ibm.fhir.database.utils.query com.ibm.fhir.persistence.jdbc.domain com.ibm.fhir.persistence.jdbc.util com.ibm.fhir.persistence.jdbc.util.type -
-
Uses of Operator in com.ibm.fhir.database.utils.query
Methods in com.ibm.fhir.database.utils.query that return Operator Modifier and Type Method Description static Operator
Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operator[]
Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.database.utils.query with parameters of type Operator Modifier and Type Method Description T
BaseWhereAdapter. operator(Operator op)
Add the operator op to the expression -
Uses of Operator in com.ibm.fhir.persistence.jdbc.domain
Methods in com.ibm.fhir.persistence.jdbc.domain that return Operator Modifier and Type Method Description protected Operator
SearchQueryRenderer. getOperator(QueryParameter queryParameter)
Get the operator we need to use for matching values for this parameterprotected Operator
SearchQueryRenderer. getOperator(QueryParameter queryParm, String defaultOverride)
Map the Modifier in the passed Parameter to a supported query operator. -
Uses of Operator in com.ibm.fhir.persistence.jdbc.util
Methods in com.ibm.fhir.persistence.jdbc.util with parameters of type Operator Modifier and Type Method Description static void
NewUriModifierUtil. generateAboveValuesQuery(WhereFragment expression, String paramAlias, String tableColumnName, String searchValue, Operator operator)
generates the uri:above query -
Uses of Operator in com.ibm.fhir.persistence.jdbc.util.type
Methods in com.ibm.fhir.persistence.jdbc.util.type that return Operator Modifier and Type Method Description static Operator
OperatorUtil. convert(String op)
Convert the operator string value to its enum equivalentstatic Operator
OperatorUtil. getOperator(QueryParameter queryParameter)
Get the operator we need to use for matching values for this parameterstatic Operator
OperatorUtil. getOperator(QueryParameter queryParm, String defaultOverride)
Map the Modifier in the passed Parameter to a supported query operator.
-