You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/10/28 16:40:19 UTC

svn commit: r830630 - /qpid/branches/0.5.x-dev/qpid/cpp/include/qmf/engine/Query.h

Author: ritchiem
Date: Wed Oct 28 15:40:19 2009
New Revision: 830630

URL: http://svn.apache.org/viewvc?rev=830630&view=rev
Log:
Added operators for present/not-present in the object (i.e. for optional properties).

Modified:
    qpid/branches/0.5.x-dev/qpid/cpp/include/qmf/engine/Query.h

Modified: qpid/branches/0.5.x-dev/qpid/cpp/include/qmf/engine/Query.h
URL: http://svn.apache.org/viewvc/qpid/branches/0.5.x-dev/qpid/cpp/include/qmf/engine/Query.h?rev=830630&r1=830629&r2=830630&view=diff
==============================================================================
--- qpid/branches/0.5.x-dev/qpid/cpp/include/qmf/engine/Query.h (original)
+++ qpid/branches/0.5.x-dev/qpid/cpp/include/qmf/engine/Query.h Wed Oct 28 15:40:19 2009
@@ -40,7 +40,9 @@
         O_GT = 5,
         O_GE = 6,
         O_RE_MATCH = 7,
-        O_RE_NOMATCH = 8
+        O_RE_NOMATCH = 8,
+        O_PRESENT = 9,
+        O_NOT_PRESENT = 10
     };
 
     struct QueryOperand {



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org