Class Predicate
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.query.expression.Predicate
 
 
- 
- Direct Known Subclasses:
 BinaryPredicate,PredicateExpression,UnaryPredicate
public class Predicate extends Object
represents a WHERE expression predicate. Note that we're trying to support the textual representation of the WHERE clause predicate (to support programmatic construction) - this is not intended to be an evaluation engine. 
- 
- 
Constructor Summary
Constructors Constructor Description Predicate() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicateand(Predicate right)Predicateand(String boolExpr)Predicatenot()static Predicatenot(Predicate p)static Predicatenot(String boolExpr)Predicateor(Predicate right)Predicateor(String boolExpr) 
 - 
 
- 
- 
Method Detail
- 
not
public Predicate not()
 
 - 
 
 -