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

Modified Files:
        Query.java 
Log Message:
javadoc


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge


Index: Query.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Query.java,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- Query.java  16 Feb 2008 22:13:53 -0000      1.45
+++ Query.java  23 Sep 2008 12:04:41 -0000      1.46
@@ -19,7 +19,7 @@
  *
  * @author Michiel Meeuwissen
  * @author Pierre van Rooden
- * @version $Id: Query.java,v 1.45 2008/02/16 22:13:53 nklasens Exp $
+ * @version $Id: Query.java,v 1.46 2008/09/23 12:04:41 michiel Exp $
  * @since MMBase-1.7
  * @see org.mmbase.bridge.util.Queries
  */
@@ -388,9 +388,10 @@
     /**
      * Shows the query in a human-readable SQL form. This is probably not the 
query which will
      * actually be sent to the database. This method is provided because 
'toString' on a Query object
-     * is pretty complete, but pretty undigestable for mere mortals too.
-     * @return human-readable SQL
+     * is pretty complete, but pretty undigestable for mere mortals too. 
Implementions can also
+     * implement getSql(), which would make this available in e.g. EL too.
      *
+     * @return human-readable SQL
      * @since MMBase-1.8
      */
     String toSql();
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to