Modified: 
websites/production/commons/content/proper/commons-dbutils/apidocs/index.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-dbutils/apidocs/index.html 
(original)
+++ 
websites/production/commons/content/proper/commons-dbutils/apidocs/index.html 
Sun Jul 20 08:52:20 2014
@@ -3,7 +3,7 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Apache Commons DbUtils 1.6-SNAPSHOT API</title>
+<title>Apache Commons DbUtils 1.6 API</title>
 <script type="text/javascript">
     targetPage = "" + window.location.search;
     if (targetPage != "" && targetPage != "undefined")
@@ -11,6 +11,12 @@
     if (targetPage.indexOf(":") != -1 || (targetPage != "" && 
!validURL(targetPage)))
         targetPage = "undefined";
     function validURL(url) {
+        try {
+            url = decodeURIComponent(url);
+        }
+        catch (error) {
+            return false;
+        }
         var pos = url.indexOf(".html");
         if (pos == -1 || pos != url.length - 5)
             return false;
@@ -22,7 +28,8 @@
             if ('a' <= ch && ch <= 'z' ||
                     'A' <= ch && ch <= 'Z' ||
                     ch == '$' ||
-                    ch == '_') {
+                    ch == '_' ||
+                    ch.charCodeAt(0) > 127) {
                 allowNumber = true;
                 allowSep = true;
             } else if ('0' <= ch && ch <= '9'

Modified: 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AbstractQueryRunner.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AbstractQueryRunner.html
 (original)
+++ 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AbstractQueryRunner.html
 Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>AbstractQueryRunner (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>AbstractQueryRunner (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractQueryRunner (Apache Commons DbUtils 
1.6-SNAPSHOT API)";
+        parent.document.title="AbstractQueryRunner (Apache Commons DbUtils 1.6 
API)";
     }
 //-->
 </script>
@@ -160,7 +160,7 @@ extends <a href="http://docs.oracle.com/
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#AbstractQueryRunner(javax.sql.DataSource,
 boolean)">AbstractQueryRunner</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true";
 title="class or interface in javax.sql">DataSource</a>&nbsp;ds,
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#AbstractQueryRunner(javax.sql.DataSource,%20boolean)">AbstractQueryRunner</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true";
 title="class or interface in javax.sql">DataSource</a>&nbsp;ds,
                                       boolean&nbsp;pmdKnownBroken)</code>
 <div class="block">Constructor to provide a <code>DataSource</code> and 
control the use of
  <code>ParameterMetaData</code>.</div>
@@ -201,7 +201,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#fillStatement(java.sql.PreparedStatement,
 java.lang.Object...)">fillStatement</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#fillStatement(java.sql.PreparedStatement,%20java.lang.Object...)">fillStatement</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
                           <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>...&nbsp;params)</code>
 <div class="block">Fill the <code>PreparedStatement</code> replacement 
parameters with the
  given objects.</div>
@@ -209,7 +209,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#fillStatementWithBean(java.sql.PreparedStatement,
 java.lang.Object, 
java.beans.PropertyDescriptor[])">fillStatementWithBean</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#fillStatementWithBean(java.sql.PreparedStatement,%20java.lang.Object,%20java.beans.PropertyDescriptor[])">fillStatementWithBean</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
                                           <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;bean,
                                           <a 
href="http://docs.oracle.com/javase/6/docs/api/java/beans/PropertyDescriptor.html?is-external=true";
 title="class or interface in 
java.beans">PropertyDescriptor</a>[]&nbsp;properties)</code>
 <div class="block">Fill the <code>PreparedStatement</code> replacement 
parameters with the
@@ -218,7 +218,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#fillStatementWithBean(java.sql.PreparedStatement,
 java.lang.Object, java.lang.String...)">fillStatementWithBean</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#fillStatementWithBean(java.sql.PreparedStatement,%20java.lang.Object,%20java.lang.String...)">fillStatementWithBean</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
                                           <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;bean,
                                           <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>...&nbsp;propertyNames)</code>
 <div class="block">Fill the <code>PreparedStatement</code> replacement 
parameters with the
@@ -250,7 +250,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#prepareStatement(java.sql.Connection,
 java.lang.String)">prepareStatement</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#prepareStatement(java.sql.Connection,%20java.lang.String)">prepareStatement</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
                                 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;sql)</code>
 <div class="block">Factory method that creates and initializes a
  <code>PreparedStatement</code> object for the given SQL.</div>
@@ -258,7 +258,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#prepareStatement(java.sql.Connection,
 java.lang.String, int)">prepareStatement</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#prepareStatement(java.sql.Connection,%20java.lang.String,%20int)">prepareStatement</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
                                 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;sql,
                                 int&nbsp;returnedKeys)</code>
 <div class="block">Factory method that creates and initializes a
@@ -267,7 +267,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#rethrow(java.sql.SQLException,
 java.lang.String, java.lang.Object...)">rethrow</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a>&nbsp;cause,
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AbstractQueryRunner.html#rethrow(java.sql.SQLException,%20java.lang.String,%20java.lang.Object...)">rethrow</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a>&nbsp;cause,
               <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;sql,
               <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>...&nbsp;params)</code>
 <div class="block">Throws a new exception with a more informative error 
message.</div>
@@ -285,7 +285,7 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
-<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,
 int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -444,7 +444,7 @@ protected final&nbsp;<a href="http://doc
 <ul class="blockList">
 <li class="blockList">
 <h4>prepareStatement</h4>
-<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.179">prepareStatement</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
+<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.180">prepareStatement</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
                                  <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;sql,
                                  int&nbsp;returnedKeys)
                                       throws <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
@@ -460,7 +460,8 @@ protected final&nbsp;<a href="http://doc
             <code>PreparedStatement</code></dd><dd><code>sql</code> - The SQL 
statement to prepare.</dd><dd><code>returnedKeys</code> - Flag indicating 
whether to return generated keys or not.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>An initialized 
<code>PreparedStatement</code>.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></code> - if a database 
access error occurs</dd></dl>
+<dd><code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></code> - if a database 
access error occurs</dd><dt><span class="strong">Since:</span></dt>
+  <dd>1.6</dd></dl>
 </li>
 </ul>
 <a name="prepareConnection()">
@@ -469,7 +470,7 @@ protected final&nbsp;<a href="http://doc
 <ul class="blockList">
 <li class="blockList">
 <h4>prepareConnection</h4>
-<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.197">prepareConnection</a>()
+<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.198">prepareConnection</a>()
                                 throws <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
 <div class="block">Factory method that creates and initializes a 
<code>Connection</code>
  object. <code>QueryRunner</code> methods always call this method to
@@ -488,7 +489,7 @@ protected final&nbsp;<a href="http://doc
 <ul class="blockList">
 <li class="blockList">
 <h4>fillStatement</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.218">fillStatement</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.219">fillStatement</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
                  <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>...&nbsp;params)
                    throws <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
 <div class="block">Fill the <code>PreparedStatement</code> replacement 
parameters with the
@@ -505,7 +506,7 @@ protected final&nbsp;<a href="http://doc
 <ul class="blockList">
 <li class="blockList">
 <h4>fillStatementWithBean</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.278">fillStatementWithBean</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.279">fillStatementWithBean</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
                          <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;bean,
                          <a 
href="http://docs.oracle.com/javase/6/docs/api/java/beans/PropertyDescriptor.html?is-external=true";
 title="class or interface in 
java.beans">PropertyDescriptor</a>[]&nbsp;properties)
                            throws <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
@@ -523,7 +524,7 @@ protected final&nbsp;<a href="http://doc
 <ul class="blockList">
 <li class="blockList">
 <h4>fillStatementWithBean</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.321">fillStatementWithBean</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.322">fillStatementWithBean</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;stmt,
                          <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;bean,
                          <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;propertyNames)
                            throws <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
@@ -542,7 +543,7 @@ protected final&nbsp;<a href="http://doc
 <ul class="blockList">
 <li class="blockList">
 <h4>rethrow</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.372">rethrow</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a>&nbsp;cause,
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.373">rethrow</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a>&nbsp;cause,
            <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;sql,
            <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>...&nbsp;params)
                 throws <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
@@ -560,7 +561,7 @@ protected final&nbsp;<a href="http://doc
 <ul class="blockList">
 <li class="blockList">
 <h4>wrap</h4>
-<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.421">wrap</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;rs)</pre>
+<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.422">wrap</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;rs)</pre>
 <div class="block">Wrap the <code>ResultSet</code> in a decorator before 
processing it. This
  implementation returns the <code>ResultSet</code> it is given without any
  decoration.
@@ -588,7 +589,7 @@ protected final&nbsp;<a href="http://doc
 <ul class="blockList">
 <li class="blockList">
 <h4>close</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.436">close</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn)
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.437">close</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn)
               throws <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
 <div class="block">Close a <code>Connection</code>. This implementation avoids 
closing if
  null and does <strong>not</strong> suppress any exceptions. Subclasses
@@ -605,7 +606,7 @@ protected final&nbsp;<a href="http://doc
 <ul class="blockList">
 <li class="blockList">
 <h4>close</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.451">close</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Statement.html?is-external=true";
 title="class or interface in java.sql">Statement</a>&nbsp;stmt)
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.452">close</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Statement.html?is-external=true";
 title="class or interface in java.sql">Statement</a>&nbsp;stmt)
               throws <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
 <div class="block">Close a <code>Statement</code>. This implementation avoids 
closing if
  null and does <strong>not</strong> suppress any exceptions. Subclasses
@@ -622,7 +623,7 @@ protected final&nbsp;<a href="http://doc
 <ul class="blockListLast">
 <li class="blockList">
 <h4>close</h4>
-<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.466">close</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;rs)
+<pre>protected&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/dbutils/AbstractQueryRunner.html#line.467">close</a>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;rs)
               throws <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
 <div class="block">Close a <code>ResultSet</code>. This implementation avoids 
closing if
  null and does <strong>not</strong> suppress any exceptions. Subclasses

Modified: 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AsyncQueryRunner.BatchCallableStatement.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AsyncQueryRunner.BatchCallableStatement.html
 (original)
+++ 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AsyncQueryRunner.BatchCallableStatement.html
 Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>AsyncQueryRunner.BatchCallableStatement (Apache Commons DbUtils 
1.6-SNAPSHOT API)</title>
+<title>AsyncQueryRunner.BatchCallableStatement (Apache Commons DbUtils 1.6 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AsyncQueryRunner.BatchCallableStatement (Apache 
Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="AsyncQueryRunner.BatchCallableStatement (Apache 
Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -129,7 +129,7 @@ implements <a href="http://docs.oracle.c
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AsyncQueryRunner.BatchCallableStatement.html#AsyncQueryRunner.BatchCallableStatement(java.lang.String,
 java.lang.Object[][], java.sql.Connection, boolean, 
java.sql.PreparedStatement)">AsyncQueryRunner.BatchCallableStatement</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;sql,
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AsyncQueryRunner.BatchCallableStatement.html#AsyncQueryRunner.BatchCallableStatement(java.lang.String,%20java.lang.Object[][],%20java.sql.Connection,%20boolean,%20java.sql.PreparedStatement)">AsyncQueryRunner.BatchCallableStatement</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;sql,
                                                                               
<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>[][]&nbsp;params,
                                                                               
<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
                                                                               
boolean&nbsp;closeConn,
@@ -166,7 +166,7 @@ implements <a href="http://docs.oracle.c
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
-<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,
 int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>

Modified: 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AsyncQueryRunner.QueryCallableStatement.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AsyncQueryRunner.QueryCallableStatement.html
 (original)
+++ 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AsyncQueryRunner.QueryCallableStatement.html
 Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>AsyncQueryRunner.QueryCallableStatement (Apache Commons DbUtils 
1.6-SNAPSHOT API)</title>
+<title>AsyncQueryRunner.QueryCallableStatement (Apache Commons DbUtils 1.6 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AsyncQueryRunner.QueryCallableStatement (Apache 
Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="AsyncQueryRunner.QueryCallableStatement (Apache 
Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -126,7 +126,7 @@ implements <a href="http://docs.oracle.c
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AsyncQueryRunner.QueryCallableStatement.html#AsyncQueryRunner.QueryCallableStatement(java.sql.Connection,
 boolean, java.sql.PreparedStatement, 
org.apache.commons.dbutils.ResultSetHandler, java.lang.String, 
java.lang.Object...)">AsyncQueryRunner.QueryCallableStatement</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AsyncQueryRunner.QueryCallableStatement.html#AsyncQueryRunner.QueryCallableStatement(java.sql.Connection,%20boolean,%20java.sql.PreparedStatement,%20org.apache.commons.dbutils.ResultSetHandler,%20java.lang.String,%20java.lang.Object...)">AsyncQueryRunner.QueryCallableStatement</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
                                                                               
boolean&nbsp;closeConn,
                                                                               
<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;ps,
                                                                               
<a href="../../../../org/apache/commons/dbutils/ResultSetHandler.html" 
title="interface in org.apache.commons.dbutils">ResultSetHandler</a>&lt;<a 
href="../../../../org/apache/commons/dbutils/AsyncQueryRunner.QueryCallableStatement.html"
 title="type parameter in 
AsyncQueryRunner.QueryCallableStatement">T</a>&gt;&nbsp;rsh,
@@ -162,7 +162,7 @@ implements <a href="http://docs.oracle.c
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
-<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,
 int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>

Modified: 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AsyncQueryRunner.UpdateCallableStatement.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AsyncQueryRunner.UpdateCallableStatement.html
 (original)
+++ 
websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/AsyncQueryRunner.UpdateCallableStatement.html
 Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>AsyncQueryRunner.UpdateCallableStatement (Apache Commons DbUtils 
1.6-SNAPSHOT API)</title>
+<title>AsyncQueryRunner.UpdateCallableStatement (Apache Commons DbUtils 1.6 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AsyncQueryRunner.UpdateCallableStatement 
(Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="AsyncQueryRunner.UpdateCallableStatement 
(Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -129,7 +129,7 @@ implements <a href="http://docs.oracle.c
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AsyncQueryRunner.UpdateCallableStatement.html#AsyncQueryRunner.UpdateCallableStatement(java.sql.Connection,
 boolean, java.sql.PreparedStatement, java.lang.String, 
java.lang.Object...)">AsyncQueryRunner.UpdateCallableStatement</a></strong>(<a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
+<td class="colOne"><code><strong><a 
href="../../../../org/apache/commons/dbutils/AsyncQueryRunner.UpdateCallableStatement.html#AsyncQueryRunner.UpdateCallableStatement(java.sql.Connection,%20boolean,%20java.sql.PreparedStatement,%20java.lang.String,%20java.lang.Object...)">AsyncQueryRunner.UpdateCallableStatement</a></strong>(<a
 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true";
 title="class or interface in java.sql">Connection</a>&nbsp;conn,
                                                                                
 boolean&nbsp;closeConn,
                                                                                
 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html?is-external=true";
 title="class or interface in java.sql">PreparedStatement</a>&nbsp;ps,
                                                                                
 <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;sql,
@@ -165,7 +165,7 @@ implements <a href="http://docs.oracle.c
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
-<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,
 int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>


Reply via email to