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

Diff for /pegasus/src/Pegasus/CQL/CQLValueRep.h between version 1.11 and 1.12

version 1.11, 2007/04/18 20:14:35 version 1.12, 2007/09/19 20:54:42
Line 221 
Line 221 
  
     CQLValue::CQLValueType getValueType();     CQLValue::CQLValueType getValueType();
  
     /** Clears this object and sets its type to NULL_VALUE  
       */  
   
     void setNull();  
   
     /** Returns whether the value has been resolved to a primitive.     /** Returns whether the value has been resolved to a primitive.
       */       */
  
Line 234 
Line 229 
     /** Returns whether the CQLValue is null.     /** Returns whether the CQLValue is null.
       */       */
  
     Boolean isNull();      Boolean isNull() const;
  
     /** Tests to see if this "isa" the input string.     /** Tests to see if this "isa" the input string.
     */     */
Line 284 
Line 279 
                        const QueryContext& inQueryContext);                        const QueryContext& inQueryContext);
    Boolean _compareObjects(CIMObject& _in1, CIMObject& _in2);    Boolean _compareObjects(CIMObject& _in1, CIMObject& _in2);
    Boolean _compareArray(const CQLValueRep& _in);    Boolean _compareArray(const CQLValueRep& _in);
      CQLValue::CQLValueType _getCQLType(const CIMType &type);
    CIMValue _theValue;    CIMValue _theValue;
  
    CQLChainedIdentifier _CQLChainId;    CQLChainedIdentifier _CQLChainId;


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2