Author: claude
Date: Sat Jan 11 23:26:34 2020
New Revision: 1872623

URL: http://svn.apache.org/viewvc?rev=1872623&view=rev
Log:
Added table of contents

Modified:
    jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext

Modified: jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext?rev=1872623&r1=1872622&r2=1872623&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext 
(original)
+++ jena/site/trunk/content/documentation/extras/querybuilder/index.mdtext Sat 
Jan 11 23:26:34 2020
@@ -1,7 +1,19 @@
 Title: Jena Query Builder - A query builder for Jena.
 
 
-Query Builder for Jena.  Implementations of Ask, Construct, Select and Update 
builders that allow developers to create queries without resorting to 
StringBuilders or similar solutions.
+Table of Contents
+=================
+1. [Overview](#overview)
+2. [Constructing Expressions](#constructing-expressions)
+3. [Update Builder](#update-builder)
+4. [Where Builder](#where-builder)
+5. [Template Usage](#template-usage)
+6. [Prepared Statement Usage](#prepared-statement-usage)
+
+Overview
+========
+
+Query Builder provides implementations of Ask, Construct, Select and Update 
builders that allow developers to create queries without resorting to 
StringBuilders or similar solutions.
 
 Each of the builders has a series of methods to define the query.  Each method 
returns the builder for easy chaining.  The  example:
 


Reply via email to