Author: buildbot
Date: Mon Aug 26 22:15:13 2013
New Revision: 876292

Log:
Staging update by buildbot for jena

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

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 26 22:15:13 2013
@@ -1 +1 @@
-1517606
+1517714

Modified: websites/staging/jena/trunk/content/documentation/jdbc/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/jdbc/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/jdbc/index.html Mon Aug 
26 22:15:13 2013
@@ -109,6 +109,10 @@ RDF data model as a relational model thr
 are supported.</p>
 <p>It provides type 4 drivers in that they are pure Java based but the drivers 
are not JDBC compliant since
 by definition they <strong>do not</strong> support SQL.</p>
+<p>This means that the drivers can be used with JDBC tools provided that those 
tools don't restrict you to SQL 
+or auto-generate SQL.  So it can be used with a tool like <a 
href="http://squirrel-sql.sourceforge.net";>SquirrelSQL</a> 
+since you can freely enter SPARQL queries and updates.  Conversely it cannot 
be used with a tool like a SQL based
+ORM which generates SQL.</p>
 <h2 id="documentation">Documentation</h2>
 <ul>
 <li><a href="#overview">Overview</a></li>


Reply via email to