(file) Return to CQLPredicate.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / CQL

Diff for /pegasus/src/Pegasus/CQL/CQLPredicate.cpp between version 1.1.2.15 and 1.1.2.16

version 1.1.2.15, 2004/09/29 17:26:47 version 1.1.2.16, 2004/10/18 21:50:07
Line 71 
Line 71 
    return _rep->evaluate(CI,QueryCtx);    return _rep->evaluate(CI,QueryCtx);
 } }
  
 Boolean CQLPredicate::isTerminal(){  Boolean CQLPredicate::isTerminal()const{
         return _rep->isTerminal();         return _rep->isTerminal();
 } }
 Boolean CQLPredicate::getInverted(){  Boolean CQLPredicate::getInverted()const{
         return _rep->getInverted();         return _rep->getInverted();
 } }
  
Line 95 
Line 95 
         _rep->appendPredicate(inSimplePredicate,inBooleanOperator);         _rep->appendPredicate(inSimplePredicate,inBooleanOperator);
 } }
  
 Array<CQLPredicate> CQLPredicate::getPredicates(){  Array<CQLPredicate> CQLPredicate::getPredicates()const{
         return _rep->getPredicates();         return _rep->getPredicates();
 } }
  
 CQLSimplePredicate CQLPredicate::getSimplePredicate(){  CQLSimplePredicate CQLPredicate::getSimplePredicate()const{
         return _rep->getSimplePredicate();         return _rep->getSimplePredicate();
 } }
  
 Array<BooleanOpType> CQLPredicate::getOperators(){  Array<BooleanOpType> CQLPredicate::getOperators()const{
         return _rep->getOperators();         return _rep->getOperators();
 } }
  
Line 111 
Line 111 
   _rep->applyContext(queryContext);   _rep->applyContext(queryContext);
 } }
  
 Boolean CQLPredicate::isSimple(){  Boolean CQLPredicate::isSimple()const{
         return _rep->isSimple();         return _rep->isSimple();
 } }
  
 Boolean CQLPredicate::isSimpleValue(){  Boolean CQLPredicate::isSimpleValue()const{
         return _rep->isSimpleValue();         return _rep->isSimpleValue();
 } }
  
  
 String CQLPredicate::toString(){  String CQLPredicate::toString()const{
         return _rep->toString();         return _rep->toString();
 } }
  


Legend:
Removed from v.1.1.2.15  
changed lines
  Added in v.1.1.2.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2