Date: Friday, December 16, 2005 @ 11:45:04
  Author: zsolt
    Path: /cvsroot/carob/carob/include

Modified: Statement.hpp (1.14 -> 1.15)

introduced function moreResults() which returns true in case that there are 
more results in the result list.


---------------+
 Statement.hpp |    7 +++++++
 1 files changed, 7 insertions(+)


Index: carob/include/Statement.hpp
diff -u carob/include/Statement.hpp:1.14 carob/include/Statement.hpp:1.15
--- carob/include/Statement.hpp:1.14    Tue Dec 13 18:18:51 2005
+++ carob/include/Statement.hpp Fri Dec 16 11:45:04 2005
@@ -112,6 +112,13 @@
                               ProtocolException, UnexpectedException);
 
   /**
+   * Return true if there are results available for retrieval with 
getMoreResults().
+   * 
+   * @return true if there are more results pending for retrieval.
+   */
+  bool                    moreResults() {return resultListIterator != 
resultList.end();}
+
+  /**
    * 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
    * then there is no more result

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

Reply via email to