Author: buildbot
Date: Sat Jan 11 23:37:27 2020
New Revision: 1055149
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/documentation/extras/querybuilder/index.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 11 23:37:27 2020
@@ -1 +1 @@
-1872624
+1872625
Modified:
websites/staging/jena/trunk/content/documentation/extras/querybuilder/index.html
==============================================================================
---
websites/staging/jena/trunk/content/documentation/extras/querybuilder/index.html
(original)
+++
websites/staging/jena/trunk/content/documentation/extras/querybuilder/index.html
Sat Jan 11 23:37:27 2020
@@ -174,7 +174,7 @@ h2:hover > .headerlink, h3:hover > .head
<li><a href="#prepared-statement-usage">Prepared Statement Usage</a></li>
</ol>
<h1 id="overview">Overview<a class="headerlink" href="#overview"
title="Permanent link">¶</a></h1>
-<p>Query Builder provides implementations of Ask, Construct, Select and Update
builders that allow developers to create queries without resorting to
StringBuilders or similar solutions.</p>
+<p>Query Builder provides implementations of Ask, Construct, Select and Update
builders that allow developers to create queries without resorting to
StringBuilders or similar solutions. The Query Builder module is a extra
package and is found in the <code>jena-querybuilder</code> jar. </p>
<p>Each of the builders has a series of methods to define the query. Each
method returns the builder for easy chaining. The example:</p>
<div class="codehilite"><pre><span class="n">SelectBuilder</span> <span
class="n">sb</span> <span class="p">=</span> <span class="n">new</span> <span
class="n">SelectBuilder</span><span class="p">()</span>
<span class="p">.</span><span class="n">addVar</span><span
class="p">(</span> "<span class="o">*</span>" <span class="p">)</span>