Date: Friday, March 10, 2006 @ 18:06:13
  Author: gilles
    Path: /cvsroot/carob/carob/include

Modified: Statement.hpp (1.33 -> 1.34)

javadoc: gave detail on moreResults + typo


---------------+
 Statement.hpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: carob/include/Statement.hpp
diff -u carob/include/Statement.hpp:1.33 carob/include/Statement.hpp:1.34
--- carob/include/Statement.hpp:1.33    Fri Feb 24 12:38:05 2006
+++ carob/include/Statement.hpp Fri Mar 10 18:06:13 2006
@@ -158,7 +158,8 @@
                                   ProtocolException, UnexpectedException);
 
   /**
-   * Return true if there are results available for retrieval with 
getMoreResults().
+   * Returns true if there are results available for retrieval with
+   * getMoreResults(), but do NOT get the next result in the list.
    * 
    * @return true if there are more results pending for retrieval.
    */
@@ -166,7 +167,7 @@
 
   /**
    * Return the true if next available result is a ResultSet or false it this 
is
-   * an update count. In the result is false and getUpdateCount() returns -1
+   * an update count. If the result is false and getUpdateCount() returns -1
    * then there is no more result
    * <p>
    * Any open ResultSet is implicitly closed.

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to