Author: buildbot
Date: Tue Aug 27 20:39:15 2013
New Revision: 876401

Log:
Staging update by buildbot for blur

Modified:
    websites/staging/blur/trunk/content/   (props changed)
    websites/staging/blur/trunk/content/blur/docs/0.2.0/using-blur.html

Propchange: websites/staging/blur/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug 27 20:39:15 2013
@@ -1 +1 @@
-1517975
+1517976

Modified: websites/staging/blur/trunk/content/blur/docs/0.2.0/using-blur.html
==============================================================================
--- websites/staging/blur/trunk/content/blur/docs/0.2.0/using-blur.html 
(original)
+++ websites/staging/blur/trunk/content/blur/docs/0.2.0/using-blur.html Tue Aug 
27 20:39:15 2013
@@ -472,7 +472,24 @@ default text files.
             <div class="page-header">
               <h1 id="jdbc">JDBC</h1>
             </div>
-            <p>TODO</p>
+            <p>
+The JDBC driver is very experimental and is currently read-only.  It has a 
very basic SQL-ish
+language that should allow for most Blur queries.
+
+Basic SQL syntax will work for example:<br/>
+<pre><code class="bash">select * from testtable where fam1.col1 = 
'val1'</code></pre>
+
+You may also use Lucene syntax by wrapping the Lucene query in a 
&quot;query()&quot; function:<br/>
+<pre><code class="bash">select * from testtable where 
query(fam1.col1:val?)</code></pre>
+
+Here is a screenshot of the JDBC driver in SQuirrel:
+
+<img src="resources/img/SQuirrel.png">
+<br/>
+<br/>
+<br/>
+<br/>
+</p>
           </section>
         </div>
       </div>


Reply via email to