Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv32049

Modified Files:
        Query.java 
Log Message:
MMB-1732


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
See also: http://www.mmbase.org/jira/browse/MMB-1732


Index: Query.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Query.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- Query.java  23 Sep 2008 12:04:41 -0000      1.46
+++ Query.java  25 Nov 2008 13:22:16 -0000      1.47
@@ -19,7 +19,7 @@
  *
  * @author Michiel Meeuwissen
  * @author Pierre van Rooden
- * @version $Id: Query.java,v 1.46 2008/09/23 12:04:41 michiel Exp $
+ * @version $Id: Query.java,v 1.47 2008/11/25 13:22:16 michiel Exp $
  * @since MMBase-1.7
  * @see org.mmbase.bridge.util.Queries
  */
@@ -264,6 +264,8 @@
      */
     FieldValueInConstraint createConstraint(StepField f, SortedSet<? extends 
Object> v);
 
+    FieldValueInQueryConstraint createConstraint(StepField f, Query q);
+
     /**
      * Changes the given constraint's 'case sensitivity' (if applicable). 
Default it is true.
      * @param constraint constraint to change
@@ -396,4 +398,7 @@
      */
     String toSql();
 
+
+    public void removeImplicitFields();
+
 }
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to