Class AndPredicate
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.query.expression.Predicate
 - 
- com.ibm.fhir.database.utils.query.expression.BinaryPredicate
 - 
- com.ibm.fhir.database.utils.query.expression.AndPredicate
 
 
 
 
- 
public class AndPredicate extends BinaryPredicate
Implements the SQL "AND" predicate 
- 
- 
Constructor Summary
Constructors Constructor Description AndPredicate(Predicate left, Predicate right) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()- 
Methods inherited from class com.ibm.fhir.database.utils.query.expression.BinaryPredicate
getLeft, getRight 
 - 
 
 -