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

Diff for /pegasus/src/Pegasus/CQL/CQLSelectStatement.h between version 1.1.2.15 and 1.1.2.16

version 1.1.2.15, 2004/11/01 15:46:17 version 1.1.2.16, 2004/11/02 16:18:46
Line 160 
Line 160 
     /** Sets a predicate into this object. This method should only     /** Sets a predicate into this object. This method should only
             be called by Bison.             be called by Bison.
         */         */
     void setPredicate(      void setPredicate(const CQLPredicate& inPredicate);
         // CQLOperation is an enum similar to the WQLOperation enum in CVS:  
         // enum CQLOperation      /** Gets the top-level predicate contained by this object */
         // {      CQLPredicate getPredicate() const;
         //     <,  
         //     >,  
         //     =,  
         //    >=,  
         //    <=,  
         //     +,  
         //     -,  
         //     *,  
         //     /,  
         //     CQL_IS_NULL,  
         //     CQL_IS_NOT_NULL,  
         //     CQL_IS_A,  
         //     CQL_LIKE  
         // };  
         const CQLPredicate& inPredicate);  
  
     /**  This method calls QueryContext::insertClassPathAlias()  to insert a     /**  This method calls QueryContext::insertClassPathAlias()  to insert a
     classpath-alias pair     classpath-alias pair


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