Uses of Class
com.ibm.fhir.database.utils.query.expression.Predicate
- 
Packages that use Predicate Package Description com.ibm.fhir.database.utils.query com.ibm.fhir.database.utils.query.expression  - 
- 
Uses of Predicate in com.ibm.fhir.database.utils.query
Methods in com.ibm.fhir.database.utils.query that return Predicate Modifier and Type Method Description static PredicateSelect. predicate(String boolExpr) - 
Uses of Predicate in com.ibm.fhir.database.utils.query.expression
Subclasses of Predicate in com.ibm.fhir.database.utils.query.expression Modifier and Type Class Description classAndPredicateImplements the SQL "AND" predicateclassBinaryPredicateA binary predicate node (like AND, OR etc)classNotPredicateImplements the SQL "NOT" predicateclassOrPredicateImplements the SQL "OR" predicateclassPredicateExpressionImplements the expression predicateclassUnaryPredicateAn unary predicate (e.g.Methods in com.ibm.fhir.database.utils.query.expression that return Predicate Modifier and Type Method Description PredicatePredicate. and(Predicate right)PredicatePredicate. and(String boolExpr)PredicateBinaryPredicate. getLeft()PredicateUnaryPredicate. getPredicate()PredicateBinaryPredicate. getRight()PredicatePredicate. not()static PredicatePredicate. not(Predicate p)static PredicatePredicate. not(String boolExpr)PredicatePredicate. or(Predicate right)PredicatePredicate. or(String boolExpr)Methods in com.ibm.fhir.database.utils.query.expression with parameters of type Predicate Modifier and Type Method Description PredicatePredicate. and(Predicate right)static PredicatePredicate. not(Predicate p)PredicatePredicate. or(Predicate right)Constructors in com.ibm.fhir.database.utils.query.expression with parameters of type Predicate Constructor Description AndPredicate(Predicate left, Predicate right)BinaryPredicate(Predicate left, Predicate right)NotPredicate(Predicate p)OrPredicate(Predicate left, Predicate right)UnaryPredicate(Predicate predicate) 
 -