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 2013/08/23 22:05:34 UTC

svn commit: r875893 - in /websites/staging/jena/trunk/content: ./ documentation/jdbc/drivers.html

Author: buildbot
Date: Fri Aug 23 20:05:33 2013
New Revision: 875893

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/jdbc/drivers.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 23 20:05:33 2013
@@ -1 +1 @@
-1517010
+1517011

Modified: websites/staging/jena/trunk/content/documentation/jdbc/drivers.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/jdbc/drivers.html (original)
+++ websites/staging/jena/trunk/content/documentation/jdbc/drivers.html Fri Aug 23 20:05:33 2013
@@ -127,7 +127,7 @@ pass these to the <code>connect(String, 
 <h3 id="common-parameters">Common Parameters</h3>
 <p>There are some common parameter understood by all Jena JDBC drivers and which
 apply regardless of driver implementation.</p>
-<h3 id="jdbc-compatibility-level">JDBC Compatibility Level</h3>
+<h4 id="jdbc-compatibility-level">JDBC Compatibility Level</h4>
 <p>As discussed in the <a href="index.html#treatment-of-results">overview</a> the drivers have a notion
 of JDBC compatibility which is configurable. The <code>jdbc-compatibility</code> parameter is used 
 in connection URLs. To avoid typos when creating URLs programmatically a constant 
@@ -139,7 +139,7 @@ of this parameter.</p>
 <p>When not set the default compatibility level is
 used, note that <code>JenaConnection</code> objects support changing this after
 the connection has been established.</p>
-<h3 id="pre-processors">Pre-Processors</h3>
+<h4 id="pre-processors">Pre-Processors</h4>
 <p>The second of the common parameters is the <code>pre-processor</code> parameter which is used to
 specify one/more <code>CommandPreProcessor</code> implementations to use. The
 parameter should be specified once for each pre-processor you wish to you and
@@ -152,7 +152,7 @@ use multiple pre-processors and they hav
 that you specify them in the desired order. Note that <code>JenaConnection</code>
 objects support changing registered pre-processors after the connection has
 been established.</p>
-<h3 id="post-processors">Post-Processors</h3>
+<h4 id="post-processors">Post-Processors</h4>
 <p>There is also a <code>post-processor</code> parameter which is used to specify
 one/more <code>ResultsPostProcessor</code> implementations to use. The parameter
 should be specified once for each post-processor you wish to use and you