You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2014/07/21 22:12:33 UTC

svn commit: r917024 - in /websites/staging/jena/trunk/content: ./ documentation/query/app_api.html

Author: buildbot
Date: Mon Jul 21 20:12:33 2014
New Revision: 917024

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/app_api.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 21 20:12:33 2014
@@ -1 +1 @@
-1611913
+1612393

Modified: websites/staging/jena/trunk/content/documentation/query/app_api.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/app_api.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/app_api.html Mon Jul 21 20:12:33 2014
@@ -239,6 +239,9 @@ try-resources as the <code>QueryExecutio
 
 <p>The result set from <code>ResultSetFactory.copyResults</code> is a <code>ResultSetRewindable</code> which has a 
 <code>reset()</code> operation that positions the iterator at the start of the result again.</p>
+<p>This can also be used when the results are going to be used in a loop that modifies
+the data.  It is not possible to update the model or dataset while looping
+over the results of a <code>SELECT</code> query.</p>
 <p>The models returned by <code>execConstruct</code> and <code>execDescribe</code> are valid
 after the <code>QueryExecution</code> is closed.</p>
 <h3 id="example-formatting-a-result-set">Example: formatting a result set</h3>