http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/2.3.0/sql_reference/index.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/index.html 
b/docs/2.3.0/sql_reference/index.html
index 63b47fa..1cd4a1d 100644
--- a/docs/2.3.0/sql_reference/index.html
+++ b/docs/2.3.0/sql_reference/index.html
@@ -866,8 +866,7 @@ table.CodeRay td.code>pre{padding:0}
 <ul class="sectlevel3">
 <li><a href="#invoke_syntax">3.39.1. Syntax Description of INVOKE</a></li>
 <li><a href="#invoke_considerations">3.39.2. Considerations for INVOKE</a></li>
-<li><a href="#invoke_required_privileges">3.39.3. Required Privileges</a></li>
-<li><a href="#invoke_examples">3.39.4. Examples of INVOKE</a></li>
+<li><a href="#invoke_examples">3.39.3. Examples of INVOKE</a></li>
 </ul>
 </li>
 <li><a href="#merge_statement">3.40. MERGE Statement</a>
@@ -4549,7 +4548,7 @@ a.b.c might be assigned a name such as 
a.b.c_123&#8230;_01&#8230;.</p>
 </div>
 </li>
 <li>
-<p><code>drop column [if exists] <em>column-name</em></code></p>
+<p><code>drop [column] [if exists] <em>column-name</em></code></p>
 <div class="paragraph">
 <p>drops the specified column from <em>table</em>, including the column’s 
data. you cannot drop a primary key column.</p>
 </div>
@@ -5137,7 +5136,7 @@ argument-list is:
 <p>specifies an ANSI logical name of the form:</p>
 </div>
 <div class="paragraph">
-<p><code>[[_catalog-name_.]<em>schema-name</em>.]<em>procedure-name</em></code></p>
+<p><code><em>[[catalog-name.]schema-name.]procedure-name</em></code></p>
 </div>
 <div class="paragraph">
 <p>where each part of the name is a valid sql identifier with a maximum of 128 
characters. for more information, see
@@ -5747,7 +5746,7 @@ return-parameter-declaration is:
 <p>specifies an ANSI logical name of the form:</p>
 </div>
 <div class="paragraph">
-<p><code>[[_catalog-name_.]<em>schema-name</em>.]<em>function-name</em></code></p>
+<p><code><em>[[catalog-name.]schema-name.]function-name</em></code></p>
 </div>
 <div class="paragraph">
 <p>where each part of the name is a valid sql identifier with a maximum of 128 
characters. for more information, see
@@ -5851,7 +5850,7 @@ trafodion. see <a href="#data_types">data types</a>.</p>
 </div>
 </li>
 <li>
-<p><code>library 
[[_catalog-name_.]<em>schema-name</em>.]<em>library-name</em></code></p>
+<p><code>library <em>[[catalog-name.]schema-name.]library-name</em></code></p>
 <div class="paragraph">
 <p>specifies the ANSI logical name of a library containing the external 
function. if you do not fully qualify the
 library name, trafodion sql qualifies it according to the schema of the 
current session.</p>
@@ -6766,7 +6765,7 @@ the SPJ method.</p>
 <p>specifies an ANSI logical name of the form:</p>
 </div>
 <div class="paragraph">
-<p><code>[[_catalog-name_.]<em>schema-name</em>.]<em>procedure-name</em></code></p>
+<p><code><em>[[catalog-name.]schema-name.]procedure-name</em></code></p>
 </div>
 <div class="paragraph">
 <p>where each part of the name is a valid SQL identifier with a maximum of 128 
characters. For more information,
@@ -6983,7 +6982,7 @@ brackets (<code>[ ]</code>), such as 
<code>java.lang.integer[]</code>.</p>
 </div>
 </li>
 <li>
-<p><code>library 
[[_catalog-name_.]<em>schema-name</em>.]<em>library-name</em></code></p>
+<p><code>library <em>[[catalog-name.]schema-name.]library-name</em></code></p>
 <div class="paragraph">
 <p>specifies the ANSI logical name of a library containing the SPJ method. If 
you do not fully qualify the library name,
 then Trafodion qualifies it according to the schema of the current session.</p>
@@ -10410,7 +10409,7 @@ must be turned ON (the default) for the session.
 <div class="ulist">
 <ul>
 <li>
-<p><code>[[_catalog-name_.]<em>schema-name</em>.]<em>function-name</em></code></p>
+<p><code>_[[catalog-name.]schema-name.]function-name</code></p>
 <div class="paragraph">
 <p>specifies the ANSI logical name of the function, where each part of the 
name is a valid sql identifier with a maximum of
 128 characters. specify the name of a function that has already been 
registered in the schema. if you do not fully qualify
@@ -10599,7 +10598,7 @@ AUTOCOMMIT must be turned ON (the default) for the 
session.
 <div class="ulist">
 <ul>
 <li>
-<p><code>[[_catalog-name_.]<em>schema-name</em>.]<em>library-name</em></code></p>
+<p><code><em>[[catalog-name.]schema-name.]library-name</em></code></p>
 <div class="paragraph">
 <p>specifies the ANSI logical name of the library object, where each part of 
the name is a valid sql identifier with a
 maximum of 128 characters. specify the name of a library object that has 
already been registered in the schema. if
@@ -10717,7 +10716,7 @@ must be turned ON (the default) for the session.
 <div class="ulist">
 <ul>
 <li>
-<p><code>[[_catalog-name_.]<em>schema-name</em>.]<em>procedure-name</em></code></p>
+<p><code><em>[[catalog-name.]schema-name.]procedure-name</em></code></p>
 <div class="paragraph">
 <p>specifies the ANSI logical name of the stored procedure in java (SPJ), 
where each part of the name is a valid sql
 identifier with a maximum of 128 characters. specify the name of a procedure 
that has already been registered in the
@@ -11740,7 +11739,7 @@ option is:
   | USERS [FOR ROLE role-name]
   | VIEWS [IN SCHEMA [catalog-name.]schema-name]
   | VIEWS ON TABLE [[catalog-name.]schema-name.]table-name
-  | PRIVILEGES FOR {USER database-username | ROLE role-name}</code></pre>
+  | PRIVILEGES FOR {USER | ROLE} authorization-id</code></pre>
 </div>
 </div>
 <div class="sect3">
@@ -11780,107 +11779,111 @@ the catalog is TRAFODION, and the schema is 
SEABASE.</p>
 </div>
 </li>
 <li>
-<p><code>FUNCTIONS FOR LIBRARY 
[[_catalog-name_.]<em>schema-name</em>.]<em>library-name</em></code></p>
+<p><code>FUNCTIONS FOR LIBRARY 
<em>[[catalog-name.]schema-name.]library-name</em></code></p>
 <div class="paragraph">
 <p>displays the UDFs that reference the specified library.</p>
 </div>
 </li>
 <li>
-<p><code>functions in schema <em 
class="_catalog-name_.">schema-name</em></code></p>
+<p><code>FUNCTIONS [IN SCHEMA <em>[catalog-name.]schema-name</em></code></p>
 <div class="paragraph">
 <p>displays the names of all the UDFs in the specified schema.</p>
 </div>
 </li>
 <li>
-<p><code>libraries</code></p>
+<p><code>LIBRARIES</code></p>
 <div class="paragraph">
 <p>displays the names of all the libraries in the catalog and schema of the 
current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
 <li>
-<p><code>libraries in schema <em 
class="_catalog-name_.">schema-name</em></code></p>
+<p><code>LIBRARIES [IN SCHEMA <em>[catalog-name.]schema-name</em></code></p>
 <div class="paragraph">
 <p>displays the libraries in the specified schema.</p>
 </div>
 </li>
 <li>
-<p><code>procedures</code></p>
+<p><code>PROCEDURES</code></p>
 <div class="paragraph">
 <p>displays the names of all the procedures in the catalog and schema of the 
current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
 <li>
-<p><code>procedures for library 
[[_catalog-name_.]<em>schema-name</em>.]<em>library-name</em></code></p>
+<p><code>PROCEDURES FOR LIBRARY for 
<em>[[catalog-name.]schema-name.]library-name</em></code></p>
 <div class="paragraph">
 <p>displays the procedures that reference the specified library.</p>
 </div>
 </li>
 <li>
-<p><code>procedures in schema <em 
class="_catalog-name_.">schema-name</em></code></p>
+<p><code>PROCEDURES [IN SCHEMA <em>[catalog-name.]schema-name</em></code></p>
 <div class="paragraph">
 <p>displays the names of all the procedures in the specified schema.</p>
 </div>
 </li>
 <li>
-<p><code>roles</code></p>
+<p><code>ROLES</code></p>
 <div class="paragraph">
 <p>displays a list of all the existing roles.</p>
 </div>
 </li>
 <li>
-<p><code>roles for user <em>database-username</em></code></p>
+<p><code>ROLES [FOR USER <em>database-username</em>]</code></p>
 <div class="paragraph">
 <p>displays all the roles that have been granted to the specified database 
user. The <em>database-username</em> can be a regular or delimited
 case-insensitive identifier. see <a 
href="#case_insensitive_delimited_identifiers">case-insensitive delimited 
identifiers</a>.</p>
 </div>
 </li>
 <li>
-<p><code>schemas</code></p>
+<p><code>SCHEMAS</code></p>
 <div class="paragraph">
 <p>displays the names of all the schemas in the catalog of the current 
session. By default, the catalog is trafodion.</p>
 </div>
 </li>
 <li>
-<p><code>schemas in catalog <em>catalog-name</em></code></p>
+<p><code>SCHEMAS [IN CATALOG <em>catalog-name</em>]</code></p>
 <div class="paragraph">
 <p>displays the names of all the schemas in the specified catalog. For the 
<em>catalog-name</em>, you can specify only trafodion.</p>
 </div>
 </li>
 <li>
-<p><code>schemas for [user | role] <em>authorization-id</em></code></p>
+<p><code>SCHEMAS FOR [USER | ROLE] <em>authorization-id</em></code></p>
 <div class="paragraph">
 <p>displays all the schemas managed (or owned) by a specified user or role.</p>
 </div>
-</li>
+<div class="ulist">
+<ul>
 <li>
 <p><code><em>authorization-id</em></code></p>
 <div class="paragraph">
 <p>is the name of a user or role. you may specify either user or role for 
users or roles.</p>
 </div>
 </li>
+</ul>
+</div>
+</li>
 <li>
-<p><code>tables</code></p>
+<p><code>TABLES</code></p>
 <div class="paragraph">
 <p>displays the names of all the tables in the catalog and schema of the 
current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
 <li>
-<p><code>tables in schema <em 
class="_catalog-name_.">schema-name</em></code></p>
+<p><code>TABLES [IN SCHEMA <em>[catalog-name.]schema-name</em></code></p>
 <div class="paragraph">
 <p>displays the names of all the tables in the specified schema.</p>
 </div>
 </li>
 <li>
-<p><code>users</code></p>
+<p><code>USERS</code></p>
 <div class="paragraph">
 <p>displays a list of all the registered database users.</p>
 </div>
 </li>
 <li>
-<p><code>users for role <em>role-name</em></code></p>
+<p><code>USERS [FOR ROLE <em>role-name</em>]</code></p>
 <div class="paragraph">
 <p>displays all the database users who have been granted the specified role. 
The <em>role-name</em> can be a regular or delimited
 case-insensitive identifier. For more information, see <a 
href="#case_insensitive_delimited_identifiers">case-insensitive delimited 
identifiers</a>.</p>
@@ -11892,26 +11895,32 @@ case-insensitive identifier. For more information, 
see <a href="#case_insensitiv
 <div class="ulist">
 <ul>
 <li>
-<p><code>views</code></p>
+<p><code>VIEWS</code></p>
 <div class="paragraph">
 <p>displays the names of all the views in the catalog and schema of the 
current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
 <li>
-<p><code>views in schema <em 
class="_catalog-name_.">schema-name</em></code></p>
+<p><code>VIEWS [IN SCHEMA <em>[catalog-name.]schema-name</em>]</code></p>
 <div class="paragraph">
 <p>displays the names of all the views in the specified schema. For the 
<em>catalog-name</em>, you can specify only trafodion.</p>
 </div>
 </li>
 <li>
-<p><code>views on table 
[[_catalog-name_.]<em>schema-name</em>.]<em>table-name</em></code></p>
+<p><code>VIEWS ON TABLE 
<em>[[catalog-name.]schema-name.]table-name</em></code></p>
 <div class="paragraph">
 <p>displays the names of all the views that were created for the specified 
table. If you do not qualify the table name with
 catalog and schema names, get uses the catalog and schema of the current 
session. For the <em>catalog-name</em>, you can specify
 only trafodion.</p>
 </div>
 </li>
+<li>
+<p><code>PRIVILEGES FOR {USER | ROLE} <em>authorization-id</em></code></p>
+<div class="paragraph">
+<p>displays all privileges for a specified user or role.</p>
+</div>
+</li>
 </ul>
 </div>
 </div>
@@ -13315,14 +13324,10 @@ has been granted to PUBLIC by default.</p></td>
 </li>
 <li>
 <p><code>TO <em>grantee</em></code></p>
-</li>
-</ul>
-</div>
 <div class="paragraph">
 <p>specifies an <em>auth-name</em> to which you grant component privileges.</p>
 </div>
-<div class="ulist">
-<ul>
+</li>
 <li>
 <p><code><em>auth-name</em></code></p>
 <div class="paragraph">
@@ -13443,7 +13448,7 @@ grantee is:
 <div class="ulist">
 <ul>
 <li>
-<p><code><em>role-name</em> [,<em>role-name</em>]_</code></p>
+<p><code><em>role-name [,role-name]</em></code></p>
 <div class="paragraph">
 <p>specifies the existing roles to grant.</p>
 </div>
@@ -13505,7 +13510,7 @@ view.</p>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">INSERT INTO table 
[(target-col-list)] insert-source
+<pre class="CodeRay highlight"><code data-lang="text">INSERT INTO table-name 
[(target-col-list)] insert-source
 
 target-col-list is:
     colname [,colname]...
@@ -13519,7 +13524,7 @@ insert-source is:
 <div class="ulist">
 <ul>
 <li>
-<p><code><em>table</em></code></p>
+<p><code><em>table-name</em></code></p>
 <div class="paragraph">
 <p>names the user table or view in which to insert rows. <em>table</em> must 
be a base table or an updatable view.</p>
 </div>
@@ -13548,14 +13553,14 @@ CREATE TABLE for <em>table</em>. (This order is the 
same as that of the columns
 <div class="paragraph">
 <p>specifies the rows of values to be inserted into all columns of 
<em>table</em> or, optionally, into specified columns of <em>table</em>.</p>
 </div>
-</li>
+<div class="ulist">
+<ul>
 <li>
 <p><code><em>query-expr</em></code></p>
 <div class="paragraph">
 <p>For the description of <em>query-expr</em>, <em>order-by-clause</em>, and 
<em>access-clause</em>, see the <a href="#select_statement">SELECT 
Statement</a>.</p>
 </div>
-<div class="ulist">
-<ul>
+</li>
 <li>
 <p><code>DEFAULT VALUES</code></p>
 <div class="paragraph">
@@ -13726,7 +13731,7 @@ VALUES (1120, 'EXPERT MAILERS', '5769 N. 25TH PL',
 </div>
 <div class="paragraph">
 <p>Unlike the previous example, the insert source of this statement does not 
contain a value for the CREDIT column, which
-has a default value. Asa result, this INSERT must include the column name 
list.</p>
+has a default value. As a result, this INSERT must include the column name 
list.</p>
 </div>
 <div class="paragraph">
 <p>This SELECT statement shows the default value 'C1' for CREDIT:</p>
@@ -13870,10 +13875,8 @@ See <a href="#database_object_names">Database Object 
Names</a>.</p>
 </div>
 <div class="sect3">
 <h4 id="invoke_considerations">3.39.2. Considerations for INVOKE</h4>
-
-</div>
-<div class="sect3">
-<h4 id="invoke_required_privileges">3.39.3. Required Privileges</h4>
+<div class="sect4">
+<h5 id="invoke_required_privileges">Required Privileges</h5>
 <div class="paragraph">
 <p>To issue an INVOKE statement, one of the following must be true:</p>
 </div>
@@ -13894,8 +13897,9 @@ See <a href="#database_object_names">Database Object 
Names</a>.</p>
 </ul>
 </div>
 </div>
+</div>
 <div class="sect3">
-<h4 id="invoke_examples">3.39.4. Examples of INVOKE</h4>
+<h4 id="invoke_examples">3.39.3. Examples of INVOKE</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -14179,7 +14183,7 @@ contains the <em>select-query</em> whose output is used 
as the source to the MER
 <div class="paragraph">
 <p>For each row selected out of the select-query, the MERGE statement is 
evaluated. Values selected are used
 in the <em>on-clause</em> to join with the column of the merged table. If the 
value is found, it is updated. If it
-is not found, the insert is done. The restrictions are the same as those for 
&lt;&lt;upsert_using_single_row, Upsert Using Single Row&gt;.</p>
+is not found, the insert is done. The restrictions are the same as those for 
<a href="#upsert_using_single_row">Upsert Using Single Row</a>.</p>
 </div>
 </div>
 </div>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/client_install/Trafodion_Client_Installation_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/client_install/Trafodion_Client_Installation_Guide.pdf 
b/docs/client_install/Trafodion_Client_Installation_Guide.pdf
index fd1f92b..9fd8381 100644
Binary files a/docs/client_install/Trafodion_Client_Installation_Guide.pdf and 
b/docs/client_install/Trafodion_Client_Installation_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/command_interface/Trafodion_Command_Interface_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/command_interface/Trafodion_Command_Interface_Guide.pdf 
b/docs/command_interface/Trafodion_Command_Interface_Guide.pdf
index ba47a85..3297d6f 100644
Binary files a/docs/command_interface/Trafodion_Command_Interface_Guide.pdf and 
b/docs/command_interface/Trafodion_Command_Interface_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/cqd_reference/Trafodion_CQD_Reference_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/Trafodion_CQD_Reference_Guide.pdf 
b/docs/cqd_reference/Trafodion_CQD_Reference_Guide.pdf
index 1259e68..031857d 100644
Binary files a/docs/cqd_reference/Trafodion_CQD_Reference_Guide.pdf and 
b/docs/cqd_reference/Trafodion_CQD_Reference_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/allclasses-frame.html 
b/docs/dcs_reference/apidocs/allclasses-frame.html
index 8734d1c..812afe9 100644
--- a/docs/dcs_reference/apidocs/allclasses-frame.html
+++ b/docs/dcs_reference/apidocs/allclasses-frame.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:13 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>所有类 (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/allclasses-noframe.html 
b/docs/dcs_reference/apidocs/allclasses-noframe.html
index 0d90f89..6df184c 100644
--- a/docs/dcs_reference/apidocs/allclasses-noframe.html
+++ b/docs/dcs_reference/apidocs/allclasses-noframe.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:13 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>所有类 (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/constant-values.html 
b/docs/dcs_reference/apidocs/constant-values.html
index bf2947b..3e6c233 100644
--- a/docs/dcs_reference/apidocs/constant-values.html
+++ b/docs/dcs_reference/apidocs/constant-values.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>常量字段值 (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/deprecated-list.html 
b/docs/dcs_reference/apidocs/deprecated-list.html
index 1bfc5bc..b55423d 100644
--- a/docs/dcs_reference/apidocs/deprecated-list.html
+++ b/docs/dcs_reference/apidocs/deprecated-list.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:13 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>已过时的列表 (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/help-doc.html 
b/docs/dcs_reference/apidocs/help-doc.html
index 1ba147f..01d5a1b 100644
--- a/docs/dcs_reference/apidocs/help-doc.html
+++ b/docs/dcs_reference/apidocs/help-doc.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:13 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API 帮助 (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/index-all.html 
b/docs/dcs_reference/apidocs/index-all.html
index ef8ecae..5489714 100644
--- a/docs/dcs_reference/apidocs/index-all.html
+++ b/docs/dcs_reference/apidocs/index-all.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:13 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>索引 (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/index.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/index.html 
b/docs/dcs_reference/apidocs/index.html
index 255d075..dde076e 100644
--- a/docs/dcs_reference/apidocs/index.html
+++ b/docs/dcs_reference/apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc on Wed Jun 20 09:57:13 CST 2018 -->
+<!-- Generated by javadoc on Wed Jun 20 11:06:02 CST 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Trafodion Database Connectivity Services 2.3.0 API</title>
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
index 904b61a..c9fba1f 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:05:59 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constants (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
index 2e3c786..4b3fe10 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:05:59 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionAnnotation (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
index d1fae92..5998786 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.Constants的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
index 44155e7..7fe1db6 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.VersionAnnotation的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
index 5cd39be..f7a0ebd 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:05:59 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>FilterContainer (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
index ab8088d..2fa9db1 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:05:59 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HtmlQuoting (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
index 20b70f9..8d79f2f 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer.DummyServletFilter.RequestChecker (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
index 17f2097..e087f00 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:05:59 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer.DummyServletFilter (Trafodion Database Connectivity Services 
2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
index 7b0941f..b41744a 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer.QuotingInputFilter.RequestQuoter (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
index a0fb7d0..c8afe91 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer.QuotingInputFilter (Trafodion Database Connectivity Services 
2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
index f3e3362..d75e2f3 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer.StackServlet (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
index b6a2a57..b54f34b 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:05:59 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/FilterContainer.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/FilterContainer.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/FilterContainer.html
index 82a664a..6d54c1a 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/FilterContainer.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/FilterContainer.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>接口 org.trafodion.dcs.http.FilterContainer的使用 (Trafodion 
Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HtmlQuoting.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HtmlQuoting.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HtmlQuoting.html
index b7aa621..7aaa20b 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HtmlQuoting.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HtmlQuoting.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.http.HtmlQuoting的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.RequestChecker.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.RequestChecker.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.RequestChecker.html
index 282ced1..c7b346c 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.RequestChecker.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.RequestChecker.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ç±» 
org.trafodion.dcs.http.HttpServer.DummyServletFilter.RequestChecker的使用 
(Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.html
index 0701449..732b036 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.http.HttpServer.DummyServletFilter的使用 
(Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.RequestQuoter.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.RequestQuoter.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.RequestQuoter.html
index 2511f5d..8ec99a6 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.RequestQuoter.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.RequestQuoter.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ç±» 
org.trafodion.dcs.http.HttpServer.QuotingInputFilter.RequestQuoter的使用 
(Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.html
index b97b6e7..41d67cb 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.http.HttpServer.QuotingInputFilter的使用 
(Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.StackServlet.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.StackServlet.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.StackServlet.html
index 14ec314..c7bef45 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.StackServlet.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.StackServlet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.http.HttpServer.StackServlet的使用 (Trafodion 
Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.html
index b868945..166651b 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.http.HttpServer的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-frame.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-frame.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-frame.html
index 73377c3..f393afa 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-frame.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:01 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.http (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-summary.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-summary.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-summary.html
index bec2651..732055b 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-summary.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:01 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.http (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-tree.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-tree.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-tree.html
index 809ace1..b42b97b 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-tree.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:01 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.http 类分层结构 (Trafodion Database Connectivity 
Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-use.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-use.html
index 093ab0c..87e34d1 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/package-use.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>程序包 org.trafodion.dcs.http的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html
index 350234e..a50977d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsMaster (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html
index f7eb8e5..4d08d5e 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>FloatingIp (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html
index 55c0879..6a3e1bd 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>MasterLeaderElection (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html
index b6ad2ca..13711d5 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>MasterStatusServlet (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html
index b3ab76c..d765a44 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Metrics (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.PlanSummaryInfo.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.PlanSummaryInfo.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.PlanSummaryInfo.html
index 20d85a0..771abd2 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.PlanSummaryInfo.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.PlanSummaryInfo.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>QueryPlanModel.PlanSummaryInfo (Trafodion Database Connectivity 
Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.QueryPlanData.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.QueryPlanData.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.QueryPlanData.html
index 1b8694c..c46fe2c 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.QueryPlanData.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.QueryPlanData.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>QueryPlanModel.QueryPlanData (Trafodion Database Connectivity Services 
2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html
index c9275db..f0c358e 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>QueryPlanModel (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html
index 448c140..d565607 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>QueryPlanResponse (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html
index 39d019f..c0f4629 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RegisteredServer (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html
index 4c97bb4..f10ba21 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RunningServer (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html
index f44f66d..dd29e56 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:10 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerItem (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html
index 0dfc91c..1cf48f6 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:11 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerManager (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/DcsMaster.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/DcsMaster.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/DcsMaster.html
index 73afaf4..9c0da1a 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/DcsMaster.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/DcsMaster.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.DcsMaster的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/FloatingIp.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/FloatingIp.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/FloatingIp.html
index 1139065..504e6e7 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/FloatingIp.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/FloatingIp.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.FloatingIp的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterLeaderElection.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterLeaderElection.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterLeaderElection.html
index 3b3b66a..4ed0304 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterLeaderElection.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterLeaderElection.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.MasterLeaderElection的使用 (Trafodion 
Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterStatusServlet.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterStatusServlet.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterStatusServlet.html
index e04d34c..0a340fc 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterStatusServlet.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterStatusServlet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.MasterStatusServlet的使用 (Trafodion 
Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/Metrics.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/Metrics.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/Metrics.html
index 0fd0a87..3cb3c56 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/Metrics.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/Metrics.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.Metrics的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.PlanSummaryInfo.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.PlanSummaryInfo.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.PlanSummaryInfo.html
index 5971eed..a68db2a 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.PlanSummaryInfo.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.PlanSummaryInfo.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.QueryPlanModel.PlanSummaryInfo的使用 
(Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.QueryPlanData.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.QueryPlanData.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.QueryPlanData.html
index 7261ff9..fe6cf8c 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.QueryPlanData.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.QueryPlanData.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.QueryPlanModel.QueryPlanData的使用 
(Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.html
index 6f38ebf..e314927 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.QueryPlanModel的使用 (Trafodion 
Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanResponse.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanResponse.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanResponse.html
index 7d11af9..ffff6df 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanResponse.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanResponse.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.QueryPlanResponse的使用 (Trafodion 
Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RegisteredServer.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RegisteredServer.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RegisteredServer.html
index ca21e37..e9688b6 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RegisteredServer.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RegisteredServer.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.RegisteredServer的使用 (Trafodion 
Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RunningServer.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RunningServer.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RunningServer.html
index 128406f..015ead7 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RunningServer.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RunningServer.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.RunningServer的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerItem.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerItem.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerItem.html
index 99ca741..1d6b160 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerItem.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerItem.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.ServerItem的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerManager.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerManager.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerManager.html
index 23f3455..a8bc05c 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerManager.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerManager.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.ServerManager的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ClientData.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ClientData.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ClientData.html
index a673978..ed9c1b8 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ClientData.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ClientData.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:11 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ClientData (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerConstants.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerConstants.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerConstants.html
index d6e3366..b1d6757 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerConstants.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerConstants.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:11 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ListenerConstants (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerMetrics.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerMetrics.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerMetrics.html
index 0f8d189..d4c4f50 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerMetrics.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerMetrics.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:11 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ListenerMetrics (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerService.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerService.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerService.html
index de4703d..8b430cf 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerService.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerService.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:11 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ListenerService (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerWorker.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerWorker.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerWorker.html
index f2ff501..884ddfd 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerWorker.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerWorker.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:11 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ListenerWorker (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestCancelQuery.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestCancelQuery.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestCancelQuery.html
index 6fe1141..516f564 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestCancelQuery.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestCancelQuery.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:11 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RequestCancelQuery (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestGetObjectRef.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestGetObjectRef.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestGetObjectRef.html
index 73ab69d..ecc76fd 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestGetObjectRef.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestGetObjectRef.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:11 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RequestGetObjectRef (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestUnknown.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestUnknown.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestUnknown.html
index 60eb68c..8f7b85c 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestUnknown.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestUnknown.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:11 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RequestUnknown (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/Util.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/Util.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/Util.html
index 3783238..f5febb1 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/Util.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/Util.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:11 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:00 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ClientData.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ClientData.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ClientData.html
index a71431f..8011759 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ClientData.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ClientData.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.listener.ClientData的使用 (Trafodion 
Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerConstants.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerConstants.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerConstants.html
index 0a40caf..605aaf0 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerConstants.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerConstants.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.listener.ListenerConstants的使用 
(Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerMetrics.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerMetrics.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerMetrics.html
index f4084d1..bfefc48 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerMetrics.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerMetrics.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.listener.ListenerMetrics的使用 
(Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1ab34fa3/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerService.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerService.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerService.html
index c98ad18..a550699 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerService.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerService.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 09:57:12 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 20 11:06:02 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.master.listener.ListenerService的使用 
(Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-06-20">

Reply via email to