You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2018/03/26 15:46:45 UTC

[01/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Repository: trafodion-site
Updated Branches:
  refs/heads/asf-site 7a5dba034 -> 26dd83d07


http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/dependencies.html b/docs/sql_reference/dependencies.html
index 05d2261..285f9f2 100644
--- a/docs/sql_reference/dependencies.html
+++ b/docs/sql_reference/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/index.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/index.html b/docs/sql_reference/index.html
index a31a1bf..e381a9f 100644
--- a/docs/sql_reference/index.html
+++ b/docs/sql_reference/index.html
@@ -30050,172 +30050,224 @@ character set.</p></td>
 return a result of datetime data type:</p>
 </div>
 <table class="tableblock frame-all grid-all spread">
+<caption class="title">Table 7-3 Overview of DATETIME Functions</caption>
 <colgroup>
 <col style="width: 25%;">
-<col style="width: 75%;">
+<col style="width: 50%;">
+<col style="width: 25%;">
 </colgroup>
 <tbody>
 <tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Name</strong></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Description</strong></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Return Data Type</strong></p></td>
+</tr>
+<tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#add_months_function">ADD_MONTHS Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Adds the integer number of months specified by <em>intr_expr</em>
 to <em>datetime_expr</em> and normalizes the result.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#converttimestamp_function">CONVERTTIMESTAMP Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a Julian timestamp to a TIMESTAMP value.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#current_function">CURRENT Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the current timestamp. You can also use the
 <a href="#current_timestamp_function">CURRENT_TIMESTAMP Function</a>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#current_date_function">CURRENT_DATE Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the current date.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#current_time_function">CURRENT_TIME Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the current time.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIME</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#current_timestamp_function">CURRENT_TIMESTAMP Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the current timestamp. You can also use the <a href="#current_function">CURRENT Function</a>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#date_add_function">DATE_ADD Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Adds the interval specified by <em>interval_expression</em>
 to <em>datetime_expr</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#date_part_function_of_an_interval">DATE_PART Function (of an Interval)</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Extracts the datetime field specified by <em>text</em> from the interval value
-specified by interval and returns the result as an exact numeric value.</p></td>
+specified by interval and returns the result as an exact numeric.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">NUMERIC</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#date_part_function_of_a_timestamp">DATE_PART Function (of a Timestamp)</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Extracts the datetime field specified by <em>text</em> from the datetime value
-specified by timestamp and returns the result as an exact numeric value.</p></td>
+specified by timestamp and returns the result as an exact numeric.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">NUMERIC</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#date_sub_function">DATE_SUB Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Subtracts the specified <em>interval_expression</em> from
 <em>datetime_expr.</em></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE or TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#date_trunc_function">DATE_TRUNC Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the date with the time portion of the day truncated.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dateadd_function">DATEADD Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Adds the interval specified by <em>datepart</em> and <em>num_expr</em>
 to <em>datetime_expr</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE or TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#datediff_function">DATEDIFF Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns the integer value for the number of <em>datepart</em> units of time
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns the integer for the number of <em>datepart</em> units of time
 between <em>startdate</em> and <em>enddate</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dateformat_function">DATEFORMAT Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Formats a datetime value for display purposes.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">CHAR</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#day_function">DAY Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 31 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 31 that represents the
 corresponding day of the month. You can also use DAYOFMONTH.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 31)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dayname_function">DAYNAME Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the name of the day of the week from a date or timestamp
 expression.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">CHAR</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dayofmonth_function">DAYOFMONTH Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 31 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 31 that represents the
 corresponding day of the month. You can also use DAY.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 31)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dayofweek_function">DAYOFWEEK Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 7 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 7 that represents the
 corresponding day of the week.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 7)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dayofyear_function">DAYOFYEAR Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 366 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 366 that represents the
 corresponding day of the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 366)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#extract_function">EXTRACT Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns a specified datetime field from a datetime value expression or
 an interval value expression.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">NUMERIC</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#hour_function">HOUR Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 0 through 23 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 0 through 23 that represents the
 corresponding hour of the day.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 0 to 23)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#juliantimestamp_function">JULIANTIMESTAMP Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a datetime value to a Julian timestamp.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#minute_function">MINUTE Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 0 through 59 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 0 through 59 that represents the
 corresponding minute of the hour.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 0 to 59)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#month_function">MONTH Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 12 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 12 that represents the
 corresponding month of the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 12)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#monthname_function">MONTHNAME Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns a character literal that is the name of the month of the year
 (January, February, and so on).</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">CHAR</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#quarter_function">QUARTER Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 4 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 4 that represents the
 corresponding quarter of the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 4)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#second_function">SECOND Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 0 through 59 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 0 through 59 that represents the
 corresponding second of the minute.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 0 to 59)</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#sysdate_function">SYSDATE Function</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Retrieves the current date of the server rather than the session.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#systimestamp_function">SYSTIMESTAMP Function</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Retrieves the current date and time (including fractional seconds with six-digit precision) of the server rather than the session.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#timestampadd_function">TIMESTAMPADD Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Adds the interval of time specified by <em>interval-ind</em> and
 <em>num_expr</em> to <em>datetime_expr</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE or TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#timestampdiff_function">TIMESTAMPDIFF Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns the integer value for the number of <em>interval-ind_units of time between _startdate</em> and <em>enddate</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns the integer for the number of <em>interval-ind_units of time between _startdate</em> and <em>enddate</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#to_char_function">TO_CHAR Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a datetime value to a character value.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">CHAR</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#to_date_function">TO_DATE Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a character value to a date or timestamp value.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE or TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#to_time_function">TO_TIME Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a character value to a time value.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIME</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#to_timestamp_function">TO_TIMESTAMP Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a character value to a timestamp value.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#week_function">WEEK Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 54 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 54 that represents the
 corresponding week of the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 54)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#year_function">YEAR Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value that represents the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer that represents the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER</p></td>
 </tr>
 </tbody>
 </table>
@@ -33380,7 +33432,7 @@ returned. See <a href="#datetime_value_expressions">Datetime Value Expressions</
 <div class="sect2">
 <h3 id="datediff_function">7.39. DATEDIFF Function</h3>
 <div class="paragraph">
-<p>The DATEDIFF function returns the integer value for the number of
+<p>The DATEDIFF function returns the integer for the number of
 <em>datepart</em> units of time between <em>startdate</em> and <em>enddate</em>.</p>
 </div>
 <div class="paragraph">
@@ -34156,9 +34208,6 @@ TIMESTAMP. See <a href="#datetime_value_expressions">Datetime Value Expressions<
 <p>Return the name of the day of the week from the start date column in the
 project table:</p>
 </div>
-<div class="paragraph">
-<p>+</p>
-</div>
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="text">SELECT start_date, ship_timestamp, DAYNAME(start_date)
@@ -34177,7 +34226,7 @@ Start/Date Time/Shipped               (EXPR)
 <h3 id="dayofmonth_function">7.45. DAYOFMONTH Function</h3>
 <div class="paragraph">
 <p>The DAYOFMONTH function converts a DATE or TIMESTAMP expression into an
-INTEGER value in the range 1 through 31 that represents the
+INTEGER in the range 1 through 31 that represents the
 corresponding day of the month. The result returned by the DAYOFMONTH
 function is equal to the result returned by the DAY function.</p>
 </div>
@@ -34228,7 +34277,7 @@ Start/Date Time/Shipped               (EXPR)
 <h3 id="dayofweek_function">7.46. DAYOFWEEK Function</h3>
 <div class="paragraph">
 <p>The DAYOFWEEK function converts a DATE or TIMESTAMP expression into an
-INTEGER value in the range 1 through 7 that represents the corresponding
+INTEGER in the range 1 through 7 that represents the corresponding
 day of the week. The value 1 represents Sunday, 2 represents Monday, and
 so forth.</p>
 </div>
@@ -34282,7 +34331,7 @@ Start/Date Time/Shipped               (EXPR)
 <h3 id="dayofyear_function">7.47. DAYOFYEAR Function</h3>
 <div class="paragraph">
 <p>The DAYOFYEAR function converts a DATE or TIMESTAMP expression into an
-INTEGER value in the range 1 through 366 that represents the
+INTEGER in the range 1 through 366 that represents the
 corresponding day of the year.</p>
 </div>
 <div class="paragraph">
@@ -35689,7 +35738,7 @@ tom              91 77 43</code></pre>
 <h3 id="hour_function">7.60. HOUR Function</h3>
 <div class="paragraph">
 <p>The HOUR function converts a TIME or TIMESTAMP expression into an
-INTEGER value in the range 0 through 23 that represents the
+INTEGER in the range 0 through 23 that represents the
 corresponding hour of the day.</p>
 </div>
 <div class="paragraph">
@@ -36955,7 +37004,7 @@ MIN (PARTCOST * QTY_ORDERED)</code></pre>
 <h3 id="minute_function">7.77. MINUTE Function</h3>
 <div class="paragraph">
 <p>The MINUTE function converts a TIME or TIMESTAMP expression into an
-INTEGER value, in the range 0 through 59, that represents the
+INTEGER, in the range 0 through 59, that represents the
 corresponding minute of the hour.</p>
 </div>
 <div class="paragraph">
@@ -41749,7 +41798,7 @@ returned.</p>
 <div class="sect2">
 <h3 id="timestampdiff_function">7.128. TIMESTAMPDIFF Function</h3>
 <div class="paragraph">
-<p>The TIMESTAMPDIFF function returns the integer value for the number of
+<p>The TIMESTAMPDIFF function returns the integer for the number of
 <em>interval-ind</em> units of time between <em>startdate</em> and <em>enddate</em>. If
 <em>enddate</em> precedes <em>startdate</em>, the return value is negative or zero.</p>
 </div>
@@ -43046,7 +43095,7 @@ Start/Date Time/Shipped               (EXPR)
 <h3 id="year_function">7.139. YEAR Function</h3>
 <div class="paragraph">
 <p>The YEAR function converts a DATE or TIMESTAMP expression into an
-INTEGER value that represents the year.</p>
+INTEGER that represents the year.</p>
 </div>
 <div class="paragraph">
 <p>YEAR is a Trafodion SQL extension.</p>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/integration.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/integration.html b/docs/sql_reference/integration.html
index f5c28da..535eaa5 100644
--- a/docs/sql_reference/integration.html
+++ b/docs/sql_reference/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/issue-tracking.html b/docs/sql_reference/issue-tracking.html
index 4f3a706..ecc6044 100644
--- a/docs/sql_reference/issue-tracking.html
+++ b/docs/sql_reference/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/license.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/license.html b/docs/sql_reference/license.html
index ccce9a4..57de15d 100644
--- a/docs/sql_reference/license.html
+++ b/docs/sql_reference/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/mail-lists.html b/docs/sql_reference/mail-lists.html
index eafdeaf..f147cfe 100644
--- a/docs/sql_reference/mail-lists.html
+++ b/docs/sql_reference/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/project-info.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/project-info.html b/docs/sql_reference/project-info.html
index 03e7ca7..58907b9 100644
--- a/docs/sql_reference/project-info.html
+++ b/docs/sql_reference/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/project-summary.html b/docs/sql_reference/project-summary.html
index 86d005b..d0746b1 100644
--- a/docs/sql_reference/project-summary.html
+++ b/docs/sql_reference/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/source-repository.html b/docs/sql_reference/source-repository.html
index 4633693..229d60d 100644
--- a/docs/sql_reference/source-repository.html
+++ b/docs/sql_reference/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/team-list.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/team-list.html b/docs/sql_reference/team-list.html
index 30ed386..85c20bd 100644
--- a/docs/sql_reference/team-list.html
+++ b/docs/sql_reference/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/documentation.html
----------------------------------------------------------------------
diff --git a/documentation.html b/documentation.html
index f4e3685..c9fa848 100644
--- a/documentation.html
+++ b/documentation.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-18
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/download.html
----------------------------------------------------------------------
diff --git a/download.html b/download.html
index 463ef50..5a4caaf 100644
--- a/download.html
+++ b/download.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-18
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/enable-secure-trafodion.html
----------------------------------------------------------------------
diff --git a/enable-secure-trafodion.html b/enable-secure-trafodion.html
index 78a91ff..3ff3da2 100644
--- a/enable-secure-trafodion.html
+++ b/enable-secure-trafodion.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/faq.html
----------------------------------------------------------------------
diff --git a/faq.html b/faq.html
index 02359bc..ac9503a 100644
--- a/faq.html
+++ b/faq.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index bbd57dd..a03fbae 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
-  Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/integration.html
----------------------------------------------------------------------
diff --git a/integration.html b/integration.html
index 635460b..e6c0a69 100644
--- a/integration.html
+++ b/integration.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/issue-tracking.html
----------------------------------------------------------------------
diff --git a/issue-tracking.html b/issue-tracking.html
index a5a0ec4..db45313 100644
--- a/issue-tracking.html
+++ b/issue-tracking.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/ldapcheck.html
----------------------------------------------------------------------
diff --git a/ldapcheck.html b/ldapcheck.html
index 7b091ed..f1cc9c3 100644
--- a/ldapcheck.html
+++ b/ldapcheck.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/ldapconfigcheck.html
----------------------------------------------------------------------
diff --git a/ldapconfigcheck.html b/ldapconfigcheck.html
index 3f30929..4a9a83d 100644
--- a/ldapconfigcheck.html
+++ b/ldapconfigcheck.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/license.html
----------------------------------------------------------------------
diff --git a/license.html b/license.html
index aee0683..fc51c3e 100644
--- a/license.html
+++ b/license.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/logo.html
----------------------------------------------------------------------
diff --git a/logo.html b/logo.html
index f4d246c..b13e191 100644
--- a/logo.html
+++ b/logo.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/mail-lists.html
----------------------------------------------------------------------
diff --git a/mail-lists.html b/mail-lists.html
index 90fbb96..a7b2f9c 100644
--- a/mail-lists.html
+++ b/mail-lists.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/management.html
----------------------------------------------------------------------
diff --git a/management.html b/management.html
index b570672..e7edb1c 100644
--- a/management.html
+++ b/management.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/modules.html
----------------------------------------------------------------------
diff --git a/modules.html b/modules.html
index a6c52cb..6ae23d5 100644
--- a/modules.html
+++ b/modules.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/new-features.html
----------------------------------------------------------------------
diff --git a/new-features.html b/new-features.html
index 4214c62..61d7d4e 100644
--- a/new-features.html
+++ b/new-features.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/passwordless-ssh.html
----------------------------------------------------------------------
diff --git a/passwordless-ssh.html b/passwordless-ssh.html
index 891dde0..409e0bb 100644
--- a/passwordless-ssh.html
+++ b/passwordless-ssh.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/performance.html
----------------------------------------------------------------------
diff --git a/performance.html b/performance.html
index 1444c71..ebf0796 100644
--- a/performance.html
+++ b/performance.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/presentations.html
----------------------------------------------------------------------
diff --git a/presentations.html b/presentations.html
index c0049c1..e449ce2 100644
--- a/presentations.html
+++ b/presentations.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/project-info.html
----------------------------------------------------------------------
diff --git a/project-info.html b/project-info.html
index 2fc79a3..ecb396e 100644
--- a/project-info.html
+++ b/project-info.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/project-summary.html
----------------------------------------------------------------------
diff --git a/project-summary.html b/project-summary.html
index a734a37..6651df7 100644
--- a/project-summary.html
+++ b/project-summary.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/quickstart.html
----------------------------------------------------------------------
diff --git a/quickstart.html b/quickstart.html
index 1e9be25..adf155f 100644
--- a/quickstart.html
+++ b/quickstart.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes-0-8-0.html
----------------------------------------------------------------------
diff --git a/release-notes-0-8-0.html b/release-notes-0-8-0.html
index 086e621..905a517 100644
--- a/release-notes-0-8-0.html
+++ b/release-notes-0-8-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes-0-9-0.html
----------------------------------------------------------------------
diff --git a/release-notes-0-9-0.html b/release-notes-0-9-0.html
index e644cf7..ffbf4bd 100644
--- a/release-notes-0-9-0.html
+++ b/release-notes-0-9-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes-1-0-0.html
----------------------------------------------------------------------
diff --git a/release-notes-1-0-0.html b/release-notes-1-0-0.html
index ffff0bd..aa797ea 100644
--- a/release-notes-1-0-0.html
+++ b/release-notes-1-0-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes-1-0-1.html
----------------------------------------------------------------------
diff --git a/release-notes-1-0-1.html b/release-notes-1-0-1.html
index 7b96694..33ad0ce 100644
--- a/release-notes-1-0-1.html
+++ b/release-notes-1-0-1.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes-1-1-0.html
----------------------------------------------------------------------
diff --git a/release-notes-1-1-0.html b/release-notes-1-1-0.html
index 76a7e27..52def9f 100644
--- a/release-notes-1-1-0.html
+++ b/release-notes-1-1-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes-1-3-0.html
----------------------------------------------------------------------
diff --git a/release-notes-1-3-0.html b/release-notes-1-3-0.html
index 6ec7465..a425ec6 100644
--- a/release-notes-1-3-0.html
+++ b/release-notes-1-3-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes-2-0-0.html
----------------------------------------------------------------------
diff --git a/release-notes-2-0-0.html b/release-notes-2-0-0.html
index 368a529..b47fc4f 100644
--- a/release-notes-2-0-0.html
+++ b/release-notes-2-0-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes-2-0-1.html
----------------------------------------------------------------------
diff --git a/release-notes-2-0-1.html b/release-notes-2-0-1.html
index 6f0c9e1..1710260 100644
--- a/release-notes-2-0-1.html
+++ b/release-notes-2-0-1.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes-2-1-0.html
----------------------------------------------------------------------
diff --git a/release-notes-2-1-0.html b/release-notes-2-1-0.html
index 34adf2c..b1a2097 100644
--- a/release-notes-2-1-0.html
+++ b/release-notes-2-1-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes-2-2-0.html
----------------------------------------------------------------------
diff --git a/release-notes-2-2-0.html b/release-notes-2-2-0.html
index a4c77be..4a57c60 100644
--- a/release-notes-2-2-0.html
+++ b/release-notes-2-2-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-18
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/release-notes.html
----------------------------------------------------------------------
diff --git a/release-notes.html b/release-notes.html
index 5a55a2f..98a2e8e 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-18
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/roadmap.html
----------------------------------------------------------------------
diff --git a/roadmap.html b/roadmap.html
index c28121a..81a306d 100644
--- a/roadmap.html
+++ b/roadmap.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/source-repository.html
----------------------------------------------------------------------
diff --git a/source-repository.html b/source-repository.html
index cc837ce..39f9747 100644
--- a/source-repository.html
+++ b/source-repository.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/team-list.html
----------------------------------------------------------------------
diff --git a/team-list.html b/team-list.html
index d4ed472..679093a 100644
--- a/team-list.html
+++ b/team-list.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-03-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/team-redirect.html
----------------------------------------------------------------------
diff --git a/team-redirect.html b/team-redirect.html
index 05e5077..caa3ceb 100644
--- a/team-redirect.html
+++ b/team-redirect.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/traf_authentication_config.html
----------------------------------------------------------------------
diff --git a/traf_authentication_config.html b/traf_authentication_config.html
index 2a4eab2..ee69cb8 100644
--- a/traf_authentication_config.html
+++ b/traf_authentication_config.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">


[09/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 a6aec8e..923698f 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 e0b552d..548fe88 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 98b4901..d267b6c 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.Constants (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 0f8862f..5a5dbcf 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.VersionAnnotation (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 759afed..dcca286 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 f692988..f26fa28 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 2c4b79e..ef49d28 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 6dbe68f..e0ca4c7 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 53d9435..16f77cd 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 0e5efad..074722c 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 1268f21..357d830 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 4929b47..8834b38 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 6111869..84ca993 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.trafodion.dcs.http.FilterContainer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 93160ba..7da9aad 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HtmlQuoting (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 16c6563..a66cb39 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer.DummyServletFilter.RequestChecker (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 b589ed8..fce93dd 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer.DummyServletFilter (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 1cf59c6..3ae2e3f 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer.QuotingInputFilter.RequestQuoter (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 0888cb0..88f6a66 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer.QuotingInputFilter (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 0da49bf..7eb84cc 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer.StackServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 3576ad4..ab28a44 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 3ce30fa..a0fba58 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 73c37a0..9845eb2 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 c5893f6..1449fc4 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.http Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 424c831..2c461da 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.http (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 b327645..6fc2140 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:47 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 a730f16..2c615db 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 f27359b..3e7d07d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 ccdcb20..23b1eb1 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 18f4d75..92fec0d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 1536a6e..f66ab1d 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 cc7d750..75208bb 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 9e358f1..9bb551c 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 e088815..2c15d64 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 3e6f127..c13f6fd 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 38c49d8..d78357c 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 5f99f5a..c519e3b 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 e0cc6a5..77e627a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 ca621f5..fff3bdd 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.DcsMaster (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 9b25473..4e1bfeb 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.FloatingIp (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 a34260b..fee14f7 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.MasterLeaderElection (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 92039b8..96b39f0 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.MasterStatusServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 43efd73..d68ed69 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.Metrics (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 08d8d07..b8ac7e1 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.QueryPlanModel.PlanSummaryInfo (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 c3da8d0..5c3600e 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.QueryPlanModel.QueryPlanData (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 fd6bc02..b21e715 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.QueryPlanModel (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 b425cb2..ad66e1d 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.QueryPlanResponse (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 1012df7..88b7c45 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.RegisteredServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 194ceb2..f6a25f9 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.RunningServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 81dbac0..ae6e302 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.ServerItem (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 6c695e5..d94f94d 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.ServerManager (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 1feeddc..e94929d 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 19dabc4..d49bccc 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 8a7d36d..7f5f3c6 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 57f42c6..56d4e3f 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 2214d53..2b884d1 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 a68f976..7ef2c34 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 5ae8409..cfd3e28 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 fdd0834..5dad8e0 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 0b0bb26..d8c5dfa 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 bbe6b3f..840ef23 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.ClientData (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 aa26e68..770cd31 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.ListenerConstants (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 368e49b..cbbb957 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.ListenerMetrics (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 b6c8313..72d13ca 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,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.ListenerService (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerWorker.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerWorker.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerWorker.html
index d556b02..c98198e 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerWorker.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerWorker.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.ListenerWorker (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestCancelQuery.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestCancelQuery.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestCancelQuery.html
index ff94b2c..71a1f5a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestCancelQuery.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestCancelQuery.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.RequestCancelQuery (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestGetObjectRef.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestGetObjectRef.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestGetObjectRef.html
index 2df738f..f457732 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestGetObjectRef.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestGetObjectRef.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.RequestGetObjectRef (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestUnknown.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestUnknown.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestUnknown.html
index 196dc39..979bb29 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestUnknown.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestUnknown.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.RequestUnknown (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/Util.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/Util.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/Util.html
index e1859c3..141dfc7 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/Util.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-frame.html
index 982b3c2..9a11b2d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master.listener (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-summary.html
index 862043a..3b1ff9d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master.listener (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-tree.html
index 56291b7..01d36eb 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master.listener Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-use.html
index 1753fc0..ddcd2a7 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.master.listener (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-frame.html
index af64834..8f6a8c2 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-summary.html
index 21c32fb..defc1e6 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-tree.html
index 599732c..9864180 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-use.html
index daac1de..283a47a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/master/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.master (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>


[04/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/VersionResource.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/VersionResource.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/VersionResource.html
index c412485..be875b1 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/VersionResource.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/VersionResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.VersionResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/client/Client.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/client/Client.html b/docs/rest_reference/apidocs/org/trafodion/rest/client/Client.html
index 192be3d..3c4aab6 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/client/Client.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/client/Client.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Client (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/client/Cluster.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/client/Cluster.html b/docs/rest_reference/apidocs/org/trafodion/rest/client/Cluster.html
index 6402d82..d0edda3 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/client/Cluster.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/client/Cluster.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Cluster (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/client/Response.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/client/Response.html b/docs/rest_reference/apidocs/org/trafodion/rest/client/Response.html
index d07e8cc..c51709d 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/client/Response.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/client/Response.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Response (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Client.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Client.html b/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Client.html
index 02f1aa8..846f186 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Client.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Client.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.client.Client (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Cluster.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Cluster.html b/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Cluster.html
index 615136f..9b83766 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Cluster.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Cluster.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.client.Cluster (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Response.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Response.html b/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Response.html
index d1f540d..0880a9a 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Response.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/client/class-use/Response.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.client.Response (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/client/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/client/package-frame.html b/docs/rest_reference/apidocs/org/trafodion/rest/client/package-frame.html
index 0a871f4..b574fd9 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/client/package-frame.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/client/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.client (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/client/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/client/package-summary.html b/docs/rest_reference/apidocs/org/trafodion/rest/client/package-summary.html
index fba9249..0d1bf44 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/client/package-summary.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/client/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.client (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/client/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/client/package-tree.html b/docs/rest_reference/apidocs/org/trafodion/rest/client/package-tree.html
index 08a3f88..b59bd13 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/client/package-tree.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/client/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.client Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/client/package-use.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/client/package-use.html b/docs/rest_reference/apidocs/org/trafodion/rest/client/package-use.html
index ba61ae7..79f7ec5 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/client/package-use.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/client/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.client (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/model/VersionModel.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/model/VersionModel.html b/docs/rest_reference/apidocs/org/trafodion/rest/model/VersionModel.html
index 72052b0..b02f1dc 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/model/VersionModel.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/model/VersionModel.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionModel (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/model/class-use/VersionModel.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/model/class-use/VersionModel.html b/docs/rest_reference/apidocs/org/trafodion/rest/model/class-use/VersionModel.html
index 676edf2..7e829ec 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/model/class-use/VersionModel.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/model/class-use/VersionModel.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.model.VersionModel (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/model/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/model/package-frame.html b/docs/rest_reference/apidocs/org/trafodion/rest/model/package-frame.html
index 934ce01..b6e107c 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/model/package-frame.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/model/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.model (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/model/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/model/package-summary.html b/docs/rest_reference/apidocs/org/trafodion/rest/model/package-summary.html
index 08ef623..f079f62 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/model/package-summary.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/model/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.model (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/model/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/model/package-tree.html b/docs/rest_reference/apidocs/org/trafodion/rest/model/package-tree.html
index 24731b5..d0d7eb5 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/model/package-tree.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/model/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.model Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/model/package-use.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/model/package-use.html b/docs/rest_reference/apidocs/org/trafodion/rest/model/package-use.html
index a5d0902..a9af9ce 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/model/package-use.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/model/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.model (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/package-frame.html b/docs/rest_reference/apidocs/org/trafodion/rest/package-frame.html
index f608444..aa341fb 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/package-frame.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/package-summary.html b/docs/rest_reference/apidocs/org/trafodion/rest/package-summary.html
index 1c92300..9df393e 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/package-summary.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/package-tree.html b/docs/rest_reference/apidocs/org/trafodion/rest/package-tree.html
index 73f0b2e..8f885fb 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/package-tree.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/package-use.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/package-use.html b/docs/rest_reference/apidocs/org/trafodion/rest/package-use.html
index fc2739f..eb68a50 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/package-use.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/JAXBContextResolver.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/JAXBContextResolver.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/JAXBContextResolver.html
index d46b84d..ba01f11 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/JAXBContextResolver.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/JAXBContextResolver.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JAXBContextResolver (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/class-use/JAXBContextResolver.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/class-use/JAXBContextResolver.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/class-use/JAXBContextResolver.html
index fbdb80d..f8c38a1 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/class-use/JAXBContextResolver.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/class-use/JAXBContextResolver.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.provider.JAXBContextResolver (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-frame.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-frame.html
index 8f2cd7f..9d2f8eb 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-frame.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-summary.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-summary.html
index 9a0b560..11ea668 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-summary.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-tree.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-tree.html
index bcbda64..5683278 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-tree.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-use.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-use.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-use.html
index 6fa5b46..85693f6 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-use.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.provider (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/PlainTextMessageBodyProducer.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/PlainTextMessageBodyProducer.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/PlainTextMessageBodyProducer.html
index 6ab0111..5092c6c 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/PlainTextMessageBodyProducer.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/PlainTextMessageBodyProducer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>PlainTextMessageBodyProducer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/class-use/PlainTextMessageBodyProducer.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/class-use/PlainTextMessageBodyProducer.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/class-use/PlainTextMessageBodyProducer.html
index fffd6c3..ac42720 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/class-use/PlainTextMessageBodyProducer.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/class-use/PlainTextMessageBodyProducer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.provider.producer.PlainTextMessageBodyProducer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-frame.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-frame.html
index 50e0d50..2728916 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-frame.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider.producer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-summary.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-summary.html
index 1577831..82b0cfe 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-summary.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider.producer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-tree.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-tree.html
index bad4f3f..4155eed 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-tree.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider.producer Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-use.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-use.html b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-use.html
index 0fefafa..d823507 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-use.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.provider.producer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptContext.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptContext.html b/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptContext.html
index 7bce236..9a51cc7 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptContext.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptContext (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptManager.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptManager.html b/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptManager.html
index 02b9d83..44f3359 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptManager.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptManager (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptManagerWatcher.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptManagerWatcher.html b/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptManagerWatcher.html
index 094e887..961ca3a 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptManagerWatcher.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/script/ScriptManagerWatcher.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptManagerWatcher (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptContext.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptContext.html b/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptContext.html
index 98b41ee..e93a0da 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptContext.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.script.ScriptContext (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManager.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManager.html b/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManager.html
index b76cb16..f4e878c 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManager.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.script.ScriptManager (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManagerWatcher.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManagerWatcher.html b/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManagerWatcher.html
index 6058b66..3f7349a 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManagerWatcher.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManagerWatcher.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.script.ScriptManagerWatcher (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/script/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/script/package-frame.html b/docs/rest_reference/apidocs/org/trafodion/rest/script/package-frame.html
index a0d7a99..cc838f7 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/script/package-frame.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/script/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.script (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/script/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/script/package-summary.html b/docs/rest_reference/apidocs/org/trafodion/rest/script/package-summary.html
index 0134578..89809aa 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/script/package-summary.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/script/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.script (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/script/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/script/package-tree.html b/docs/rest_reference/apidocs/org/trafodion/rest/script/package-tree.html
index bd0ea9e..a256d68 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/script/package-tree.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/script/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.script Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/script/package-use.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/script/package-use.html b/docs/rest_reference/apidocs/org/trafodion/rest/script/package-use.html
index 5bd1d41..e3d5c8d 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/script/package-use.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/script/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.script (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64InputStream.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64InputStream.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64InputStream.html
index 6f633ed..8b57973 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64InputStream.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64InputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64.Base64InputStream (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64OutputStream.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64OutputStream.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64OutputStream.html
index 20586d9..c832175 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64OutputStream.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64OutputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64.Base64OutputStream (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.html
index 250192b..d47381e 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/Base64.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64 (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/Bytes.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/Bytes.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/Bytes.html
index cdbf1fb..11d6203 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/Bytes.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/Bytes.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Bytes (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/ConfTool.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/ConfTool.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/ConfTool.html
index 74ae66a..3bcab73 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/ConfTool.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/ConfTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ConfTool (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/GetJavaProperty.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/GetJavaProperty.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/GetJavaProperty.html
index 06745e3..4fe820d 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/GetJavaProperty.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/GetJavaProperty.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>GetJavaProperty (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/JdbcT2Util.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/JdbcT2Util.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/JdbcT2Util.html
index ec9fae3..fcf4110 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/JdbcT2Util.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/JdbcT2Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcT2Util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/JdbcT4Util.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/JdbcT4Util.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/JdbcT4Util.html
index 9c9a60a..d45b634 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/JdbcT4Util.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/JdbcT4Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcT4Util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/NetworkConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/NetworkConfiguration.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/NetworkConfiguration.html
index 797de03..707fed7 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/NetworkConfiguration.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/NetworkConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NetworkConfiguration (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/RestConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/RestConfiguration.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/RestConfiguration.html
index ce68a57..6385a3a 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/RestConfiguration.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/RestConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RestConfiguration (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/RetryCounter.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/RetryCounter.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/RetryCounter.html
index 7628aa1..3c8d939 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/RetryCounter.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/RetryCounter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RetryCounter (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/RetryCounterFactory.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/RetryCounterFactory.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/RetryCounterFactory.html
index 080f83a..a651846 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/RetryCounterFactory.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/RetryCounterFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RetryCounterFactory (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/Strings.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/Strings.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/Strings.html
index 7318ec2..1a9feac 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/Strings.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/Strings.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Strings (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/VersionInfo.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/VersionInfo.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/VersionInfo.html
index 57daf2a..d92f47f 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/VersionInfo.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/VersionInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionInfo (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64InputStream.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64InputStream.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64InputStream.html
index 1d39833..7b93afb 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64InputStream.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64InputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.Base64.Base64InputStream (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64OutputStream.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64OutputStream.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64OutputStream.html
index 2e811e6..abc3df5 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64OutputStream.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64OutputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.Base64.Base64OutputStream (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.html
index e831cc5..2673585 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.Base64 (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Bytes.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Bytes.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Bytes.html
index 0eaf6fe..a8c5e68 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Bytes.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Bytes.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.Bytes (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/ConfTool.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/ConfTool.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/ConfTool.html
index 2969910..06fc61b 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/ConfTool.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/ConfTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.ConfTool (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/GetJavaProperty.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/GetJavaProperty.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/GetJavaProperty.html
index 49ffffc..aec5dcd 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/GetJavaProperty.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/GetJavaProperty.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.GetJavaProperty (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT2Util.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT2Util.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT2Util.html
index fef19b5..dd0618c 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT2Util.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT2Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.JdbcT2Util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT4Util.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT4Util.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT4Util.html
index dda91e9..5c4faff 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT4Util.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT4Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.JdbcT4Util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/NetworkConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/NetworkConfiguration.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/NetworkConfiguration.html
index dc48967..57cf3d3 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/NetworkConfiguration.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/NetworkConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.NetworkConfiguration (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RestConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RestConfiguration.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RestConfiguration.html
index 561c8a5..59487ae 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RestConfiguration.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RestConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.RestConfiguration (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounter.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounter.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounter.html
index 3d12397..25501c8 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounter.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.RetryCounter (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounterFactory.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounterFactory.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounterFactory.html
index 604b0ac..f77fb23 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounterFactory.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounterFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.RetryCounterFactory (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Strings.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Strings.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Strings.html
index 01bf818..e33c2b6 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Strings.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/Strings.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.Strings (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/VersionInfo.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/VersionInfo.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/VersionInfo.html
index 0e95f39..03469db 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/VersionInfo.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/class-use/VersionInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.VersionInfo (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/package-frame.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/package-frame.html
index 5eab8e8..6337982 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/package-frame.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/package-summary.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/package-summary.html
index eefb1eb..44e7a38 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/package-summary.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/package-tree.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/package-tree.html
index 40773b7..0b1cc7e 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/package-tree.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.util Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/util/package-use.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/util/package-use.html b/docs/rest_reference/apidocs/org/trafodion/rest/util/package-use.html
index 3557a36..42b5c03 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/util/package-use.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/util/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.Version.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.Version.html b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.Version.html
index d2f7b4a..76f7caa 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.Version.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VerGen.Version (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.html b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.html
index 64272c5..83b7907 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VerGen (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.Version.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.Version.html b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.Version.html
index 2f88d85..ed5e01d 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.Version.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.version.util.VerGen.Version (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.html b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.html
index 659978d..0d1ef86 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.version.util.VerGen (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>


[18/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RunningServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RunningServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RunningServer.html
index 194ceb2..f6a25f9 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RunningServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RunningServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.RunningServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerItem.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerItem.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerItem.html
index 81dbac0..ae6e302 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerItem.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerItem.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.ServerItem (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerManager.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerManager.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerManager.html
index 6c695e5..d94f94d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerManager.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.ServerManager (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ClientData.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ClientData.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ClientData.html
index 1feeddc..e94929d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ClientData.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ClientData.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerConstants.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerConstants.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerConstants.html
index 19dabc4..d49bccc 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerConstants.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerConstants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerMetrics.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerMetrics.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerMetrics.html
index 8a7d36d..7f5f3c6 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerMetrics.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerMetrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerService.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerService.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerService.html
index 57f42c6..56d4e3f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerService.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerService.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerWorker.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerWorker.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerWorker.html
index 2214d53..2b884d1 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerWorker.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/ListenerWorker.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestCancelQuery.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestCancelQuery.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestCancelQuery.html
index a68f976..7ef2c34 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestCancelQuery.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestCancelQuery.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestGetObjectRef.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestGetObjectRef.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestGetObjectRef.html
index 5ae8409..cfd3e28 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestGetObjectRef.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestGetObjectRef.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestUnknown.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestUnknown.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestUnknown.html
index fdd0834..5dad8e0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestUnknown.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/RequestUnknown.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/Util.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/Util.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/Util.html
index 0b0bb26..d8c5dfa 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/Util.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ClientData.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ClientData.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ClientData.html
index bbe6b3f..840ef23 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ClientData.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ClientData.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.ClientData (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerConstants.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerConstants.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerConstants.html
index aa26e68..770cd31 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerConstants.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerConstants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.ListenerConstants (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerMetrics.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerMetrics.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerMetrics.html
index 368e49b..cbbb957 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerMetrics.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerMetrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.ListenerMetrics (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerService.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerService.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerService.html
index b6c8313..72d13ca 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerService.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerService.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.ListenerService (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerWorker.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerWorker.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerWorker.html
index d556b02..c98198e 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerWorker.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/ListenerWorker.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.ListenerWorker (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestCancelQuery.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestCancelQuery.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestCancelQuery.html
index ff94b2c..71a1f5a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestCancelQuery.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestCancelQuery.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.RequestCancelQuery (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestGetObjectRef.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestGetObjectRef.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestGetObjectRef.html
index 2df738f..f457732 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestGetObjectRef.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestGetObjectRef.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.RequestGetObjectRef (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestUnknown.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestUnknown.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestUnknown.html
index 196dc39..979bb29 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestUnknown.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/RequestUnknown.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.RequestUnknown (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/Util.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/Util.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/Util.html
index e1859c3..141dfc7 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/Util.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/class-use/Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.listener.Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-frame.html
index 982b3c2..9a11b2d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master.listener (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-summary.html
index 862043a..3b1ff9d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master.listener (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-tree.html
index 56291b7..01d36eb 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master.listener Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-use.html
index 1753fc0..ddcd2a7 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/listener/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.master.listener (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-frame.html
index af64834..8f6a8c2 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-summary.html
index 21c32fb..defc1e6 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-tree.html
index 599732c..9864180 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.master Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-use.html
index daac1de..283a47a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.master (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-frame.html
index e79c09f..4488327 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-summary.html
index 96f31e4..325d1f8 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-tree.html
index 6e9c95c..b0c0809 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-use.html
index e9a0f18..2f9d969 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptContext.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptContext.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptContext.html
index 86124f6..19e5f9b 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptContext.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManager.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManager.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManager.html
index 717f24c..6303412 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManager.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptManager (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManagerWatcher.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManagerWatcher.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManagerWatcher.html
index 27324cb..8187955 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManagerWatcher.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManagerWatcher.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptManagerWatcher (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptContext.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptContext.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptContext.html
index 07738f3..05b5a04 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptContext.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.script.ScriptContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManager.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManager.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManager.html
index 3f7d6a3..dfa4e21 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManager.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.script.ScriptManager (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManagerWatcher.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManagerWatcher.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManagerWatcher.html
index dba8eec..bfd782f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManagerWatcher.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManagerWatcher.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.script.ScriptManagerWatcher (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-frame.html
index 72df252..1fc8302 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.script (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-summary.html
index 14c0b38..462cc16 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.script (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-tree.html
index 94978a2..5534777 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.script Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-use.html
index b32940b..81849a0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/script/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.script (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/DcsServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/DcsServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/DcsServer.html
index ad9673e..6114d2a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/DcsServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/DcsServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/Metrics.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/Metrics.html
index 28eaf86..0a041b1 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/Metrics.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/ServerManager.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/ServerManager.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/ServerManager.html
index ff05129..a0d153e 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/ServerManager.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/ServerStatusServlet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/ServerStatusServlet.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/ServerStatusServlet.html
index 81f17d2..0ae54ee 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/ServerStatusServlet.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/ServerStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerStatusServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/DcsServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/DcsServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/DcsServer.html
index 112c6b4..dd404f2 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/DcsServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/DcsServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.server.DcsServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/Metrics.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/Metrics.html
index c56db05..d1e182b 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/Metrics.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.server.Metrics (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerManager.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerManager.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerManager.html
index 81673a6..3ce4eb3 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerManager.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.server.ServerManager (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerStatusServlet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerStatusServlet.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerStatusServlet.html
index 6e85768..e4b9023 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerStatusServlet.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.server.ServerStatusServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-frame.html
index 2f96b17..2b9f173 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.server (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-summary.html
index d1a982a..ee06545 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.server (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-tree.html
index 5ba80d2..1c62107 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.server Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-use.html
index 1ddceb1..f28f09f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/server/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.server (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/DcsServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/DcsServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/DcsServer.html
index 8d7ff70..e8907c3 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/DcsServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/DcsServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/Metrics.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/Metrics.html
index 0895aeb..61be1f5 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/Metrics.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerConstants.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerConstants.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerConstants.html
index b76ba5f..7cf239c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerConstants.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerConstants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerConstants (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerManager.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerManager.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerManager.html
index 2566143..0ed79a0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerManager.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerStatusServlet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerStatusServlet.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerStatusServlet.html
index 2c3aa7c..9035950 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerStatusServlet.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerStatusServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerUtils.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerUtils.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerUtils.html
index ce55d92..61a4f79 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerUtils.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/DcsServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/DcsServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/DcsServer.html
index 309a725..30d6cd9 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/DcsServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/DcsServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.DcsServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/Metrics.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/Metrics.html
index 06ef040..1c3e56a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/Metrics.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.Metrics (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerConstants.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerConstants.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerConstants.html
index 19f63c6..cb84365 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerConstants.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerConstants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.ServerConstants (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerManager.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerManager.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerManager.html
index 52b6760..1b66902 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerManager.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.ServerManager (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerStatusServlet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerStatusServlet.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerStatusServlet.html
index 324542c..e953923 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerStatusServlet.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.ServerStatusServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerUtils.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerUtils.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerUtils.html
index 32ddb00..0615471 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerUtils.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.ServerUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-frame.html
index 4176bac..2d82f28 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-summary.html
index 15f2367..0e25a41 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-tree.html
index 1e7b7c9..5c56df0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-use.html
index 6fa4aff..51b7829 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.servermt (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Close.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Close.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Close.html
index e414639..a29c27d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Close.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Close.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Close (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ConnectionContext.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ConnectionContext.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ConnectionContext.html
index d359bc3..67cf77a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ConnectionContext.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ConnectionContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ConnectionContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2.html
index 72383bb..9357303 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Descriptor2 (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2List.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2List.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2List.html
index f366c47..950bb57 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2List.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2List.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Descriptor2List (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>


[14/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/provisioning_guide/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/provisioning_guide/mail-lists.html b/docs/2.3.0/provisioning_guide/mail-lists.html
index 4af9cfa..e030016 100644
--- a/docs/2.3.0/provisioning_guide/mail-lists.html
+++ b/docs/2.3.0/provisioning_guide/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/provisioning_guide/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/provisioning_guide/project-info.html b/docs/2.3.0/provisioning_guide/project-info.html
index 274a197..82d49d9 100644
--- a/docs/2.3.0/provisioning_guide/project-info.html
+++ b/docs/2.3.0/provisioning_guide/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/provisioning_guide/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/provisioning_guide/project-summary.html b/docs/2.3.0/provisioning_guide/project-summary.html
index 30d8c07..b649bd7 100644
--- a/docs/2.3.0/provisioning_guide/project-summary.html
+++ b/docs/2.3.0/provisioning_guide/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/provisioning_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/provisioning_guide/source-repository.html b/docs/2.3.0/provisioning_guide/source-repository.html
index fe02485..2e536e4 100644
--- a/docs/2.3.0/provisioning_guide/source-repository.html
+++ b/docs/2.3.0/provisioning_guide/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/provisioning_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/provisioning_guide/team-list.html b/docs/2.3.0/provisioning_guide/team-list.html
index b2402d2..3bd1f42 100644
--- a/docs/2.3.0/provisioning_guide/team-list.html
+++ b/docs/2.3.0/provisioning_guide/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/allclasses-frame.html b/docs/2.3.0/rest_reference/apidocs/allclasses-frame.html
index 87749bc..ffff068 100644
--- a/docs/2.3.0/rest_reference/apidocs/allclasses-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/allclasses-noframe.html b/docs/2.3.0/rest_reference/apidocs/allclasses-noframe.html
index 8774c5c..190ba2c 100644
--- a/docs/2.3.0/rest_reference/apidocs/allclasses-noframe.html
+++ b/docs/2.3.0/rest_reference/apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/constant-values.html b/docs/2.3.0/rest_reference/apidocs/constant-values.html
index 33fc75e..71e8938 100644
--- a/docs/2.3.0/rest_reference/apidocs/constant-values.html
+++ b/docs/2.3.0/rest_reference/apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/deprecated-list.html b/docs/2.3.0/rest_reference/apidocs/deprecated-list.html
index ad6acc9..91f4511 100644
--- a/docs/2.3.0/rest_reference/apidocs/deprecated-list.html
+++ b/docs/2.3.0/rest_reference/apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/help-doc.html b/docs/2.3.0/rest_reference/apidocs/help-doc.html
index d48141e..20e5ccc 100644
--- a/docs/2.3.0/rest_reference/apidocs/help-doc.html
+++ b/docs/2.3.0/rest_reference/apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/index-all.html b/docs/2.3.0/rest_reference/apidocs/index-all.html
index acd3679..3f0fa7a 100644
--- a/docs/2.3.0/rest_reference/apidocs/index-all.html
+++ b/docs/2.3.0/rest_reference/apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/index.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/index.html b/docs/2.3.0/rest_reference/apidocs/index.html
index 96f2794..43900af 100644
--- a/docs/2.3.0/rest_reference/apidocs/index.html
+++ b/docs/2.3.0/rest_reference/apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Trafodion REST 2.3.0 API</title>
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/Constants.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/Constants.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/Constants.html
index ce7aecd..cf09a01 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/Constants.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/Constants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constants (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/GetStatusResponse.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/GetStatusResponse.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/GetStatusResponse.html
index 5e24529..66b65e5 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/GetStatusResponse.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/GetStatusResponse.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>GetStatusResponse (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RESTServlet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RESTServlet.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RESTServlet.html
index 4e0a8f0..a524981 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RESTServlet.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RESTServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RESTServlet (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RegisteredServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RegisteredServer.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RegisteredServer.html
index 3c8d75d..4b07d74 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RegisteredServer.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RegisteredServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RegisteredServer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ResourceBase.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ResourceBase.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ResourceBase.html
index e811775..c609526 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ResourceBase.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ResourceBase.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ResourceBase (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ResourceConfig.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ResourceConfig.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ResourceConfig.html
index e88d76e..5c57ebf 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ResourceConfig.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ResourceConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ResourceConfig (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RestConstants.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RestConstants.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RestConstants.html
index 312af32..c740f41 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RestConstants.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RestConstants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RestConstants (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RootResource.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RootResource.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RootResource.html
index 7434bdc..96df57f 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RootResource.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RootResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RootResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RunningServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RunningServer.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RunningServer.html
index d279491..f868682 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RunningServer.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/RunningServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RunningServer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ServerResource.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ServerResource.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ServerResource.html
index b7a211f..619af63 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ServerResource.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/ServerResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/TrafodionRest.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/TrafodionRest.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/TrafodionRest.html
index 7590d2d..d649568 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/TrafodionRest.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/TrafodionRest.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TrafodionRest (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/TransactionsResource.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/TransactionsResource.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/TransactionsResource.html
index b2afee3..b65ae8a 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/TransactionsResource.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/TransactionsResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TransactionsResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/VersionAnnotation.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/VersionAnnotation.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/VersionAnnotation.html
index 4871e0d..36dfa2f 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/VersionAnnotation.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/VersionAnnotation.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionAnnotation (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/VersionResource.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/VersionResource.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/VersionResource.html
index 9284bef..8b77697 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/VersionResource.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/VersionResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/Constants.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/Constants.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/Constants.html
index 7b4556b..a5d6744 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/Constants.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/Constants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.Constants (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/GetStatusResponse.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/GetStatusResponse.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/GetStatusResponse.html
index 27ee01e..bec578e 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/GetStatusResponse.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/GetStatusResponse.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.GetStatusResponse (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RESTServlet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RESTServlet.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RESTServlet.html
index f159eb0..737f426 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RESTServlet.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RESTServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.RESTServlet (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RegisteredServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RegisteredServer.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RegisteredServer.html
index 7c8f717..918cd34 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RegisteredServer.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RegisteredServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.RegisteredServer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceBase.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceBase.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceBase.html
index 12862ee..943443c 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceBase.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceBase.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.ResourceBase (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceConfig.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceConfig.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceConfig.html
index 293f8e2..054c59c 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceConfig.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.ResourceConfig (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RestConstants.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RestConstants.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RestConstants.html
index e4f92ea..94ec0e6 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RestConstants.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RestConstants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.trafodion.rest.RestConstants (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RootResource.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RootResource.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RootResource.html
index 2a891fd..efdca59 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RootResource.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RootResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.RootResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RunningServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RunningServer.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RunningServer.html
index 4a3f121..a2ef1e1 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RunningServer.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/RunningServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.RunningServer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ServerResource.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ServerResource.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ServerResource.html
index a10b8ed..3b045a7 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ServerResource.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/ServerResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.ServerResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/TrafodionRest.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/TrafodionRest.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/TrafodionRest.html
index d8a848c..f3c17df 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/TrafodionRest.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/TrafodionRest.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.TrafodionRest (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/TransactionsResource.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/TransactionsResource.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/TransactionsResource.html
index bc4dad5..8f5dc04 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/TransactionsResource.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/TransactionsResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.TransactionsResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/VersionAnnotation.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/VersionAnnotation.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/VersionAnnotation.html
index db894e5..0a2734c 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/VersionAnnotation.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/VersionAnnotation.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.VersionAnnotation (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/VersionResource.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/VersionResource.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/VersionResource.html
index c412485..be875b1 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/VersionResource.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/class-use/VersionResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.VersionResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Client.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Client.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Client.html
index 192be3d..3c4aab6 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Client.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Client.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Client (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Cluster.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Cluster.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Cluster.html
index 6402d82..d0edda3 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Cluster.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Cluster.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Cluster (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Response.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Response.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Response.html
index d07e8cc..c51709d 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Response.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/Response.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Response (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Client.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Client.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Client.html
index 02f1aa8..846f186 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Client.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Client.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.client.Client (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Cluster.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Cluster.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Cluster.html
index 615136f..9b83766 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Cluster.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Cluster.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.client.Cluster (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Response.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Response.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Response.html
index d1f540d..0880a9a 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Response.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/class-use/Response.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.client.Response (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-frame.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-frame.html
index 0a871f4..b574fd9 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.client (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-summary.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-summary.html
index fba9249..0d1bf44 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-summary.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.client (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-tree.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-tree.html
index 08a3f88..b59bd13 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-tree.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.client Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-use.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-use.html
index ba61ae7..79f7ec5 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-use.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/client/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.client (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/VersionModel.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/VersionModel.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/VersionModel.html
index 72052b0..b02f1dc 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/VersionModel.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/VersionModel.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionModel (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/class-use/VersionModel.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/class-use/VersionModel.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/class-use/VersionModel.html
index 676edf2..7e829ec 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/class-use/VersionModel.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/class-use/VersionModel.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.model.VersionModel (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-frame.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-frame.html
index 934ce01..b6e107c 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.model (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-summary.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-summary.html
index 08ef623..f079f62 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-summary.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.model (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-tree.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-tree.html
index 24731b5..d0d7eb5 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-tree.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.model Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-use.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-use.html
index a5d0902..a9af9ce 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-use.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/model/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.model (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-frame.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-frame.html
index f608444..aa341fb 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-summary.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-summary.html
index 1c92300..9df393e 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-summary.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-tree.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-tree.html
index 73f0b2e..8f885fb 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-tree.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-use.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-use.html
index fc2739f..eb68a50 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-use.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/JAXBContextResolver.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/JAXBContextResolver.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/JAXBContextResolver.html
index d46b84d..ba01f11 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/JAXBContextResolver.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/JAXBContextResolver.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JAXBContextResolver (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/class-use/JAXBContextResolver.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/class-use/JAXBContextResolver.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/class-use/JAXBContextResolver.html
index fbdb80d..f8c38a1 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/class-use/JAXBContextResolver.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/class-use/JAXBContextResolver.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.provider.JAXBContextResolver (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-frame.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-frame.html
index 8f2cd7f..9d2f8eb 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-summary.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-summary.html
index 9a0b560..11ea668 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-summary.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-tree.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-tree.html
index bcbda64..5683278 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-tree.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-use.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-use.html
index 6fa5b46..85693f6 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-use.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.provider (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/PlainTextMessageBodyProducer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/PlainTextMessageBodyProducer.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/PlainTextMessageBodyProducer.html
index 6ab0111..5092c6c 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/PlainTextMessageBodyProducer.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/PlainTextMessageBodyProducer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>PlainTextMessageBodyProducer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/class-use/PlainTextMessageBodyProducer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/class-use/PlainTextMessageBodyProducer.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/class-use/PlainTextMessageBodyProducer.html
index fffd6c3..ac42720 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/class-use/PlainTextMessageBodyProducer.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/class-use/PlainTextMessageBodyProducer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.provider.producer.PlainTextMessageBodyProducer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-frame.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-frame.html
index 50e0d50..2728916 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider.producer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-summary.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-summary.html
index 1577831..82b0cfe 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-summary.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider.producer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-tree.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-tree.html
index bad4f3f..4155eed 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-tree.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.provider.producer Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-use.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-use.html
index 0fefafa..d823507 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-use.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/provider/producer/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.provider.producer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptContext.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptContext.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptContext.html
index 7bce236..9a51cc7 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptContext.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptContext (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptManager.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptManager.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptManager.html
index 02b9d83..44f3359 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptManager.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptManager (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptManagerWatcher.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptManagerWatcher.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptManagerWatcher.html
index 094e887..961ca3a 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptManagerWatcher.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/ScriptManagerWatcher.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptManagerWatcher (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptContext.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptContext.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptContext.html
index 98b41ee..e93a0da 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptContext.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.script.ScriptContext (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManager.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManager.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManager.html
index b76cb16..f4e878c 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManager.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.script.ScriptManager (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>


[20/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
Merge [TRAFODION-3001] PR 1486


Project: http://git-wip-us.apache.org/repos/asf/trafodion-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion-site/commit/26dd83d0
Tree: http://git-wip-us.apache.org/repos/asf/trafodion-site/tree/26dd83d0
Diff: http://git-wip-us.apache.org/repos/asf/trafodion-site/diff/26dd83d0

Branch: refs/heads/asf-site
Commit: 26dd83d0774c6c934662883a57f45670ba46d29c
Parents: 7a5dba0
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Mar 26 15:45:23 2018 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Mon Mar 26 15:45:23 2018 +0000

----------------------------------------------------------------------
 architecture-overview.html                      |     2 +-
 contributing-redirect.html                      |     2 +-
 .../Trafodion_Client_Installation_Guide.pdf     |   Bin 2602361 -> 2602361 bytes
 docs/2.3.0/client_install/dependencies.html     |     6 +-
 docs/2.3.0/client_install/integration.html      |     6 +-
 docs/2.3.0/client_install/issue-tracking.html   |     6 +-
 docs/2.3.0/client_install/license.html          |     6 +-
 docs/2.3.0/client_install/mail-lists.html       |     6 +-
 docs/2.3.0/client_install/project-info.html     |     6 +-
 docs/2.3.0/client_install/project-summary.html  |     6 +-
 .../2.3.0/client_install/source-repository.html |     6 +-
 docs/2.3.0/client_install/team-list.html        |     6 +-
 .../Trafodion_Command_Interface_Guide.pdf       |   Bin 2896305 -> 2896305 bytes
 docs/2.3.0/command_interface/dependencies.html  |     6 +-
 docs/2.3.0/command_interface/integration.html   |     6 +-
 .../2.3.0/command_interface/issue-tracking.html |     6 +-
 docs/2.3.0/command_interface/license.html       |     6 +-
 docs/2.3.0/command_interface/mail-lists.html    |     6 +-
 docs/2.3.0/command_interface/project-info.html  |     6 +-
 .../command_interface/project-summary.html      |     6 +-
 .../command_interface/source-repository.html    |     6 +-
 docs/2.3.0/command_interface/team-list.html     |     6 +-
 .../Trafodion_CQD_Reference_Guide.pdf           |   Bin 764418 -> 764418 bytes
 docs/2.3.0/cqd_reference/dependencies.html      |     6 +-
 docs/2.3.0/cqd_reference/integration.html       |     6 +-
 docs/2.3.0/cqd_reference/issue-tracking.html    |     6 +-
 docs/2.3.0/cqd_reference/license.html           |     6 +-
 docs/2.3.0/cqd_reference/mail-lists.html        |     6 +-
 docs/2.3.0/cqd_reference/project-info.html      |     6 +-
 docs/2.3.0/cqd_reference/project-summary.html   |     6 +-
 docs/2.3.0/cqd_reference/source-repository.html |     6 +-
 docs/2.3.0/cqd_reference/team-list.html         |     6 +-
 .../dcs_reference/apidocs/allclasses-frame.html |     4 +-
 .../apidocs/allclasses-noframe.html             |     4 +-
 .../dcs_reference/apidocs/constant-values.html  |     4 +-
 .../dcs_reference/apidocs/deprecated-list.html  |     4 +-
 docs/2.3.0/dcs_reference/apidocs/help-doc.html  |     4 +-
 docs/2.3.0/dcs_reference/apidocs/index-all.html |     4 +-
 docs/2.3.0/dcs_reference/apidocs/index.html     |     2 +-
 .../apidocs/org/trafodion/dcs/Constants.html    |     4 +-
 .../org/trafodion/dcs/VersionAnnotation.html    |     4 +-
 .../org/trafodion/dcs/class-use/Constants.html  |     4 +-
 .../dcs/class-use/VersionAnnotation.html        |     4 +-
 .../org/trafodion/dcs/http/FilterContainer.html |     4 +-
 .../org/trafodion/dcs/http/HtmlQuoting.html     |     4 +-
 ...erver.DummyServletFilter.RequestChecker.html |     4 +-
 .../dcs/http/HttpServer.DummyServletFilter.html |     4 +-
 ...Server.QuotingInputFilter.RequestQuoter.html |     4 +-
 .../dcs/http/HttpServer.QuotingInputFilter.html |     4 +-
 .../dcs/http/HttpServer.StackServlet.html       |     4 +-
 .../org/trafodion/dcs/http/HttpServer.html      |     4 +-
 .../dcs/http/class-use/FilterContainer.html     |     4 +-
 .../dcs/http/class-use/HtmlQuoting.html         |     4 +-
 ...erver.DummyServletFilter.RequestChecker.html |     4 +-
 .../HttpServer.DummyServletFilter.html          |     4 +-
 ...Server.QuotingInputFilter.RequestQuoter.html |     4 +-
 .../HttpServer.QuotingInputFilter.html          |     4 +-
 .../http/class-use/HttpServer.StackServlet.html |     4 +-
 .../dcs/http/class-use/HttpServer.html          |     4 +-
 .../org/trafodion/dcs/http/package-frame.html   |     4 +-
 .../org/trafodion/dcs/http/package-summary.html |     4 +-
 .../org/trafodion/dcs/http/package-tree.html    |     4 +-
 .../org/trafodion/dcs/http/package-use.html     |     4 +-
 .../org/trafodion/dcs/master/DcsMaster.html     |     4 +-
 .../org/trafodion/dcs/master/FloatingIp.html    |     4 +-
 .../dcs/master/MasterLeaderElection.html        |     4 +-
 .../dcs/master/MasterStatusServlet.html         |     4 +-
 .../org/trafodion/dcs/master/Metrics.html       |     4 +-
 .../master/QueryPlanModel.PlanSummaryInfo.html  |     4 +-
 .../master/QueryPlanModel.QueryPlanData.html    |     4 +-
 .../trafodion/dcs/master/QueryPlanModel.html    |     4 +-
 .../trafodion/dcs/master/QueryPlanResponse.html |     4 +-
 .../trafodion/dcs/master/RegisteredServer.html  |     4 +-
 .../org/trafodion/dcs/master/RunningServer.html |     4 +-
 .../org/trafodion/dcs/master/ServerItem.html    |     4 +-
 .../org/trafodion/dcs/master/ServerManager.html |     4 +-
 .../dcs/master/class-use/DcsMaster.html         |     4 +-
 .../dcs/master/class-use/FloatingIp.html        |     4 +-
 .../master/class-use/MasterLeaderElection.html  |     4 +-
 .../master/class-use/MasterStatusServlet.html   |     4 +-
 .../trafodion/dcs/master/class-use/Metrics.html |     4 +-
 .../QueryPlanModel.PlanSummaryInfo.html         |     4 +-
 .../class-use/QueryPlanModel.QueryPlanData.html |     4 +-
 .../dcs/master/class-use/QueryPlanModel.html    |     4 +-
 .../dcs/master/class-use/QueryPlanResponse.html |     4 +-
 .../dcs/master/class-use/RegisteredServer.html  |     4 +-
 .../dcs/master/class-use/RunningServer.html     |     4 +-
 .../dcs/master/class-use/ServerItem.html        |     4 +-
 .../dcs/master/class-use/ServerManager.html     |     4 +-
 .../dcs/master/listener/ClientData.html         |     4 +-
 .../dcs/master/listener/ListenerConstants.html  |     4 +-
 .../dcs/master/listener/ListenerMetrics.html    |     4 +-
 .../dcs/master/listener/ListenerService.html    |     4 +-
 .../dcs/master/listener/ListenerWorker.html     |     4 +-
 .../dcs/master/listener/RequestCancelQuery.html |     4 +-
 .../master/listener/RequestGetObjectRef.html    |     4 +-
 .../dcs/master/listener/RequestUnknown.html     |     4 +-
 .../org/trafodion/dcs/master/listener/Util.html |     4 +-
 .../master/listener/class-use/ClientData.html   |     4 +-
 .../listener/class-use/ListenerConstants.html   |     4 +-
 .../listener/class-use/ListenerMetrics.html     |     4 +-
 .../listener/class-use/ListenerService.html     |     4 +-
 .../listener/class-use/ListenerWorker.html      |     4 +-
 .../listener/class-use/RequestCancelQuery.html  |     4 +-
 .../listener/class-use/RequestGetObjectRef.html |     4 +-
 .../listener/class-use/RequestUnknown.html      |     4 +-
 .../dcs/master/listener/class-use/Util.html     |     4 +-
 .../dcs/master/listener/package-frame.html      |     4 +-
 .../dcs/master/listener/package-summary.html    |     4 +-
 .../dcs/master/listener/package-tree.html       |     4 +-
 .../dcs/master/listener/package-use.html        |     4 +-
 .../org/trafodion/dcs/master/package-frame.html |     4 +-
 .../trafodion/dcs/master/package-summary.html   |     4 +-
 .../org/trafodion/dcs/master/package-tree.html  |     4 +-
 .../org/trafodion/dcs/master/package-use.html   |     4 +-
 .../org/trafodion/dcs/package-frame.html        |     4 +-
 .../org/trafodion/dcs/package-summary.html      |     4 +-
 .../apidocs/org/trafodion/dcs/package-tree.html |     4 +-
 .../apidocs/org/trafodion/dcs/package-use.html  |     4 +-
 .../org/trafodion/dcs/script/ScriptContext.html |     4 +-
 .../org/trafodion/dcs/script/ScriptManager.html |     4 +-
 .../dcs/script/ScriptManagerWatcher.html        |     4 +-
 .../dcs/script/class-use/ScriptContext.html     |     4 +-
 .../dcs/script/class-use/ScriptManager.html     |     4 +-
 .../script/class-use/ScriptManagerWatcher.html  |     4 +-
 .../org/trafodion/dcs/script/package-frame.html |     4 +-
 .../trafodion/dcs/script/package-summary.html   |     4 +-
 .../org/trafodion/dcs/script/package-tree.html  |     4 +-
 .../org/trafodion/dcs/script/package-use.html   |     4 +-
 .../org/trafodion/dcs/server/DcsServer.html     |     4 +-
 .../org/trafodion/dcs/server/Metrics.html       |     4 +-
 .../org/trafodion/dcs/server/ServerManager.html |     4 +-
 .../dcs/server/ServerStatusServlet.html         |     4 +-
 .../dcs/server/class-use/DcsServer.html         |     4 +-
 .../trafodion/dcs/server/class-use/Metrics.html |     4 +-
 .../dcs/server/class-use/ServerManager.html     |     4 +-
 .../server/class-use/ServerStatusServlet.html   |     4 +-
 .../org/trafodion/dcs/server/package-frame.html |     4 +-
 .../trafodion/dcs/server/package-summary.html   |     4 +-
 .../org/trafodion/dcs/server/package-tree.html  |     4 +-
 .../org/trafodion/dcs/server/package-use.html   |     4 +-
 .../org/trafodion/dcs/servermt/DcsServer.html   |     4 +-
 .../org/trafodion/dcs/servermt/Metrics.html     |     4 +-
 .../trafodion/dcs/servermt/ServerConstants.html |     4 +-
 .../trafodion/dcs/servermt/ServerManager.html   |     4 +-
 .../dcs/servermt/ServerStatusServlet.html       |     4 +-
 .../org/trafodion/dcs/servermt/ServerUtils.html |     4 +-
 .../dcs/servermt/class-use/DcsServer.html       |     4 +-
 .../dcs/servermt/class-use/Metrics.html         |     4 +-
 .../dcs/servermt/class-use/ServerConstants.html |     4 +-
 .../dcs/servermt/class-use/ServerManager.html   |     4 +-
 .../servermt/class-use/ServerStatusServlet.html |     4 +-
 .../dcs/servermt/class-use/ServerUtils.html     |     4 +-
 .../trafodion/dcs/servermt/package-frame.html   |     4 +-
 .../trafodion/dcs/servermt/package-summary.html |     4 +-
 .../trafodion/dcs/servermt/package-tree.html    |     4 +-
 .../org/trafodion/dcs/servermt/package-use.html |     4 +-
 .../servermt/serverDriverInputOutput/Close.html |     4 +-
 .../ConnectionContext.html                      |     4 +-
 .../serverDriverInputOutput/Descriptor2.html    |     4 +-
 .../Descriptor2List.html                        |     4 +-
 .../serverDriverInputOutput/ErrorDesc.html      |     4 +-
 .../serverDriverInputOutput/ErrorDescList.html  |     4 +-
 .../serverDriverInputOutput/Header.html         |     4 +-
 .../OutConnectionContext.html                   |     4 +-
 .../serverDriverInputOutput/SQLDataValue.html   |     4 +-
 .../serverDriverInputOutput/SQLValue.html       |     4 +-
 .../serverDriverInputOutput/SQLValueList.html   |     4 +-
 .../SQLWarningOrError.html                      |     4 +-
 .../SQLWarningOrErrorList.html                  |     4 +-
 .../ServerException.html                        |     4 +-
 .../SetConnectionOption.html                    |     4 +-
 .../serverDriverInputOutput/UserDesc.html       |     4 +-
 .../serverDriverInputOutput/Version.html        |     4 +-
 .../serverDriverInputOutput/VersionList.html    |     4 +-
 .../class-use/Close.html                        |     4 +-
 .../class-use/ConnectionContext.html            |     4 +-
 .../class-use/Descriptor2.html                  |     4 +-
 .../class-use/Descriptor2List.html              |     4 +-
 .../class-use/ErrorDesc.html                    |     4 +-
 .../class-use/ErrorDescList.html                |     4 +-
 .../class-use/Header.html                       |     4 +-
 .../class-use/OutConnectionContext.html         |     4 +-
 .../class-use/SQLDataValue.html                 |     4 +-
 .../class-use/SQLValue.html                     |     4 +-
 .../class-use/SQLValueList.html                 |     4 +-
 .../class-use/SQLWarningOrError.html            |     4 +-
 .../class-use/SQLWarningOrErrorList.html        |     4 +-
 .../class-use/ServerException.html              |     4 +-
 .../class-use/SetConnectionOption.html          |     4 +-
 .../class-use/UserDesc.html                     |     4 +-
 .../class-use/Version.html                      |     4 +-
 .../class-use/VersionList.html                  |     4 +-
 .../serverDriverInputOutput/package-frame.html  |     4 +-
 .../package-summary.html                        |     4 +-
 .../serverDriverInputOutput/package-tree.html   |     4 +-
 .../serverDriverInputOutput/package-use.html    |     4 +-
 .../dcs/servermt/serverHandler/ClientData.html  |     4 +-
 .../serverHandler/ServerApiGetCatalogs.html     |     4 +-
 .../serverHandler/ServerApiSqlClose.html        |     4 +-
 .../serverHandler/ServerApiSqlConnect.html      |     4 +-
 .../serverHandler/ServerApiSqlDisconnect.html   |     4 +-
 .../serverHandler/ServerApiSqlEndTransact.html  |     4 +-
 .../serverHandler/ServerApiSqlExecDirect.html   |     4 +-
 .../serverHandler/ServerApiSqlExecute.html      |     4 +-
 .../serverHandler/ServerApiSqlFetch.html        |     4 +-
 .../serverHandler/ServerApiSqlPrepare.html      |     4 +-
 .../ServerApiSqlSetConnectAttr.html             |     4 +-
 .../servermt/serverHandler/ServerHandler.html   |     4 +-
 .../servermt/serverHandler/ServerWorker.html    |     4 +-
 .../serverHandler/class-use/ClientData.html     |     4 +-
 .../class-use/ServerApiGetCatalogs.html         |     4 +-
 .../class-use/ServerApiSqlClose.html            |     4 +-
 .../class-use/ServerApiSqlConnect.html          |     4 +-
 .../class-use/ServerApiSqlDisconnect.html       |     4 +-
 .../class-use/ServerApiSqlEndTransact.html      |     4 +-
 .../class-use/ServerApiSqlExecDirect.html       |     4 +-
 .../class-use/ServerApiSqlExecute.html          |     4 +-
 .../class-use/ServerApiSqlFetch.html            |     4 +-
 .../class-use/ServerApiSqlPrepare.html          |     4 +-
 .../class-use/ServerApiSqlSetConnectAttr.html   |     4 +-
 .../serverHandler/class-use/ServerHandler.html  |     4 +-
 .../serverHandler/class-use/ServerWorker.html   |     4 +-
 .../servermt/serverHandler/package-frame.html   |     4 +-
 .../servermt/serverHandler/package-summary.html |     4 +-
 .../servermt/serverHandler/package-tree.html    |     4 +-
 .../dcs/servermt/serverHandler/package-use.html |     4 +-
 .../dcs/servermt/serverSql/TrafConnection.html  |     4 +-
 .../dcs/servermt/serverSql/TrafResultSet.html   |     4 +-
 .../dcs/servermt/serverSql/TrafStatement.html   |     4 +-
 .../serverSql/class-use/TrafConnection.html     |     4 +-
 .../serverSql/class-use/TrafResultSet.html      |     4 +-
 .../serverSql/class-use/TrafStatement.html      |     4 +-
 .../dcs/servermt/serverSql/package-frame.html   |     4 +-
 .../dcs/servermt/serverSql/package-summary.html |     4 +-
 .../dcs/servermt/serverSql/package-tree.html    |     4 +-
 .../dcs/servermt/serverSql/package-use.html     |     4 +-
 .../dcs/util/Base64.Base64InputStream.html      |     4 +-
 .../dcs/util/Base64.Base64OutputStream.html     |     4 +-
 .../apidocs/org/trafodion/dcs/util/Base64.html  |     4 +-
 .../org/trafodion/dcs/util/ByteBufferUtils.html |     4 +-
 .../apidocs/org/trafodion/dcs/util/Bytes.html   |     4 +-
 .../org/trafodion/dcs/util/DcsConfTool.html     |     4 +-
 .../trafodion/dcs/util/DcsConfiguration.html    |     4 +-
 .../dcs/util/DcsNetworkConfiguration.html       |     4 +-
 .../org/trafodion/dcs/util/GetJavaProperty.html |     4 +-
 .../org/trafodion/dcs/util/InfoServer.html      |     4 +-
 .../org/trafodion/dcs/util/JdbcT2Util.html      |     4 +-
 .../org/trafodion/dcs/util/JdbcT4Util.html      |     4 +-
 .../org/trafodion/dcs/util/Log4jUtils.html      |     4 +-
 .../org/trafodion/dcs/util/RetryCounter.html    |     4 +-
 .../trafodion/dcs/util/RetryCounterFactory.html |     4 +-
 .../org/trafodion/dcs/util/SqlUtils.html        |     4 +-
 .../apidocs/org/trafodion/dcs/util/Strings.html |     4 +-
 .../org/trafodion/dcs/util/VersionInfo.html     |     4 +-
 .../class-use/Base64.Base64InputStream.html     |     4 +-
 .../class-use/Base64.Base64OutputStream.html    |     4 +-
 .../trafodion/dcs/util/class-use/Base64.html    |     4 +-
 .../dcs/util/class-use/ByteBufferUtils.html     |     4 +-
 .../org/trafodion/dcs/util/class-use/Bytes.html |     4 +-
 .../dcs/util/class-use/DcsConfTool.html         |     4 +-
 .../dcs/util/class-use/DcsConfiguration.html    |     4 +-
 .../util/class-use/DcsNetworkConfiguration.html |     4 +-
 .../dcs/util/class-use/GetJavaProperty.html     |     4 +-
 .../dcs/util/class-use/InfoServer.html          |     4 +-
 .../dcs/util/class-use/JdbcT2Util.html          |     4 +-
 .../dcs/util/class-use/JdbcT4Util.html          |     4 +-
 .../dcs/util/class-use/Log4jUtils.html          |     4 +-
 .../dcs/util/class-use/RetryCounter.html        |     4 +-
 .../dcs/util/class-use/RetryCounterFactory.html |     4 +-
 .../trafodion/dcs/util/class-use/SqlUtils.html  |     4 +-
 .../trafodion/dcs/util/class-use/Strings.html   |     4 +-
 .../dcs/util/class-use/VersionInfo.html         |     4 +-
 .../org/trafodion/dcs/util/package-frame.html   |     4 +-
 .../org/trafodion/dcs/util/package-summary.html |     4 +-
 .../org/trafodion/dcs/util/package-tree.html    |     4 +-
 .../org/trafodion/dcs/util/package-use.html     |     4 +-
 .../dcs/version/util/VerGen.Version.html        |     4 +-
 .../org/trafodion/dcs/version/util/VerGen.html  |     4 +-
 .../version/util/class-use/VerGen.Version.html  |     4 +-
 .../dcs/version/util/class-use/VerGen.html      |     4 +-
 .../dcs/version/util/package-frame.html         |     4 +-
 .../dcs/version/util/package-summary.html       |     4 +-
 .../dcs/version/util/package-tree.html          |     4 +-
 .../trafodion/dcs/version/util/package-use.html |     4 +-
 .../trafodion/dcs/zookeeper/DcsQuorumPeer.html  |     4 +-
 .../org/trafodion/dcs/zookeeper/ZKConfig.html   |     4 +-
 .../trafodion/dcs/zookeeper/ZKServerTool.html   |     4 +-
 .../org/trafodion/dcs/zookeeper/ZkClient.html   |     4 +-
 .../org/trafodion/dcs/zookeeper/ZkUtil.html     |     4 +-
 .../dcs/zookeeper/ZooKeeperMainServerArg.html   |     4 +-
 .../dcs/zookeeper/class-use/DcsQuorumPeer.html  |     4 +-
 .../dcs/zookeeper/class-use/ZKConfig.html       |     4 +-
 .../dcs/zookeeper/class-use/ZKServerTool.html   |     4 +-
 .../dcs/zookeeper/class-use/ZkClient.html       |     4 +-
 .../dcs/zookeeper/class-use/ZkUtil.html         |     4 +-
 .../class-use/ZooKeeperMainServerArg.html       |     4 +-
 .../trafodion/dcs/zookeeper/package-frame.html  |     4 +-
 .../dcs/zookeeper/package-summary.html          |     4 +-
 .../trafodion/dcs/zookeeper/package-tree.html   |     4 +-
 .../trafodion/dcs/zookeeper/package-use.html    |     4 +-
 .../dcs_reference/apidocs/overview-frame.html   |     4 +-
 .../dcs_reference/apidocs/overview-summary.html |     4 +-
 .../dcs_reference/apidocs/overview-tree.html    |     4 +-
 .../dcs_reference/apidocs/serialized-form.html  |     4 +-
 docs/2.3.0/dcs_reference/failsafe-report.html   |     6 +-
 docs/2.3.0/dcs_reference/index.html             |     2 +-
 docs/2.3.0/dcs_reference/project-reports.html   |     6 +-
 .../Trafodion_JDBCT4_Reference_Guide.pdf        |   Bin 1686725 -> 1686725 bytes
 docs/2.3.0/jdbct4ref_guide/dependencies.html    |     6 +-
 docs/2.3.0/jdbct4ref_guide/integration.html     |     6 +-
 docs/2.3.0/jdbct4ref_guide/issue-tracking.html  |     6 +-
 docs/2.3.0/jdbct4ref_guide/license.html         |     6 +-
 docs/2.3.0/jdbct4ref_guide/mail-lists.html      |     6 +-
 docs/2.3.0/jdbct4ref_guide/project-info.html    |     6 +-
 docs/2.3.0/jdbct4ref_guide/project-summary.html |     6 +-
 .../jdbct4ref_guide/source-repository.html      |     6 +-
 docs/2.3.0/jdbct4ref_guide/team-list.html       |     6 +-
 .../Trafodion_Load_Transform_Guide.pdf          |   Bin 539326 -> 539326 bytes
 docs/2.3.0/load_transform/dependencies.html     |     6 +-
 docs/2.3.0/load_transform/integration.html      |     6 +-
 docs/2.3.0/load_transform/issue-tracking.html   |     6 +-
 docs/2.3.0/load_transform/license.html          |     6 +-
 docs/2.3.0/load_transform/mail-lists.html       |     6 +-
 docs/2.3.0/load_transform/project-info.html     |     6 +-
 docs/2.3.0/load_transform/project-summary.html  |     6 +-
 .../2.3.0/load_transform/source-repository.html |     6 +-
 docs/2.3.0/load_transform/team-list.html        |     6 +-
 .../Trafodion_SQL_Large_Objects_Guide.pdf       |   Bin 479979 -> 479979 bytes
 docs/2.3.0/lob_guide/dependencies.html          |     6 +-
 docs/2.3.0/lob_guide/integration.html           |     6 +-
 docs/2.3.0/lob_guide/issue-tracking.html        |     6 +-
 docs/2.3.0/lob_guide/license.html               |     6 +-
 docs/2.3.0/lob_guide/mail-lists.html            |     6 +-
 docs/2.3.0/lob_guide/project-info.html          |     6 +-
 docs/2.3.0/lob_guide/project-summary.html       |     6 +-
 docs/2.3.0/lob_guide/source-repository.html     |     6 +-
 docs/2.3.0/lob_guide/team-list.html             |     6 +-
 .../messages_guide/Trafodion_Messages_Guide.pdf |   Bin 5688909 -> 5688909 bytes
 docs/2.3.0/messages_guide/dependencies.html     |     6 +-
 docs/2.3.0/messages_guide/integration.html      |     6 +-
 docs/2.3.0/messages_guide/issue-tracking.html   |     6 +-
 docs/2.3.0/messages_guide/license.html          |     6 +-
 docs/2.3.0/messages_guide/mail-lists.html       |     6 +-
 docs/2.3.0/messages_guide/project-info.html     |     6 +-
 docs/2.3.0/messages_guide/project-summary.html  |     6 +-
 .../2.3.0/messages_guide/source-repository.html |     6 +-
 docs/2.3.0/messages_guide/team-list.html        |     6 +-
 docs/2.3.0/odb/Trafodion_odb_User_Guide.pdf     |   Bin 1205898 -> 1205898 bytes
 docs/2.3.0/odb/dependencies.html                |     6 +-
 docs/2.3.0/odb/integration.html                 |     6 +-
 docs/2.3.0/odb/issue-tracking.html              |     6 +-
 docs/2.3.0/odb/license.html                     |     6 +-
 docs/2.3.0/odb/mail-lists.html                  |     6 +-
 docs/2.3.0/odb/project-info.html                |     6 +-
 docs/2.3.0/odb/project-summary.html             |     6 +-
 docs/2.3.0/odb/source-repository.html           |     6 +-
 docs/2.3.0/odb/team-list.html                   |     6 +-
 .../Trafodion_Provisioning_Guide.pdf            |   Bin 1088553 -> 1088553 bytes
 docs/2.3.0/provisioning_guide/dependencies.html |     6 +-
 docs/2.3.0/provisioning_guide/integration.html  |     6 +-
 .../provisioning_guide/issue-tracking.html      |     6 +-
 docs/2.3.0/provisioning_guide/license.html      |     6 +-
 docs/2.3.0/provisioning_guide/mail-lists.html   |     6 +-
 docs/2.3.0/provisioning_guide/project-info.html |     6 +-
 .../provisioning_guide/project-summary.html     |     6 +-
 .../provisioning_guide/source-repository.html   |     6 +-
 docs/2.3.0/provisioning_guide/team-list.html    |     6 +-
 .../apidocs/allclasses-frame.html               |     4 +-
 .../apidocs/allclasses-noframe.html             |     4 +-
 .../rest_reference/apidocs/constant-values.html |     4 +-
 .../rest_reference/apidocs/deprecated-list.html |     4 +-
 docs/2.3.0/rest_reference/apidocs/help-doc.html |     4 +-
 .../2.3.0/rest_reference/apidocs/index-all.html |     4 +-
 docs/2.3.0/rest_reference/apidocs/index.html    |     2 +-
 .../apidocs/org/trafodion/rest/Constants.html   |     4 +-
 .../org/trafodion/rest/GetStatusResponse.html   |     4 +-
 .../apidocs/org/trafodion/rest/RESTServlet.html |     4 +-
 .../org/trafodion/rest/RegisteredServer.html    |     4 +-
 .../org/trafodion/rest/ResourceBase.html        |     4 +-
 .../org/trafodion/rest/ResourceConfig.html      |     4 +-
 .../org/trafodion/rest/RestConstants.html       |     4 +-
 .../org/trafodion/rest/RootResource.html        |     4 +-
 .../org/trafodion/rest/RunningServer.html       |     4 +-
 .../org/trafodion/rest/ServerResource.html      |     4 +-
 .../org/trafodion/rest/TrafodionRest.html       |     4 +-
 .../trafodion/rest/TransactionsResource.html    |     4 +-
 .../org/trafodion/rest/VersionAnnotation.html   |     4 +-
 .../org/trafodion/rest/VersionResource.html     |     4 +-
 .../org/trafodion/rest/class-use/Constants.html |     4 +-
 .../rest/class-use/GetStatusResponse.html       |     4 +-
 .../trafodion/rest/class-use/RESTServlet.html   |     4 +-
 .../rest/class-use/RegisteredServer.html        |     4 +-
 .../trafodion/rest/class-use/ResourceBase.html  |     4 +-
 .../rest/class-use/ResourceConfig.html          |     4 +-
 .../trafodion/rest/class-use/RestConstants.html |     4 +-
 .../trafodion/rest/class-use/RootResource.html  |     4 +-
 .../trafodion/rest/class-use/RunningServer.html |     4 +-
 .../rest/class-use/ServerResource.html          |     4 +-
 .../trafodion/rest/class-use/TrafodionRest.html |     4 +-
 .../rest/class-use/TransactionsResource.html    |     4 +-
 .../rest/class-use/VersionAnnotation.html       |     4 +-
 .../rest/class-use/VersionResource.html         |     4 +-
 .../org/trafodion/rest/client/Client.html       |     4 +-
 .../org/trafodion/rest/client/Cluster.html      |     4 +-
 .../org/trafodion/rest/client/Response.html     |     4 +-
 .../trafodion/rest/client/class-use/Client.html |     4 +-
 .../rest/client/class-use/Cluster.html          |     4 +-
 .../rest/client/class-use/Response.html         |     4 +-
 .../trafodion/rest/client/package-frame.html    |     4 +-
 .../trafodion/rest/client/package-summary.html  |     4 +-
 .../org/trafodion/rest/client/package-tree.html |     4 +-
 .../org/trafodion/rest/client/package-use.html  |     4 +-
 .../org/trafodion/rest/model/VersionModel.html  |     4 +-
 .../rest/model/class-use/VersionModel.html      |     4 +-
 .../org/trafodion/rest/model/package-frame.html |     4 +-
 .../trafodion/rest/model/package-summary.html   |     4 +-
 .../org/trafodion/rest/model/package-tree.html  |     4 +-
 .../org/trafodion/rest/model/package-use.html   |     4 +-
 .../org/trafodion/rest/package-frame.html       |     4 +-
 .../org/trafodion/rest/package-summary.html     |     4 +-
 .../org/trafodion/rest/package-tree.html        |     4 +-
 .../apidocs/org/trafodion/rest/package-use.html |     4 +-
 .../rest/provider/JAXBContextResolver.html      |     4 +-
 .../provider/class-use/JAXBContextResolver.html |     4 +-
 .../trafodion/rest/provider/package-frame.html  |     4 +-
 .../rest/provider/package-summary.html          |     4 +-
 .../trafodion/rest/provider/package-tree.html   |     4 +-
 .../trafodion/rest/provider/package-use.html    |     4 +-
 .../producer/PlainTextMessageBodyProducer.html  |     4 +-
 .../class-use/PlainTextMessageBodyProducer.html |     4 +-
 .../rest/provider/producer/package-frame.html   |     4 +-
 .../rest/provider/producer/package-summary.html |     4 +-
 .../rest/provider/producer/package-tree.html    |     4 +-
 .../rest/provider/producer/package-use.html     |     4 +-
 .../trafodion/rest/script/ScriptContext.html    |     4 +-
 .../trafodion/rest/script/ScriptManager.html    |     4 +-
 .../rest/script/ScriptManagerWatcher.html       |     4 +-
 .../rest/script/class-use/ScriptContext.html    |     4 +-
 .../rest/script/class-use/ScriptManager.html    |     4 +-
 .../script/class-use/ScriptManagerWatcher.html  |     4 +-
 .../trafodion/rest/script/package-frame.html    |     4 +-
 .../trafodion/rest/script/package-summary.html  |     4 +-
 .../org/trafodion/rest/script/package-tree.html |     4 +-
 .../org/trafodion/rest/script/package-use.html  |     4 +-
 .../rest/util/Base64.Base64InputStream.html     |     4 +-
 .../rest/util/Base64.Base64OutputStream.html    |     4 +-
 .../apidocs/org/trafodion/rest/util/Base64.html |     4 +-
 .../apidocs/org/trafodion/rest/util/Bytes.html  |     4 +-
 .../org/trafodion/rest/util/ConfTool.html       |     4 +-
 .../trafodion/rest/util/GetJavaProperty.html    |     4 +-
 .../org/trafodion/rest/util/JdbcT2Util.html     |     4 +-
 .../org/trafodion/rest/util/JdbcT4Util.html     |     4 +-
 .../rest/util/NetworkConfiguration.html         |     4 +-
 .../trafodion/rest/util/RestConfiguration.html  |     4 +-
 .../org/trafodion/rest/util/RetryCounter.html   |     4 +-
 .../rest/util/RetryCounterFactory.html          |     4 +-
 .../org/trafodion/rest/util/Strings.html        |     4 +-
 .../org/trafodion/rest/util/VersionInfo.html    |     4 +-
 .../class-use/Base64.Base64InputStream.html     |     4 +-
 .../class-use/Base64.Base64OutputStream.html    |     4 +-
 .../trafodion/rest/util/class-use/Base64.html   |     4 +-
 .../trafodion/rest/util/class-use/Bytes.html    |     4 +-
 .../trafodion/rest/util/class-use/ConfTool.html |     4 +-
 .../rest/util/class-use/GetJavaProperty.html    |     4 +-
 .../rest/util/class-use/JdbcT2Util.html         |     4 +-
 .../rest/util/class-use/JdbcT4Util.html         |     4 +-
 .../util/class-use/NetworkConfiguration.html    |     4 +-
 .../rest/util/class-use/RestConfiguration.html  |     4 +-
 .../rest/util/class-use/RetryCounter.html       |     4 +-
 .../util/class-use/RetryCounterFactory.html     |     4 +-
 .../trafodion/rest/util/class-use/Strings.html  |     4 +-
 .../rest/util/class-use/VersionInfo.html        |     4 +-
 .../org/trafodion/rest/util/package-frame.html  |     4 +-
 .../trafodion/rest/util/package-summary.html    |     4 +-
 .../org/trafodion/rest/util/package-tree.html   |     4 +-
 .../org/trafodion/rest/util/package-use.html    |     4 +-
 .../rest/version/util/VerGen.Version.html       |     4 +-
 .../org/trafodion/rest/version/util/VerGen.html |     4 +-
 .../version/util/class-use/VerGen.Version.html  |     4 +-
 .../rest/version/util/class-use/VerGen.html     |     4 +-
 .../rest/version/util/package-frame.html        |     4 +-
 .../rest/version/util/package-summary.html      |     4 +-
 .../rest/version/util/package-tree.html         |     4 +-
 .../rest/version/util/package-use.html          |     4 +-
 .../org/trafodion/rest/zookeeper/ZKConfig.html  |     4 +-
 .../trafodion/rest/zookeeper/ZKServerTool.html  |     4 +-
 .../org/trafodion/rest/zookeeper/ZkClient.html  |     4 +-
 .../trafodion/rest/zookeeper/ZkQuorumPeer.html  |     4 +-
 .../org/trafodion/rest/zookeeper/ZkUtil.html    |     4 +-
 .../rest/zookeeper/ZooKeeperMainServerArg.html  |     4 +-
 .../rest/zookeeper/class-use/ZKConfig.html      |     4 +-
 .../rest/zookeeper/class-use/ZKServerTool.html  |     4 +-
 .../rest/zookeeper/class-use/ZkClient.html      |     4 +-
 .../rest/zookeeper/class-use/ZkQuorumPeer.html  |     4 +-
 .../rest/zookeeper/class-use/ZkUtil.html        |     4 +-
 .../class-use/ZooKeeperMainServerArg.html       |     4 +-
 .../trafodion/rest/zookeeper/package-frame.html |     4 +-
 .../rest/zookeeper/package-summary.html         |     4 +-
 .../trafodion/rest/zookeeper/package-tree.html  |     4 +-
 .../trafodion/rest/zookeeper/package-use.html   |     4 +-
 .../rest_reference/apidocs/overview-frame.html  |     4 +-
 .../apidocs/overview-summary.html               |     4 +-
 .../rest_reference/apidocs/overview-tree.html   |     4 +-
 .../rest_reference/apidocs/serialized-form.html |     4 +-
 docs/2.3.0/rest_reference/failsafe-report.html  |     6 +-
 docs/2.3.0/rest_reference/index.html            |     2 +-
 docs/2.3.0/rest_reference/mail-lists.html       |     6 +-
 docs/2.3.0/rest_reference/project-info.html     |     6 +-
 docs/2.3.0/rest_reference/project-reports.html  |     6 +-
 docs/2.3.0/rest_reference/team-list.html        |     6 +-
 docs/2.3.0/spj_guide/Trafodion_SPJ_Guide.pdf    |   Bin 4938234 -> 4938234 bytes
 docs/2.3.0/spj_guide/dependencies.html          |     6 +-
 docs/2.3.0/spj_guide/integration.html           |     6 +-
 docs/2.3.0/spj_guide/issue-tracking.html        |     6 +-
 docs/2.3.0/spj_guide/license.html               |     6 +-
 docs/2.3.0/spj_guide/mail-lists.html            |     6 +-
 docs/2.3.0/spj_guide/project-info.html          |     6 +-
 docs/2.3.0/spj_guide/project-summary.html       |     6 +-
 docs/2.3.0/spj_guide/source-repository.html     |     6 +-
 docs/2.3.0/spj_guide/team-list.html             |     6 +-
 .../Trafodion_SQL_Reference_Manual.pdf          | 26141 +++++++++--------
 docs/2.3.0/sql_reference/dependencies.html      |     6 +-
 docs/2.3.0/sql_reference/index.html             |   103 +-
 docs/2.3.0/sql_reference/integration.html       |     6 +-
 docs/2.3.0/sql_reference/issue-tracking.html    |     6 +-
 docs/2.3.0/sql_reference/license.html           |     6 +-
 docs/2.3.0/sql_reference/mail-lists.html        |     6 +-
 docs/2.3.0/sql_reference/project-info.html      |     6 +-
 docs/2.3.0/sql_reference/project-summary.html   |     6 +-
 docs/2.3.0/sql_reference/source-repository.html |     6 +-
 docs/2.3.0/sql_reference/team-list.html         |     6 +-
 .../Trafodion_Client_Installation_Guide.pdf     |   Bin 2602361 -> 2602361 bytes
 docs/client_install/dependencies.html           |     6 +-
 docs/client_install/integration.html            |     6 +-
 docs/client_install/issue-tracking.html         |     6 +-
 docs/client_install/license.html                |     6 +-
 docs/client_install/mail-lists.html             |     6 +-
 docs/client_install/project-info.html           |     6 +-
 docs/client_install/project-summary.html        |     6 +-
 docs/client_install/source-repository.html      |     6 +-
 docs/client_install/team-list.html              |     6 +-
 .../Trafodion_Command_Interface_Guide.pdf       |   Bin 2896305 -> 2896305 bytes
 docs/command_interface/dependencies.html        |     6 +-
 docs/command_interface/integration.html         |     6 +-
 docs/command_interface/issue-tracking.html      |     6 +-
 docs/command_interface/license.html             |     6 +-
 docs/command_interface/mail-lists.html          |     6 +-
 docs/command_interface/project-info.html        |     6 +-
 docs/command_interface/project-summary.html     |     6 +-
 docs/command_interface/source-repository.html   |     6 +-
 docs/command_interface/team-list.html           |     6 +-
 .../Trafodion_CQD_Reference_Guide.pdf           |   Bin 764418 -> 764418 bytes
 docs/cqd_reference/dependencies.html            |     6 +-
 docs/cqd_reference/integration.html             |     6 +-
 docs/cqd_reference/issue-tracking.html          |     6 +-
 docs/cqd_reference/license.html                 |     6 +-
 docs/cqd_reference/mail-lists.html              |     6 +-
 docs/cqd_reference/project-info.html            |     6 +-
 docs/cqd_reference/project-summary.html         |     6 +-
 docs/cqd_reference/source-repository.html       |     6 +-
 docs/cqd_reference/team-list.html               |     6 +-
 .../dcs_reference/apidocs/allclasses-frame.html |     4 +-
 .../apidocs/allclasses-noframe.html             |     4 +-
 docs/dcs_reference/apidocs/constant-values.html |     4 +-
 docs/dcs_reference/apidocs/deprecated-list.html |     4 +-
 docs/dcs_reference/apidocs/help-doc.html        |     4 +-
 docs/dcs_reference/apidocs/index-all.html       |     4 +-
 docs/dcs_reference/apidocs/index.html           |     2 +-
 .../apidocs/org/trafodion/dcs/Constants.html    |     4 +-
 .../org/trafodion/dcs/VersionAnnotation.html    |     4 +-
 .../org/trafodion/dcs/class-use/Constants.html  |     4 +-
 .../dcs/class-use/VersionAnnotation.html        |     4 +-
 .../org/trafodion/dcs/http/FilterContainer.html |     4 +-
 .../org/trafodion/dcs/http/HtmlQuoting.html     |     4 +-
 ...erver.DummyServletFilter.RequestChecker.html |     4 +-
 .../dcs/http/HttpServer.DummyServletFilter.html |     4 +-
 ...Server.QuotingInputFilter.RequestQuoter.html |     4 +-
 .../dcs/http/HttpServer.QuotingInputFilter.html |     4 +-
 .../dcs/http/HttpServer.StackServlet.html       |     4 +-
 .../org/trafodion/dcs/http/HttpServer.html      |     4 +-
 .../dcs/http/class-use/FilterContainer.html     |     4 +-
 .../dcs/http/class-use/HtmlQuoting.html         |     4 +-
 ...erver.DummyServletFilter.RequestChecker.html |     4 +-
 .../HttpServer.DummyServletFilter.html          |     4 +-
 ...Server.QuotingInputFilter.RequestQuoter.html |     4 +-
 .../HttpServer.QuotingInputFilter.html          |     4 +-
 .../http/class-use/HttpServer.StackServlet.html |     4 +-
 .../dcs/http/class-use/HttpServer.html          |     4 +-
 .../org/trafodion/dcs/http/package-frame.html   |     4 +-
 .../org/trafodion/dcs/http/package-summary.html |     4 +-
 .../org/trafodion/dcs/http/package-tree.html    |     4 +-
 .../org/trafodion/dcs/http/package-use.html     |     4 +-
 .../org/trafodion/dcs/master/DcsMaster.html     |     4 +-
 .../org/trafodion/dcs/master/FloatingIp.html    |     4 +-
 .../dcs/master/MasterLeaderElection.html        |     4 +-
 .../dcs/master/MasterStatusServlet.html         |     4 +-
 .../org/trafodion/dcs/master/Metrics.html       |     4 +-
 .../master/QueryPlanModel.PlanSummaryInfo.html  |     4 +-
 .../master/QueryPlanModel.QueryPlanData.html    |     4 +-
 .../trafodion/dcs/master/QueryPlanModel.html    |     4 +-
 .../trafodion/dcs/master/QueryPlanResponse.html |     4 +-
 .../trafodion/dcs/master/RegisteredServer.html  |     4 +-
 .../org/trafodion/dcs/master/RunningServer.html |     4 +-
 .../org/trafodion/dcs/master/ServerItem.html    |     4 +-
 .../org/trafodion/dcs/master/ServerManager.html |     4 +-
 .../dcs/master/class-use/DcsMaster.html         |     4 +-
 .../dcs/master/class-use/FloatingIp.html        |     4 +-
 .../master/class-use/MasterLeaderElection.html  |     4 +-
 .../master/class-use/MasterStatusServlet.html   |     4 +-
 .../trafodion/dcs/master/class-use/Metrics.html |     4 +-
 .../QueryPlanModel.PlanSummaryInfo.html         |     4 +-
 .../class-use/QueryPlanModel.QueryPlanData.html |     4 +-
 .../dcs/master/class-use/QueryPlanModel.html    |     4 +-
 .../dcs/master/class-use/QueryPlanResponse.html |     4 +-
 .../dcs/master/class-use/RegisteredServer.html  |     4 +-
 .../dcs/master/class-use/RunningServer.html     |     4 +-
 .../dcs/master/class-use/ServerItem.html        |     4 +-
 .../dcs/master/class-use/ServerManager.html     |     4 +-
 .../dcs/master/listener/ClientData.html         |     4 +-
 .../dcs/master/listener/ListenerConstants.html  |     4 +-
 .../dcs/master/listener/ListenerMetrics.html    |     4 +-
 .../dcs/master/listener/ListenerService.html    |     4 +-
 .../dcs/master/listener/ListenerWorker.html     |     4 +-
 .../dcs/master/listener/RequestCancelQuery.html |     4 +-
 .../master/listener/RequestGetObjectRef.html    |     4 +-
 .../dcs/master/listener/RequestUnknown.html     |     4 +-
 .../org/trafodion/dcs/master/listener/Util.html |     4 +-
 .../master/listener/class-use/ClientData.html   |     4 +-
 .../listener/class-use/ListenerConstants.html   |     4 +-
 .../listener/class-use/ListenerMetrics.html     |     4 +-
 .../listener/class-use/ListenerService.html     |     4 +-
 .../listener/class-use/ListenerWorker.html      |     4 +-
 .../listener/class-use/RequestCancelQuery.html  |     4 +-
 .../listener/class-use/RequestGetObjectRef.html |     4 +-
 .../listener/class-use/RequestUnknown.html      |     4 +-
 .../dcs/master/listener/class-use/Util.html     |     4 +-
 .../dcs/master/listener/package-frame.html      |     4 +-
 .../dcs/master/listener/package-summary.html    |     4 +-
 .../dcs/master/listener/package-tree.html       |     4 +-
 .../dcs/master/listener/package-use.html        |     4 +-
 .../org/trafodion/dcs/master/package-frame.html |     4 +-
 .../trafodion/dcs/master/package-summary.html   |     4 +-
 .../org/trafodion/dcs/master/package-tree.html  |     4 +-
 .../org/trafodion/dcs/master/package-use.html   |     4 +-
 .../org/trafodion/dcs/package-frame.html        |     4 +-
 .../org/trafodion/dcs/package-summary.html      |     4 +-
 .../apidocs/org/trafodion/dcs/package-tree.html |     4 +-
 .../apidocs/org/trafodion/dcs/package-use.html  |     4 +-
 .../org/trafodion/dcs/script/ScriptContext.html |     4 +-
 .../org/trafodion/dcs/script/ScriptManager.html |     4 +-
 .../dcs/script/ScriptManagerWatcher.html        |     4 +-
 .../dcs/script/class-use/ScriptContext.html     |     4 +-
 .../dcs/script/class-use/ScriptManager.html     |     4 +-
 .../script/class-use/ScriptManagerWatcher.html  |     4 +-
 .../org/trafodion/dcs/script/package-frame.html |     4 +-
 .../trafodion/dcs/script/package-summary.html   |     4 +-
 .../org/trafodion/dcs/script/package-tree.html  |     4 +-
 .../org/trafodion/dcs/script/package-use.html   |     4 +-
 .../org/trafodion/dcs/server/DcsServer.html     |     4 +-
 .../org/trafodion/dcs/server/Metrics.html       |     4 +-
 .../org/trafodion/dcs/server/ServerManager.html |     4 +-
 .../dcs/server/ServerStatusServlet.html         |     4 +-
 .../dcs/server/class-use/DcsServer.html         |     4 +-
 .../trafodion/dcs/server/class-use/Metrics.html |     4 +-
 .../dcs/server/class-use/ServerManager.html     |     4 +-
 .../server/class-use/ServerStatusServlet.html   |     4 +-
 .../org/trafodion/dcs/server/package-frame.html |     4 +-
 .../trafodion/dcs/server/package-summary.html   |     4 +-
 .../org/trafodion/dcs/server/package-tree.html  |     4 +-
 .../org/trafodion/dcs/server/package-use.html   |     4 +-
 .../org/trafodion/dcs/servermt/DcsServer.html   |     4 +-
 .../org/trafodion/dcs/servermt/Metrics.html     |     4 +-
 .../trafodion/dcs/servermt/ServerConstants.html |     4 +-
 .../trafodion/dcs/servermt/ServerManager.html   |     4 +-
 .../dcs/servermt/ServerStatusServlet.html       |     4 +-
 .../org/trafodion/dcs/servermt/ServerUtils.html |     4 +-
 .../dcs/servermt/class-use/DcsServer.html       |     4 +-
 .../dcs/servermt/class-use/Metrics.html         |     4 +-
 .../dcs/servermt/class-use/ServerConstants.html |     4 +-
 .../dcs/servermt/class-use/ServerManager.html   |     4 +-
 .../servermt/class-use/ServerStatusServlet.html |     4 +-
 .../dcs/servermt/class-use/ServerUtils.html     |     4 +-
 .../trafodion/dcs/servermt/package-frame.html   |     4 +-
 .../trafodion/dcs/servermt/package-summary.html |     4 +-
 .../trafodion/dcs/servermt/package-tree.html    |     4 +-
 .../org/trafodion/dcs/servermt/package-use.html |     4 +-
 .../servermt/serverDriverInputOutput/Close.html |     4 +-
 .../ConnectionContext.html                      |     4 +-
 .../serverDriverInputOutput/Descriptor2.html    |     4 +-
 .../Descriptor2List.html                        |     4 +-
 .../serverDriverInputOutput/ErrorDesc.html      |     4 +-
 .../serverDriverInputOutput/ErrorDescList.html  |     4 +-
 .../serverDriverInputOutput/Header.html         |     4 +-
 .../OutConnectionContext.html                   |     4 +-
 .../serverDriverInputOutput/SQLDataValue.html   |     4 +-
 .../serverDriverInputOutput/SQLValue.html       |     4 +-
 .../serverDriverInputOutput/SQLValueList.html   |     4 +-
 .../SQLWarningOrError.html                      |     4 +-
 .../SQLWarningOrErrorList.html                  |     4 +-
 .../ServerException.html                        |     4 +-
 .../SetConnectionOption.html                    |     4 +-
 .../serverDriverInputOutput/UserDesc.html       |     4 +-
 .../serverDriverInputOutput/Version.html        |     4 +-
 .../serverDriverInputOutput/VersionList.html    |     4 +-
 .../class-use/Close.html                        |     4 +-
 .../class-use/ConnectionContext.html            |     4 +-
 .../class-use/Descriptor2.html                  |     4 +-
 .../class-use/Descriptor2List.html              |     4 +-
 .../class-use/ErrorDesc.html                    |     4 +-
 .../class-use/ErrorDescList.html                |     4 +-
 .../class-use/Header.html                       |     4 +-
 .../class-use/OutConnectionContext.html         |     4 +-
 .../class-use/SQLDataValue.html                 |     4 +-
 .../class-use/SQLValue.html                     |     4 +-
 .../class-use/SQLValueList.html                 |     4 +-
 .../class-use/SQLWarningOrError.html            |     4 +-
 .../class-use/SQLWarningOrErrorList.html        |     4 +-
 .../class-use/ServerException.html              |     4 +-
 .../class-use/SetConnectionOption.html          |     4 +-
 .../class-use/UserDesc.html                     |     4 +-
 .../class-use/Version.html                      |     4 +-
 .../class-use/VersionList.html                  |     4 +-
 .../serverDriverInputOutput/package-frame.html  |     4 +-
 .../package-summary.html                        |     4 +-
 .../serverDriverInputOutput/package-tree.html   |     4 +-
 .../serverDriverInputOutput/package-use.html    |     4 +-
 .../dcs/servermt/serverHandler/ClientData.html  |     4 +-
 .../serverHandler/ServerApiGetCatalogs.html     |     4 +-
 .../serverHandler/ServerApiSqlClose.html        |     4 +-
 .../serverHandler/ServerApiSqlConnect.html      |     4 +-
 .../serverHandler/ServerApiSqlDisconnect.html   |     4 +-
 .../serverHandler/ServerApiSqlEndTransact.html  |     4 +-
 .../serverHandler/ServerApiSqlExecDirect.html   |     4 +-
 .../serverHandler/ServerApiSqlExecute.html      |     4 +-
 .../serverHandler/ServerApiSqlFetch.html        |     4 +-
 .../serverHandler/ServerApiSqlPrepare.html      |     4 +-
 .../ServerApiSqlSetConnectAttr.html             |     4 +-
 .../servermt/serverHandler/ServerHandler.html   |     4 +-
 .../servermt/serverHandler/ServerWorker.html    |     4 +-
 .../serverHandler/class-use/ClientData.html     |     4 +-
 .../class-use/ServerApiGetCatalogs.html         |     4 +-
 .../class-use/ServerApiSqlClose.html            |     4 +-
 .../class-use/ServerApiSqlConnect.html          |     4 +-
 .../class-use/ServerApiSqlDisconnect.html       |     4 +-
 .../class-use/ServerApiSqlEndTransact.html      |     4 +-
 .../class-use/ServerApiSqlExecDirect.html       |     4 +-
 .../class-use/ServerApiSqlExecute.html          |     4 +-
 .../class-use/ServerApiSqlFetch.html            |     4 +-
 .../class-use/ServerApiSqlPrepare.html          |     4 +-
 .../class-use/ServerApiSqlSetConnectAttr.html   |     4 +-
 .../serverHandler/class-use/ServerHandler.html  |     4 +-
 .../serverHandler/class-use/ServerWorker.html   |     4 +-
 .../servermt/serverHandler/package-frame.html   |     4 +-
 .../servermt/serverHandler/package-summary.html |     4 +-
 .../servermt/serverHandler/package-tree.html    |     4 +-
 .../dcs/servermt/serverHandler/package-use.html |     4 +-
 .../dcs/servermt/serverSql/TrafConnection.html  |     4 +-
 .../dcs/servermt/serverSql/TrafResultSet.html   |     4 +-
 .../dcs/servermt/serverSql/TrafStatement.html   |     4 +-
 .../serverSql/class-use/TrafConnection.html     |     4 +-
 .../serverSql/class-use/TrafResultSet.html      |     4 +-
 .../serverSql/class-use/TrafStatement.html      |     4 +-
 .../dcs/servermt/serverSql/package-frame.html   |     4 +-
 .../dcs/servermt/serverSql/package-summary.html |     4 +-
 .../dcs/servermt/serverSql/package-tree.html    |     4 +-
 .../dcs/servermt/serverSql/package-use.html     |     4 +-
 .../dcs/util/Base64.Base64InputStream.html      |     4 +-
 .../dcs/util/Base64.Base64OutputStream.html     |     4 +-
 .../apidocs/org/trafodion/dcs/util/Base64.html  |     4 +-
 .../org/trafodion/dcs/util/ByteBufferUtils.html |     4 +-
 .../apidocs/org/trafodion/dcs/util/Bytes.html   |     4 +-
 .../org/trafodion/dcs/util/DcsConfTool.html     |     4 +-
 .../trafodion/dcs/util/DcsConfiguration.html    |     4 +-
 .../dcs/util/DcsNetworkConfiguration.html       |     4 +-
 .../org/trafodion/dcs/util/GetJavaProperty.html |     4 +-
 .../org/trafodion/dcs/util/InfoServer.html      |     4 +-
 .../org/trafodion/dcs/util/JdbcT2Util.html      |     4 +-
 .../org/trafodion/dcs/util/JdbcT4Util.html      |     4 +-
 .../org/trafodion/dcs/util/Log4jUtils.html      |     4 +-
 .../org/trafodion/dcs/util/RetryCounter.html    |     4 +-
 .../trafodion/dcs/util/RetryCounterFactory.html |     4 +-
 .../org/trafodion/dcs/util/SqlUtils.html        |     4 +-
 .../apidocs/org/trafodion/dcs/util/Strings.html |     4 +-
 .../org/trafodion/dcs/util/VersionInfo.html     |     4 +-
 .../class-use/Base64.Base64InputStream.html     |     4 +-
 .../class-use/Base64.Base64OutputStream.html    |     4 +-
 .../trafodion/dcs/util/class-use/Base64.html    |     4 +-
 .../dcs/util/class-use/ByteBufferUtils.html     |     4 +-
 .../org/trafodion/dcs/util/class-use/Bytes.html |     4 +-
 .../dcs/util/class-use/DcsConfTool.html         |     4 +-
 .../dcs/util/class-use/DcsConfiguration.html    |     4 +-
 .../util/class-use/DcsNetworkConfiguration.html |     4 +-
 .../dcs/util/class-use/GetJavaProperty.html     |     4 +-
 .../dcs/util/class-use/InfoServer.html          |     4 +-
 .../dcs/util/class-use/JdbcT2Util.html          |     4 +-
 .../dcs/util/class-use/JdbcT4Util.html          |     4 +-
 .../dcs/util/class-use/Log4jUtils.html          |     4 +-
 .../dcs/util/class-use/RetryCounter.html        |     4 +-
 .../dcs/util/class-use/RetryCounterFactory.html |     4 +-
 .../trafodion/dcs/util/class-use/SqlUtils.html  |     4 +-
 .../trafodion/dcs/util/class-use/Strings.html   |     4 +-
 .../dcs/util/class-use/VersionInfo.html         |     4 +-
 .../org/trafodion/dcs/util/package-frame.html   |     4 +-
 .../org/trafodion/dcs/util/package-summary.html |     4 +-
 .../org/trafodion/dcs/util/package-tree.html    |     4 +-
 .../org/trafodion/dcs/util/package-use.html     |     4 +-
 .../dcs/version/util/VerGen.Version.html        |     4 +-
 .../org/trafodion/dcs/version/util/VerGen.html  |     4 +-
 .../version/util/class-use/VerGen.Version.html  |     4 +-
 .../dcs/version/util/class-use/VerGen.html      |     4 +-
 .../dcs/version/util/package-frame.html         |     4 +-
 .../dcs/version/util/package-summary.html       |     4 +-
 .../dcs/version/util/package-tree.html          |     4 +-
 .../trafodion/dcs/version/util/package-use.html |     4 +-
 .../trafodion/dcs/zookeeper/DcsQuorumPeer.html  |     4 +-
 .../org/trafodion/dcs/zookeeper/ZKConfig.html   |     4 +-
 .../trafodion/dcs/zookeeper/ZKServerTool.html   |     4 +-
 .../org/trafodion/dcs/zookeeper/ZkClient.html   |     4 +-
 .../org/trafodion/dcs/zookeeper/ZkUtil.html     |     4 +-
 .../dcs/zookeeper/ZooKeeperMainServerArg.html   |     4 +-
 .../dcs/zookeeper/class-use/DcsQuorumPeer.html  |     4 +-
 .../dcs/zookeeper/class-use/ZKConfig.html       |     4 +-
 .../dcs/zookeeper/class-use/ZKServerTool.html   |     4 +-
 .../dcs/zookeeper/class-use/ZkClient.html       |     4 +-
 .../dcs/zookeeper/class-use/ZkUtil.html         |     4 +-
 .../class-use/ZooKeeperMainServerArg.html       |     4 +-
 .../trafodion/dcs/zookeeper/package-frame.html  |     4 +-
 .../dcs/zookeeper/package-summary.html          |     4 +-
 .../trafodion/dcs/zookeeper/package-tree.html   |     4 +-
 .../trafodion/dcs/zookeeper/package-use.html    |     4 +-
 docs/dcs_reference/apidocs/overview-frame.html  |     4 +-
 .../dcs_reference/apidocs/overview-summary.html |     4 +-
 docs/dcs_reference/apidocs/overview-tree.html   |     4 +-
 docs/dcs_reference/apidocs/serialized-form.html |     4 +-
 docs/dcs_reference/failsafe-report.html         |     6 +-
 docs/dcs_reference/index.html                   |     2 +-
 docs/dcs_reference/project-reports.html         |     6 +-
 .../Trafodion_JDBCT4_Reference_Guide.pdf        |   Bin 1686725 -> 1686725 bytes
 docs/jdbct4ref_guide/dependencies.html          |     6 +-
 docs/jdbct4ref_guide/integration.html           |     6 +-
 docs/jdbct4ref_guide/issue-tracking.html        |     6 +-
 docs/jdbct4ref_guide/license.html               |     6 +-
 docs/jdbct4ref_guide/mail-lists.html            |     6 +-
 docs/jdbct4ref_guide/project-info.html          |     6 +-
 docs/jdbct4ref_guide/project-summary.html       |     6 +-
 docs/jdbct4ref_guide/source-repository.html     |     6 +-
 docs/jdbct4ref_guide/team-list.html             |     6 +-
 .../Trafodion_Load_Transform_Guide.pdf          |   Bin 539326 -> 539326 bytes
 docs/load_transform/dependencies.html           |     6 +-
 docs/load_transform/integration.html            |     6 +-
 docs/load_transform/issue-tracking.html         |     6 +-
 docs/load_transform/license.html                |     6 +-
 docs/load_transform/mail-lists.html             |     6 +-
 docs/load_transform/project-info.html           |     6 +-
 docs/load_transform/project-summary.html        |     6 +-
 docs/load_transform/source-repository.html      |     6 +-
 docs/load_transform/team-list.html              |     6 +-
 .../Trafodion_SQL_Large_Objects_Guide.pdf       |   Bin 479979 -> 479979 bytes
 docs/lob_guide/dependencies.html                |     6 +-
 docs/lob_guide/integration.html                 |     6 +-
 docs/lob_guide/issue-tracking.html              |     6 +-
 docs/lob_guide/license.html                     |     6 +-
 docs/lob_guide/mail-lists.html                  |     6 +-
 docs/lob_guide/project-info.html                |     6 +-
 docs/lob_guide/project-summary.html             |     6 +-
 docs/lob_guide/source-repository.html           |     6 +-
 docs/lob_guide/team-list.html                   |     6 +-
 .../messages_guide/Trafodion_Messages_Guide.pdf |   Bin 5688909 -> 5688909 bytes
 docs/messages_guide/dependencies.html           |     6 +-
 docs/messages_guide/integration.html            |     6 +-
 docs/messages_guide/issue-tracking.html         |     6 +-
 docs/messages_guide/license.html                |     6 +-
 docs/messages_guide/mail-lists.html             |     6 +-
 docs/messages_guide/project-info.html           |     6 +-
 docs/messages_guide/project-summary.html        |     6 +-
 docs/messages_guide/source-repository.html      |     6 +-
 docs/messages_guide/team-list.html              |     6 +-
 docs/odb/Trafodion_odb_User_Guide.pdf           |   Bin 1205898 -> 1205898 bytes
 docs/odb/dependencies.html                      |     6 +-
 docs/odb/integration.html                       |     6 +-
 docs/odb/issue-tracking.html                    |     6 +-
 docs/odb/license.html                           |     6 +-
 docs/odb/mail-lists.html                        |     6 +-
 docs/odb/project-info.html                      |     6 +-
 docs/odb/project-summary.html                   |     6 +-
 docs/odb/source-repository.html                 |     6 +-
 docs/odb/team-list.html                         |     6 +-
 .../Trafodion_Provisioning_Guide.pdf            |   Bin 1088553 -> 1088553 bytes
 docs/provisioning_guide/dependencies.html       |     6 +-
 docs/provisioning_guide/integration.html        |     6 +-
 docs/provisioning_guide/issue-tracking.html     |     6 +-
 docs/provisioning_guide/license.html            |     6 +-
 docs/provisioning_guide/mail-lists.html         |     6 +-
 docs/provisioning_guide/project-info.html       |     6 +-
 docs/provisioning_guide/project-summary.html    |     6 +-
 docs/provisioning_guide/source-repository.html  |     6 +-
 docs/provisioning_guide/team-list.html          |     6 +-
 .../apidocs/allclasses-frame.html               |     4 +-
 .../apidocs/allclasses-noframe.html             |     4 +-
 .../rest_reference/apidocs/constant-values.html |     4 +-
 .../rest_reference/apidocs/deprecated-list.html |     4 +-
 docs/rest_reference/apidocs/help-doc.html       |     4 +-
 docs/rest_reference/apidocs/index-all.html      |     4 +-
 docs/rest_reference/apidocs/index.html          |     2 +-
 .../apidocs/org/trafodion/rest/Constants.html   |     4 +-
 .../org/trafodion/rest/GetStatusResponse.html   |     4 +-
 .../apidocs/org/trafodion/rest/RESTServlet.html |     4 +-
 .../org/trafodion/rest/RegisteredServer.html    |     4 +-
 .../org/trafodion/rest/ResourceBase.html        |     4 +-
 .../org/trafodion/rest/ResourceConfig.html      |     4 +-
 .../org/trafodion/rest/RestConstants.html       |     4 +-
 .../org/trafodion/rest/RootResource.html        |     4 +-
 .../org/trafodion/rest/RunningServer.html       |     4 +-
 .../org/trafodion/rest/ServerResource.html      |     4 +-
 .../org/trafodion/rest/TrafodionRest.html       |     4 +-
 .../trafodion/rest/TransactionsResource.html    |     4 +-
 .../org/trafodion/rest/VersionAnnotation.html   |     4 +-
 .../org/trafodion/rest/VersionResource.html     |     4 +-
 .../org/trafodion/rest/class-use/Constants.html |     4 +-
 .../rest/class-use/GetStatusResponse.html       |     4 +-
 .../trafodion/rest/class-use/RESTServlet.html   |     4 +-
 .../rest/class-use/RegisteredServer.html        |     4 +-
 .../trafodion/rest/class-use/ResourceBase.html  |     4 +-
 .../rest/class-use/ResourceConfig.html          |     4 +-
 .../trafodion/rest/class-use/RestConstants.html |     4 +-
 .../trafodion/rest/class-use/RootResource.html  |     4 +-
 .../trafodion/rest/class-use/RunningServer.html |     4 +-
 .../rest/class-use/ServerResource.html          |     4 +-
 .../trafodion/rest/class-use/TrafodionRest.html |     4 +-
 .../rest/class-use/TransactionsResource.html    |     4 +-
 .../rest/class-use/VersionAnnotation.html       |     4 +-
 .../rest/class-use/VersionResource.html         |     4 +-
 .../org/trafodion/rest/client/Client.html       |     4 +-
 .../org/trafodion/rest/client/Cluster.html      |     4 +-
 .../org/trafodion/rest/client/Response.html     |     4 +-
 .../trafodion/rest/client/class-use/Client.html |     4 +-
 .../rest/client/class-use/Cluster.html          |     4 +-
 .../rest/client/class-use/Response.html         |     4 +-
 .../trafodion/rest/client/package-frame.html    |     4 +-
 .../trafodion/rest/client/package-summary.html  |     4 +-
 .../org/trafodion/rest/client/package-tree.html |     4 +-
 .../org/trafodion/rest/client/package-use.html  |     4 +-
 .../org/trafodion/rest/model/VersionModel.html  |     4 +-
 .../rest/model/class-use/VersionModel.html      |     4 +-
 .../org/trafodion/rest/model/package-frame.html |     4 +-
 .../trafodion/rest/model/package-summary.html   |     4 +-
 .../org/trafodion/rest/model/package-tree.html  |     4 +-
 .../org/trafodion/rest/model/package-use.html   |     4 +-
 .../org/trafodion/rest/package-frame.html       |     4 +-
 .../org/trafodion/rest/package-summary.html     |     4 +-
 .../org/trafodion/rest/package-tree.html        |     4 +-
 .../apidocs/org/trafodion/rest/package-use.html |     4 +-
 .../rest/provider/JAXBContextResolver.html      |     4 +-
 .../provider/class-use/JAXBContextResolver.html |     4 +-
 .../trafodion/rest/provider/package-frame.html  |     4 +-
 .../rest/provider/package-summary.html          |     4 +-
 .../trafodion/rest/provider/package-tree.html   |     4 +-
 .../trafodion/rest/provider/package-use.html    |     4 +-
 .../producer/PlainTextMessageBodyProducer.html  |     4 +-
 .../class-use/PlainTextMessageBodyProducer.html |     4 +-
 .../rest/provider/producer/package-frame.html   |     4 +-
 .../rest/provider/producer/package-summary.html |     4 +-
 .../rest/provider/producer/package-tree.html    |     4 +-
 .../rest/provider/producer/package-use.html     |     4 +-
 .../trafodion/rest/script/ScriptContext.html    |     4 +-
 .../trafodion/rest/script/ScriptManager.html    |     4 +-
 .../rest/script/ScriptManagerWatcher.html       |     4 +-
 .../rest/script/class-use/ScriptContext.html    |     4 +-
 .../rest/script/class-use/ScriptManager.html    |     4 +-
 .../script/class-use/ScriptManagerWatcher.html  |     4 +-
 .../trafodion/rest/script/package-frame.html    |     4 +-
 .../trafodion/rest/script/package-summary.html  |     4 +-
 .../org/trafodion/rest/script/package-tree.html |     4 +-
 .../org/trafodion/rest/script/package-use.html  |     4 +-
 .../rest/util/Base64.Base64InputStream.html     |     4 +-
 .../rest/util/Base64.Base64OutputStream.html    |     4 +-
 .../apidocs/org/trafodion/rest/util/Base64.html |     4 +-
 .../apidocs/org/trafodion/rest/util/Bytes.html  |     4 +-
 .../org/trafodion/rest/util/ConfTool.html       |     4 +-
 .../trafodion/rest/util/GetJavaProperty.html    |     4 +-
 .../org/trafodion/rest/util/JdbcT2Util.html     |     4 +-
 .../org/trafodion/rest/util/JdbcT4Util.html     |     4 +-
 .../rest/util/NetworkConfiguration.html         |     4 +-
 .../trafodion/rest/util/RestConfiguration.html  |     4 +-
 .../org/trafodion/rest/util/RetryCounter.html   |     4 +-
 .../rest/util/RetryCounterFactory.html          |     4 +-
 .../org/trafodion/rest/util/Strings.html        |     4 +-
 .../org/trafodion/rest/util/VersionInfo.html    |     4 +-
 .../class-use/Base64.Base64InputStream.html     |     4 +-
 .../class-use/Base64.Base64OutputStream.html    |     4 +-
 .../trafodion/rest/util/class-use/Base64.html   |     4 +-
 .../trafodion/rest/util/class-use/Bytes.html    |     4 +-
 .../trafodion/rest/util/class-use/ConfTool.html |     4 +-
 .../rest/util/class-use/GetJavaProperty.html    |     4 +-
 .../rest/util/class-use/JdbcT2Util.html         |     4 +-
 .../rest/util/class-use/JdbcT4Util.html         |     4 +-
 .../util/class-use/NetworkConfiguration.html    |     4 +-
 .../rest/util/class-use/RestConfiguration.html  |     4 +-
 .../rest/util/class-use/RetryCounter.html       |     4 +-
 .../util/class-use/RetryCounterFactory.html     |     4 +-
 .../trafodion/rest/util/class-use/Strings.html  |     4 +-
 .../rest/util/class-use/VersionInfo.html        |     4 +-
 .../org/trafodion/rest/util/package-frame.html  |     4 +-
 .../trafodion/rest/util/package-summary.html    |     4 +-
 .../org/trafodion/rest/util/package-tree.html   |     4 +-
 .../org/trafodion/rest/util/package-use.html    |     4 +-
 .../rest/version/util/VerGen.Version.html       |     4 +-
 .../org/trafodion/rest/version/util/VerGen.html |     4 +-
 .../version/util/class-use/VerGen.Version.html  |     4 +-
 .../rest/version/util/class-use/VerGen.html     |     4 +-
 .../rest/version/util/package-frame.html        |     4 +-
 .../rest/version/util/package-summary.html      |     4 +-
 .../rest/version/util/package-tree.html         |     4 +-
 .../rest/version/util/package-use.html          |     4 +-
 .../org/trafodion/rest/zookeeper/ZKConfig.html  |     4 +-
 .../trafodion/rest/zookeeper/ZKServerTool.html  |     4 +-
 .../org/trafodion/rest/zookeeper/ZkClient.html  |     4 +-
 .../trafodion/rest/zookeeper/ZkQuorumPeer.html  |     4 +-
 .../org/trafodion/rest/zookeeper/ZkUtil.html    |     4 +-
 .../rest/zookeeper/ZooKeeperMainServerArg.html  |     4 +-
 .../rest/zookeeper/class-use/ZKConfig.html      |     4 +-
 .../rest/zookeeper/class-use/ZKServerTool.html  |     4 +-
 .../rest/zookeeper/class-use/ZkClient.html      |     4 +-
 .../rest/zookeeper/class-use/ZkQuorumPeer.html  |     4 +-
 .../rest/zookeeper/class-use/ZkUtil.html        |     4 +-
 .../class-use/ZooKeeperMainServerArg.html       |     4 +-
 .../trafodion/rest/zookeeper/package-frame.html |     4 +-
 .../rest/zookeeper/package-summary.html         |     4 +-
 .../trafodion/rest/zookeeper/package-tree.html  |     4 +-
 .../trafodion/rest/zookeeper/package-use.html   |     4 +-
 docs/rest_reference/apidocs/overview-frame.html |     4 +-
 .../apidocs/overview-summary.html               |     4 +-
 docs/rest_reference/apidocs/overview-tree.html  |     4 +-
 .../rest_reference/apidocs/serialized-form.html |     4 +-
 docs/rest_reference/failsafe-report.html        |     6 +-
 docs/rest_reference/index.html                  |     2 +-
 docs/rest_reference/mail-lists.html             |     6 +-
 docs/rest_reference/project-info.html           |     6 +-
 docs/rest_reference/project-reports.html        |     6 +-
 docs/rest_reference/team-list.html              |     6 +-
 docs/spj_guide/Trafodion_SPJ_Guide.pdf          |   Bin 4938234 -> 4938234 bytes
 docs/spj_guide/dependencies.html                |     6 +-
 docs/spj_guide/integration.html                 |     6 +-
 docs/spj_guide/issue-tracking.html              |     6 +-
 docs/spj_guide/license.html                     |     6 +-
 docs/spj_guide/mail-lists.html                  |     6 +-
 docs/spj_guide/project-info.html                |     6 +-
 docs/spj_guide/project-summary.html             |     6 +-
 docs/spj_guide/source-repository.html           |     6 +-
 docs/spj_guide/team-list.html                   |     6 +-
 .../Trafodion_SQL_Reference_Manual.pdf          | 26141 +++++++++--------
 docs/sql_reference/dependencies.html            |     6 +-
 docs/sql_reference/index.html                   |   103 +-
 docs/sql_reference/integration.html             |     6 +-
 docs/sql_reference/issue-tracking.html          |     6 +-
 docs/sql_reference/license.html                 |     6 +-
 docs/sql_reference/mail-lists.html              |     6 +-
 docs/sql_reference/project-info.html            |     6 +-
 docs/sql_reference/project-summary.html         |     6 +-
 docs/sql_reference/source-repository.html       |     6 +-
 docs/sql_reference/team-list.html               |     6 +-
 documentation.html                              |     2 +-
 download.html                                   |     2 +-
 enable-secure-trafodion.html                    |     2 +-
 faq.html                                        |     2 +-
 index.html                                      |     2 +-
 integration.html                                |     2 +-
 issue-tracking.html                             |     2 +-
 ldapcheck.html                                  |     2 +-
 ldapconfigcheck.html                            |     2 +-
 license.html                                    |     2 +-
 logo.html                                       |     2 +-
 mail-lists.html                                 |     2 +-
 management.html                                 |     2 +-
 modules.html                                    |     2 +-
 new-features.html                               |     2 +-
 passwordless-ssh.html                           |     2 +-
 performance.html                                |     2 +-
 presentations.html                              |     2 +-
 project-info.html                               |     2 +-
 project-summary.html                            |     2 +-
 quickstart.html                                 |     2 +-
 release-notes-0-8-0.html                        |     2 +-
 release-notes-0-9-0.html                        |     2 +-
 release-notes-1-0-0.html                        |     2 +-
 release-notes-1-0-1.html                        |     2 +-
 release-notes-1-1-0.html                        |     2 +-
 release-notes-1-3-0.html                        |     2 +-
 release-notes-2-0-0.html                        |     2 +-
 release-notes-2-0-1.html                        |     2 +-
 release-notes-2-1-0.html                        |     2 +-
 release-notes-2-2-0.html                        |     2 +-
 release-notes.html                              |     2 +-
 roadmap.html                                    |     2 +-
 source-repository.html                          |     2 +-
 team-list.html                                  |     2 +-
 team-redirect.html                              |     2 +-
 traf_authentication_config.html                 |     2 +-
 1099 files changed, 29247 insertions(+), 27871 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/architecture-overview.html
----------------------------------------------------------------------
diff --git a/architecture-overview.html b/architecture-overview.html
index f59c509..7bb3bf9 100644
--- a/architecture-overview.html
+++ b/architecture-overview.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/contributing-redirect.html
----------------------------------------------------------------------
diff --git a/contributing-redirect.html b/contributing-redirect.html
index 69c9ecd..365d210 100644
--- a/contributing-redirect.html
+++ b/contributing-redirect.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-20
+ Generated by Apache Maven Doxia at 2018-03-26
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/client_install/Trafodion_Client_Installation_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/client_install/Trafodion_Client_Installation_Guide.pdf b/docs/2.3.0/client_install/Trafodion_Client_Installation_Guide.pdf
index 445b7b8..0943b3e 100644
Binary files a/docs/2.3.0/client_install/Trafodion_Client_Installation_Guide.pdf and b/docs/2.3.0/client_install/Trafodion_Client_Installation_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/client_install/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/client_install/dependencies.html b/docs/2.3.0/client_install/dependencies.html
index 9bc334b..3c7912c 100644
--- a/docs/2.3.0/client_install/dependencies.html
+++ b/docs/2.3.0/client_install/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/client_install/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/client_install/integration.html b/docs/2.3.0/client_install/integration.html
index 0e8cc1a..1461fb6 100644
--- a/docs/2.3.0/client_install/integration.html
+++ b/docs/2.3.0/client_install/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/client_install/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/client_install/issue-tracking.html b/docs/2.3.0/client_install/issue-tracking.html
index c31a87a..caad090 100644
--- a/docs/2.3.0/client_install/issue-tracking.html
+++ b/docs/2.3.0/client_install/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/client_install/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/client_install/license.html b/docs/2.3.0/client_install/license.html
index 177626f..45d02a0 100644
--- a/docs/2.3.0/client_install/license.html
+++ b/docs/2.3.0/client_install/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/client_install/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/client_install/mail-lists.html b/docs/2.3.0/client_install/mail-lists.html
index 8170558..832bba2 100644
--- a/docs/2.3.0/client_install/mail-lists.html
+++ b/docs/2.3.0/client_install/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/client_install/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/client_install/project-info.html b/docs/2.3.0/client_install/project-info.html
index 7411882..c8b2ea8 100644
--- a/docs/2.3.0/client_install/project-info.html
+++ b/docs/2.3.0/client_install/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/client_install/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/client_install/project-summary.html b/docs/2.3.0/client_install/project-summary.html
index 116057a..527f132 100644
--- a/docs/2.3.0/client_install/project-summary.html
+++ b/docs/2.3.0/client_install/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/client_install/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/client_install/source-repository.html b/docs/2.3.0/client_install/source-repository.html
index cbcdac8..d56be6f 100644
--- a/docs/2.3.0/client_install/source-repository.html
+++ b/docs/2.3.0/client_install/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/client_install/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/client_install/team-list.html b/docs/2.3.0/client_install/team-list.html
index 69a1982..d39423d 100644
--- a/docs/2.3.0/client_install/team-list.html
+++ b/docs/2.3.0/client_install/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/command_interface/Trafodion_Command_Interface_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/command_interface/Trafodion_Command_Interface_Guide.pdf b/docs/2.3.0/command_interface/Trafodion_Command_Interface_Guide.pdf
index be56545..34d40a0 100644
Binary files a/docs/2.3.0/command_interface/Trafodion_Command_Interface_Guide.pdf and b/docs/2.3.0/command_interface/Trafodion_Command_Interface_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/command_interface/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/command_interface/dependencies.html b/docs/2.3.0/command_interface/dependencies.html
index b98dc20..58bf0aa 100644
--- a/docs/2.3.0/command_interface/dependencies.html
+++ b/docs/2.3.0/command_interface/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/command_interface/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/command_interface/integration.html b/docs/2.3.0/command_interface/integration.html
index 8a9cbf8..a083b90 100644
--- a/docs/2.3.0/command_interface/integration.html
+++ b/docs/2.3.0/command_interface/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/command_interface/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/command_interface/issue-tracking.html b/docs/2.3.0/command_interface/issue-tracking.html
index 006b528..70b65f4 100644
--- a/docs/2.3.0/command_interface/issue-tracking.html
+++ b/docs/2.3.0/command_interface/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>


[17/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDesc.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDesc.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDesc.html
index c318526..8203fde 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDesc.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDesc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ErrorDesc (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDescList.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDescList.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDescList.html
index 99fc6f1..ec989f9 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDescList.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDescList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ErrorDescList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Header.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Header.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Header.html
index 755b5f4..928bd40 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Header.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Header.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Header (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/OutConnectionContext.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/OutConnectionContext.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/OutConnectionContext.html
index dfc909b..db1e076 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/OutConnectionContext.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/OutConnectionContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>OutConnectionContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLDataValue.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLDataValue.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLDataValue.html
index 4bb5b82..5d17f4b 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLDataValue.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLDataValue.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SQLDataValue (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValue.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValue.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValue.html
index 6e6cd60..453536a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValue.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValue.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SQLValue (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValueList.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValueList.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValueList.html
index 807007f..b7fc7c4 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValueList.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValueList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SQLValueList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrError.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrError.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrError.html
index b45f1db..106be50 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrError.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrError.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SQLWarningOrError (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrErrorList.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrErrorList.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrErrorList.html
index 0146cc3..ef22938 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrErrorList.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrErrorList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SQLWarningOrErrorList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ServerException.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ServerException.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ServerException.html
index 351769c..33d2497 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ServerException.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ServerException.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerException (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SetConnectionOption.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SetConnectionOption.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SetConnectionOption.html
index 7a528f2..e814c03 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SetConnectionOption.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SetConnectionOption.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SetConnectionOption (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/UserDesc.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/UserDesc.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/UserDesc.html
index 2cdd4ad..a8496f8 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/UserDesc.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/UserDesc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>UserDesc (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Version.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Version.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Version.html
index 2c8ebd5..952abf7 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Version.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Version (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/VersionList.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/VersionList.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/VersionList.html
index 5602930..abfc13a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/VersionList.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/VersionList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Close.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Close.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Close.html
index 5a36934..3893126 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Close.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Close.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.Close (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ConnectionContext.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ConnectionContext.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ConnectionContext.html
index 7f6d63a..ac52fa0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ConnectionContext.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ConnectionContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.ConnectionContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2.html
index fe532ab..540d528 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.Descriptor2 (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2List.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2List.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2List.html
index f01e54b..30d126f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2List.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2List.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.Descriptor2List (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDesc.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDesc.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDesc.html
index 1138261..a420120 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDesc.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDesc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.ErrorDesc (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDescList.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDescList.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDescList.html
index 90a07ec..cbe2e40 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDescList.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDescList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.ErrorDescList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Header.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Header.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Header.html
index 3f1c371..c00784f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Header.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Header.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.Header (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/OutConnectionContext.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/OutConnectionContext.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/OutConnectionContext.html
index cb6b614..e197ac4 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/OutConnectionContext.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/OutConnectionContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.OutConnectionContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLDataValue.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLDataValue.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLDataValue.html
index 667ed44..adafff9 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLDataValue.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLDataValue.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SQLDataValue (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValue.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValue.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValue.html
index 55e2e7a..fa9aba6 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValue.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValue.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SQLValue (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValueList.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValueList.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValueList.html
index 6c16206..065b923 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValueList.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValueList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SQLValueList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrError.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrError.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrError.html
index 8f60665..c7c0a9d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrError.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrError.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SQLWarningOrError (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrErrorList.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrErrorList.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrErrorList.html
index 6be7244..3e31d6d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrErrorList.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrErrorList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SQLWarningOrErrorList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ServerException.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ServerException.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ServerException.html
index c1d3bad..352240e 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ServerException.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ServerException.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.ServerException (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SetConnectionOption.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SetConnectionOption.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SetConnectionOption.html
index 84d247a..7c3a49a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SetConnectionOption.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SetConnectionOption.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SetConnectionOption (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/UserDesc.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/UserDesc.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/UserDesc.html
index b4c731f..a45364d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/UserDesc.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/UserDesc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.UserDesc (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Version.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Version.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Version.html
index 2ae9404..86dbd31 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Version.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.Version (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/VersionList.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/VersionList.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/VersionList.html
index a02077a..0c35db3 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/VersionList.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/VersionList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.VersionList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-frame.html
index c307383..743c163 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverDriverInputOutput (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-summary.html
index ccd6fdc..7733062 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverDriverInputOutput (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-tree.html
index 5bb564a..948f526 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverDriverInputOutput Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-use.html
index 1693648..37029c5 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.servermt.serverDriverInputOutput (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ClientData.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ClientData.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ClientData.html
index b3b7f1d..7423526 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ClientData.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ClientData.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiGetCatalogs.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiGetCatalogs.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiGetCatalogs.html
index 2d82839..1523f94 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiGetCatalogs.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiGetCatalogs.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiGetCatalogs (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlClose.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlClose.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlClose.html
index e6de0e4..e9fb5e6 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlClose.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlClose.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlClose (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlConnect.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlConnect.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlConnect.html
index e9d1c76..b8128ed 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlConnect.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlConnect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlConnect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlDisconnect.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlDisconnect.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlDisconnect.html
index 08f4612..e49692d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlDisconnect.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlDisconnect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlDisconnect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlEndTransact.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlEndTransact.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlEndTransact.html
index dd05682..24bbeee 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlEndTransact.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlEndTransact.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlEndTransact (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecDirect.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecDirect.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecDirect.html
index aa9cd72..79acd7c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecDirect.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecDirect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlExecDirect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecute.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecute.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecute.html
index ebd89f8..f40ecfe 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecute.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecute.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlExecute (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlFetch.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlFetch.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlFetch.html
index 768d951..1999b5d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlFetch.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlFetch.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlFetch (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlPrepare.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlPrepare.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlPrepare.html
index a9f3d1c..1189755 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlPrepare.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlPrepare.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlPrepare (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlSetConnectAttr.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlSetConnectAttr.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlSetConnectAttr.html
index b06dc90..230df25 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlSetConnectAttr.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlSetConnectAttr.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlSetConnectAttr (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerHandler.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerHandler.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerHandler.html
index 71bce91..93122d0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerHandler.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerHandler.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerHandler (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerWorker.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerWorker.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerWorker.html
index eb06e4d..38bbdd3 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerWorker.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerWorker.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerWorker (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ClientData.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ClientData.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ClientData.html
index 5cfa90f..4f3824a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ClientData.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ClientData.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ClientData (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiGetCatalogs.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiGetCatalogs.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiGetCatalogs.html
index 48facc1..965cefe 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiGetCatalogs.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiGetCatalogs.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiGetCatalogs (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlClose.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlClose.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlClose.html
index 061ef8f..fbbcdb0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlClose.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlClose.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlClose (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlConnect.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlConnect.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlConnect.html
index cea372e..64cdaaf 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlConnect.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlConnect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlConnect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlDisconnect.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlDisconnect.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlDisconnect.html
index 0dda35d..9c47b0a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlDisconnect.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlDisconnect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlDisconnect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlEndTransact.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlEndTransact.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlEndTransact.html
index 7730fc7..a7263ec 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlEndTransact.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlEndTransact.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlEndTransact (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecDirect.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecDirect.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecDirect.html
index 343b489..e50cdf9 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecDirect.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecDirect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlExecDirect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecute.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecute.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecute.html
index 19f26c6..815dfde 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecute.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecute.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlExecute (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlFetch.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlFetch.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlFetch.html
index 1dbd5b6..e8ece13 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlFetch.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlFetch.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlFetch (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlPrepare.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlPrepare.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlPrepare.html
index 9b9fdee..0799fc1 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlPrepare.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlPrepare.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlPrepare (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlSetConnectAttr.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlSetConnectAttr.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlSetConnectAttr.html
index 8523ee3..63ad09f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlSetConnectAttr.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlSetConnectAttr.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlSetConnectAttr (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerHandler.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerHandler.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerHandler.html
index 7c30a14..ee9653f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerHandler.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerHandler.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerHandler (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerWorker.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerWorker.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerWorker.html
index 7669f89..e899e01 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerWorker.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerWorker.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerWorker (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-frame.html
index c6d3e83..e2389bf 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverHandler (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-summary.html
index 1569f00..5007962 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverHandler (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-tree.html
index a1dee22..b75b7b8 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverHandler Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-use.html
index 3769417..ee8e9d0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.servermt.serverHandler (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafConnection.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafConnection.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafConnection.html
index d52ba42..34a2d83 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafConnection.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafConnection.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TrafConnection (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafResultSet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafResultSet.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafResultSet.html
index f570187..57a9a02 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafResultSet.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafResultSet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TrafResultSet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>


[08/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/package-frame.html
index e79c09f..4488327 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/package-summary.html
index 96f31e4..325d1f8 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/package-tree.html
index 6e9c95c..b0c0809 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/package-use.html
index e9a0f18..2f9d969 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptContext.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptContext.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptContext.html
index 86124f6..19e5f9b 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptContext.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManager.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManager.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManager.html
index 717f24c..6303412 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManager.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptManager (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManagerWatcher.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManagerWatcher.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManagerWatcher.html
index 27324cb..8187955 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManagerWatcher.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/ScriptManagerWatcher.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScriptManagerWatcher (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptContext.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptContext.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptContext.html
index 07738f3..05b5a04 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptContext.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.script.ScriptContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManager.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManager.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManager.html
index 3f7d6a3..dfa4e21 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManager.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.script.ScriptManager (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManagerWatcher.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManagerWatcher.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManagerWatcher.html
index dba8eec..bfd782f 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManagerWatcher.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/class-use/ScriptManagerWatcher.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.script.ScriptManagerWatcher (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-frame.html
index 72df252..1fc8302 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.script (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-summary.html
index 14c0b38..462cc16 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.script (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-tree.html
index 94978a2..5534777 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.script Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-use.html
index b32940b..81849a0 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/script/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.script (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/DcsServer.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/DcsServer.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/DcsServer.html
index ad9673e..6114d2a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/DcsServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/DcsServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/Metrics.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/Metrics.html
index 28eaf86..0a041b1 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/Metrics.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/ServerManager.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/ServerManager.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/ServerManager.html
index ff05129..a0d153e 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/ServerManager.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/ServerStatusServlet.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/ServerStatusServlet.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/ServerStatusServlet.html
index 81f17d2..0ae54ee 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/ServerStatusServlet.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/ServerStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerStatusServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/DcsServer.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/DcsServer.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/DcsServer.html
index 112c6b4..dd404f2 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/DcsServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/DcsServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.server.DcsServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/Metrics.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/Metrics.html
index c56db05..d1e182b 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/Metrics.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.server.Metrics (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerManager.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerManager.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerManager.html
index 81673a6..3ce4eb3 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerManager.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.server.ServerManager (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerStatusServlet.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerStatusServlet.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerStatusServlet.html
index 6e85768..e4b9023 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerStatusServlet.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/class-use/ServerStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.server.ServerStatusServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-frame.html
index 2f96b17..2b9f173 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.server (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-summary.html
index d1a982a..ee06545 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.server (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-tree.html
index 5ba80d2..1c62107 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.server Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-use.html
index 1ddceb1..f28f09f 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/server/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.server (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/DcsServer.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/DcsServer.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/DcsServer.html
index 8d7ff70..e8907c3 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/DcsServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/DcsServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/Metrics.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/Metrics.html
index 0895aeb..61be1f5 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/Metrics.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerConstants.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerConstants.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerConstants.html
index b76ba5f..7cf239c 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerConstants.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerConstants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerConstants (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerManager.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerManager.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerManager.html
index 2566143..0ed79a0 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerManager.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerStatusServlet.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerStatusServlet.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerStatusServlet.html
index 2c3aa7c..9035950 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerStatusServlet.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerStatusServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerUtils.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerUtils.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerUtils.html
index ce55d92..61a4f79 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerUtils.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/ServerUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/DcsServer.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/DcsServer.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/DcsServer.html
index 309a725..30d6cd9 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/DcsServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/DcsServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.DcsServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/Metrics.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/Metrics.html
index 06ef040..1c3e56a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/Metrics.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.Metrics (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerConstants.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerConstants.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerConstants.html
index 19f63c6..cb84365 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerConstants.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerConstants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.ServerConstants (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerManager.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerManager.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerManager.html
index 52b6760..1b66902 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerManager.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.ServerManager (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerStatusServlet.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerStatusServlet.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerStatusServlet.html
index 324542c..e953923 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerStatusServlet.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.ServerStatusServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerUtils.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerUtils.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerUtils.html
index 32ddb00..0615471 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerUtils.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/class-use/ServerUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.ServerUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-frame.html
index 4176bac..2d82f28 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-summary.html
index 15f2367..0e25a41 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-tree.html
index 1e7b7c9..5c56df0 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-use.html
index 6fa4aff..51b7829 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.servermt (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Close.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Close.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Close.html
index e414639..a29c27d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Close.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Close.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Close (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ConnectionContext.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ConnectionContext.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ConnectionContext.html
index d359bc3..67cf77a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ConnectionContext.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ConnectionContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ConnectionContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2.html
index 72383bb..9357303 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Descriptor2 (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2List.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2List.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2List.html
index f366c47..950bb57 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2List.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Descriptor2List.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Descriptor2List (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDesc.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDesc.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDesc.html
index c318526..8203fde 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDesc.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDesc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ErrorDesc (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDescList.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDescList.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDescList.html
index 99fc6f1..ec989f9 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDescList.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ErrorDescList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ErrorDescList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Header.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Header.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Header.html
index 755b5f4..928bd40 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Header.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Header.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Header (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/OutConnectionContext.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/OutConnectionContext.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/OutConnectionContext.html
index dfc909b..db1e076 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/OutConnectionContext.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/OutConnectionContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>OutConnectionContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLDataValue.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLDataValue.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLDataValue.html
index 4bb5b82..5d17f4b 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLDataValue.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLDataValue.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SQLDataValue (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValue.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValue.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValue.html
index 6e6cd60..453536a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValue.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValue.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SQLValue (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValueList.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValueList.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValueList.html
index 807007f..b7fc7c4 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValueList.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLValueList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SQLValueList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrError.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrError.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrError.html
index b45f1db..106be50 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrError.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrError.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SQLWarningOrError (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrErrorList.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrErrorList.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrErrorList.html
index 0146cc3..ef22938 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrErrorList.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SQLWarningOrErrorList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SQLWarningOrErrorList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ServerException.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ServerException.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ServerException.html
index 351769c..33d2497 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ServerException.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/ServerException.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerException (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SetConnectionOption.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SetConnectionOption.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SetConnectionOption.html
index 7a528f2..e814c03 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SetConnectionOption.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/SetConnectionOption.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SetConnectionOption (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/UserDesc.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/UserDesc.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/UserDesc.html
index 2cdd4ad..a8496f8 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/UserDesc.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/UserDesc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>UserDesc (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Version.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Version.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Version.html
index 2c8ebd5..952abf7 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Version.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Version (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/VersionList.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/VersionList.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/VersionList.html
index 5602930..abfc13a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/VersionList.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/VersionList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Close.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Close.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Close.html
index 5a36934..3893126 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Close.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Close.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.Close (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ConnectionContext.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ConnectionContext.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ConnectionContext.html
index 7f6d63a..ac52fa0 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ConnectionContext.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ConnectionContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.ConnectionContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2.html
index fe532ab..540d528 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.Descriptor2 (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2List.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2List.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2List.html
index f01e54b..30d126f 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2List.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Descriptor2List.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.Descriptor2List (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDesc.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDesc.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDesc.html
index 1138261..a420120 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDesc.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDesc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.ErrorDesc (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDescList.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDescList.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDescList.html
index 90a07ec..cbe2e40 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDescList.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ErrorDescList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.ErrorDescList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Header.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Header.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Header.html
index 3f1c371..c00784f 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Header.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Header.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.Header (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/OutConnectionContext.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/OutConnectionContext.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/OutConnectionContext.html
index cb6b614..e197ac4 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/OutConnectionContext.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/OutConnectionContext.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.OutConnectionContext (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLDataValue.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLDataValue.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLDataValue.html
index 667ed44..adafff9 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLDataValue.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLDataValue.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SQLDataValue (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValue.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValue.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValue.html
index 55e2e7a..fa9aba6 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValue.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValue.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SQLValue (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValueList.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValueList.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValueList.html
index 6c16206..065b923 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValueList.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLValueList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SQLValueList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrError.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrError.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrError.html
index 8f60665..c7c0a9d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrError.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrError.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SQLWarningOrError (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrErrorList.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrErrorList.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrErrorList.html
index 6be7244..3e31d6d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrErrorList.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SQLWarningOrErrorList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SQLWarningOrErrorList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ServerException.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ServerException.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ServerException.html
index c1d3bad..352240e 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ServerException.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/ServerException.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.ServerException (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>


[16/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafStatement.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafStatement.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafStatement.html
index ea8c636..acabc26 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafStatement.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafStatement.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TrafStatement (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafConnection.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafConnection.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafConnection.html
index 0db0dc5..30e084b 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafConnection.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafConnection.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverSql.TrafConnection (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafResultSet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafResultSet.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafResultSet.html
index 3838b39..3e057e9 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafResultSet.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafResultSet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverSql.TrafResultSet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafStatement.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafStatement.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafStatement.html
index 5e34db7..16bc9bc 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafStatement.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafStatement.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverSql.TrafStatement (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-frame.html
index 7f91e8e..795f739 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverSql (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-summary.html
index ebfc0ff..40c714c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverSql (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-tree.html
index def3a1b..dd150e5 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverSql Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-use.html
index 9f283ee..ef7506a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.servermt.serverSql (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64InputStream.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64InputStream.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64InputStream.html
index fa96263..7a20089 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64InputStream.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64InputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64.Base64InputStream (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64OutputStream.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64OutputStream.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64OutputStream.html
index 1b45423..0da56b8 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64OutputStream.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64OutputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64.Base64OutputStream (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.html
index c3e5fff..5ee0122 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64 (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/ByteBufferUtils.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/ByteBufferUtils.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/ByteBufferUtils.html
index e8311b5..d2a191c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/ByteBufferUtils.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/ByteBufferUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ByteBufferUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Bytes.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Bytes.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Bytes.html
index c73d991..903c6f9 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Bytes.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Bytes.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Bytes (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfTool.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfTool.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfTool.html
index 58cf2d2..d75d088 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfTool.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsConfTool (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfiguration.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfiguration.html
index cd1134b..5ba9c4a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfiguration.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsConfiguration (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsNetworkConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsNetworkConfiguration.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsNetworkConfiguration.html
index dec4337..5014536 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsNetworkConfiguration.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/DcsNetworkConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsNetworkConfiguration (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/GetJavaProperty.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/GetJavaProperty.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/GetJavaProperty.html
index 99f0dc7..e783387 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/GetJavaProperty.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/GetJavaProperty.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>GetJavaProperty (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/InfoServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/InfoServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/InfoServer.html
index fbe4641..b4c7a12 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/InfoServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/InfoServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InfoServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT2Util.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT2Util.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT2Util.html
index 3ef2d9d..b434b78 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT2Util.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT2Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcT2Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT4Util.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT4Util.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT4Util.html
index a2ca633..45b4ea7 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT4Util.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT4Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcT4Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Log4jUtils.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Log4jUtils.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Log4jUtils.html
index dc7974e..b6358e0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Log4jUtils.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Log4jUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Log4jUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounter.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounter.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounter.html
index 184d47a..eca87cf 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounter.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RetryCounter (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounterFactory.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounterFactory.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounterFactory.html
index ca8050e..178a10e 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounterFactory.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounterFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RetryCounterFactory (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/SqlUtils.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/SqlUtils.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/SqlUtils.html
index 35892da..5a80357 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/SqlUtils.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/SqlUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SqlUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Strings.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Strings.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Strings.html
index 18ca3b2..1e1d8c9 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Strings.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/Strings.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Strings (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/VersionInfo.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/VersionInfo.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/VersionInfo.html
index 8c9ce1d..d424578 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/VersionInfo.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/VersionInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionInfo (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64InputStream.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64InputStream.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64InputStream.html
index e0f8beb..0e7c392 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64InputStream.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64InputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Base64.Base64InputStream (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64OutputStream.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64OutputStream.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64OutputStream.html
index 7554f2f..abced1c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64OutputStream.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64OutputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Base64.Base64OutputStream (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.html
index 269954e..246c8b9 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Base64 (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/ByteBufferUtils.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/ByteBufferUtils.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/ByteBufferUtils.html
index 6423b80..979dcd7 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/ByteBufferUtils.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/ByteBufferUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.ByteBufferUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Bytes.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Bytes.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Bytes.html
index ebc6e9f..cb522fc 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Bytes.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Bytes.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Bytes (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfTool.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfTool.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfTool.html
index 3bf3b09..2930866 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfTool.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.DcsConfTool (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfiguration.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfiguration.html
index ab70226..9988c0b 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfiguration.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.DcsConfiguration (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsNetworkConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsNetworkConfiguration.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsNetworkConfiguration.html
index 256ec4e..ac86cfc 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsNetworkConfiguration.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsNetworkConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.DcsNetworkConfiguration (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/GetJavaProperty.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/GetJavaProperty.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/GetJavaProperty.html
index 9f259a7..3655ec4 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/GetJavaProperty.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/GetJavaProperty.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.GetJavaProperty (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/InfoServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/InfoServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/InfoServer.html
index 178749d..fc1f80d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/InfoServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/InfoServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.InfoServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT2Util.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT2Util.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT2Util.html
index e22af00..e882b62 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT2Util.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT2Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.JdbcT2Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT4Util.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT4Util.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT4Util.html
index ba024a7..d62d38f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT4Util.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT4Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.JdbcT4Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Log4jUtils.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Log4jUtils.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Log4jUtils.html
index 6857930..be8bb2b 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Log4jUtils.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Log4jUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Log4jUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounter.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounter.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounter.html
index a89d653..7c5b1c2 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounter.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.RetryCounter (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounterFactory.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounterFactory.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounterFactory.html
index 476a468..988fad1 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounterFactory.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounterFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.RetryCounterFactory (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/SqlUtils.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/SqlUtils.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/SqlUtils.html
index 2508aef..109a605 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/SqlUtils.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/SqlUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.SqlUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Strings.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Strings.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Strings.html
index beb4b0f..d79b0b6 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Strings.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Strings.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Strings (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/VersionInfo.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/VersionInfo.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/VersionInfo.html
index 9ec9e82..e996de4 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/VersionInfo.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/VersionInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.VersionInfo (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-frame.html
index 4d899fa..b0d8f2d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-summary.html
index faee5a7..604c74c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-tree.html
index 8244848..4a889cd 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.util Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-use.html
index 9a09a88..8f491e6 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/util/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.Version.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.Version.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.Version.html
index 8375716..731a416 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.Version.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VerGen.Version (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.html
index 51e0f70..78e9909 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VerGen (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.Version.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.Version.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.Version.html
index 374685e..76921c2 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.Version.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.version.util.VerGen.Version (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.html
index b4af919..ca12404 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.version.util.VerGen (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-frame.html
index f973a2c..49da3c1 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.version.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-summary.html
index df30b14..3f7b365 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.version.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-tree.html
index 5d66cc1..4c13445 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.version.util Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-use.html
index b48170d..1753232 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.version.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/DcsQuorumPeer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/DcsQuorumPeer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/DcsQuorumPeer.html
index 0614a5a..253d9cf 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/DcsQuorumPeer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/DcsQuorumPeer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsQuorumPeer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKConfig.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKConfig.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKConfig.html
index 1180013..0a0b65e 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKConfig.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZKConfig (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKServerTool.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKServerTool.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKServerTool.html
index 9f63e42..d7e5e73 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKServerTool.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKServerTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZKServerTool (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkClient.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkClient.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkClient.html
index a1c7073..d69ee47 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkClient.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkClient.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZkClient (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkUtil.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkUtil.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkUtil.html
index 3563e00..42b2773 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkUtil.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkUtil.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZkUtil (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZooKeeperMainServerArg.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZooKeeperMainServerArg.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZooKeeperMainServerArg.html
index 4766a1d..b30194c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZooKeeperMainServerArg.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZooKeeperMainServerArg.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZooKeeperMainServerArg (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/DcsQuorumPeer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/DcsQuorumPeer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/DcsQuorumPeer.html
index 6e4868f..10086e4 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/DcsQuorumPeer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/DcsQuorumPeer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.DcsQuorumPeer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKConfig.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKConfig.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKConfig.html
index 8dfb990..c883887 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKConfig.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.ZKConfig (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKServerTool.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKServerTool.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKServerTool.html
index f81d41b..ef9d9a2 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKServerTool.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKServerTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.ZKServerTool (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkClient.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkClient.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkClient.html
index 52104a1..8e5e25a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkClient.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkClient.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.ZkClient (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkUtil.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkUtil.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkUtil.html
index 3f3216a..488ed53 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkUtil.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkUtil.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.ZkUtil (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZooKeeperMainServerArg.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZooKeeperMainServerArg.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZooKeeperMainServerArg.html
index 3d457a5..58511bb 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZooKeeperMainServerArg.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZooKeeperMainServerArg.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.ZooKeeperMainServerArg (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-frame.html
index 18ee9d1..453aae0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.zookeeper (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-summary.html
index 0eff1a8..cd3116a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.zookeeper (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-tree.html
index e491e4f..d657ba2 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.zookeeper Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-use.html
index 5d768ab..a962425 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.zookeeper (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/overview-frame.html b/docs/2.3.0/dcs_reference/apidocs/overview-frame.html
index d470066..7a73b52 100644
--- a/docs/2.3.0/dcs_reference/apidocs/overview-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/overview-summary.html b/docs/2.3.0/dcs_reference/apidocs/overview-summary.html
index d845e9b..0107415 100644
--- a/docs/2.3.0/dcs_reference/apidocs/overview-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/overview-tree.html b/docs/2.3.0/dcs_reference/apidocs/overview-tree.html
index 3de6072..0db1b4f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/overview-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/serialized-form.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/serialized-form.html b/docs/2.3.0/dcs_reference/apidocs/serialized-form.html
index 69b115c..fc68f3b 100644
--- a/docs/2.3.0/dcs_reference/apidocs/serialized-form.html
+++ b/docs/2.3.0/dcs_reference/apidocs/serialized-form.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Serialized Form (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>


[11/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/sql_reference/Trafodion_SQL_Reference_Manual.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/Trafodion_SQL_Reference_Manual.pdf b/docs/2.3.0/sql_reference/Trafodion_SQL_Reference_Manual.pdf
index 562cd09..9de2a77 100644
--- a/docs/2.3.0/sql_reference/Trafodion_SQL_Reference_Manual.pdf
+++ b/docs/2.3.0/sql_reference/Trafodion_SQL_Reference_Manual.pdf
@@ -4,16 +4,16 @@
 << /Title (SQL Reference Manual)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20180320004734+00'00')
-/ModDate (D:20180320004734+00'00')
+/CreationDate (D:20180326153225+00'00')
+/ModDate (D:20180326153225+00'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 61 0 R
-/Outlines 5522 0 R
-/PageLabels 6357 0 R
+/Outlines 5524 0 R
+/PageLabels 6359 0 R
 /PageMode /UseOutlines
 /OpenAction [7 0 R /FitH 793.0]
 /ViewerPreferences << /DisplayDocTitle true
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 817
-/Kids [7 0 R 11 0 R 13 0 R 15 0 R 17 0 R 19 0 R 21 0 R 23 0 R 25 0 R 27 0 R 29 0 R 31 0 R 33 0 R 35 0 R 37 0 R 39 0 R 41 0 R 43 0 R 45 0 R 47 0 R 49 0 R 53 0 R 55 0 R 57 0 R 59 0 R 68 0 R 72 0 R 85 0 R 89 0 R 91 0 R 93 0 R 97 0 R 114 0 R 127 0 R 132 0 R 135 0 R 138 0 R 159 0 R 168 0 R 178 0 R 186 0 R 195 0 R 204 0 R 209 0 R 243 0 R 272 0 R 298 0 R 315 0 R 338 0 R 354 0 R 368 0 R 383 0 R 390 0 R 403 0 R 408 0 R 413 0 R 416 0 R 420 0 R 424 0 R 426 0 R 432 0 R 438 0 R 440 0 R 445 0 R 449 0 R 451 0 R 458 0 R 461 0 R 463 0 R 469 0 R 473 0 R 479 0 R 485 0 R 495 0 R 502 0 R 506 0 R 508 0 R 513 0 R 516 0 R 522 0 R 526 0 R 530 0 R 536 0 R 541 0 R 544 0 R 550 0 R 555 0 R 557 0 R 561 0 R 565 0 R 570 0 R 573 0 R 575 0 R 579 0 R 584 0 R 586 0 R 588 0 R 594 0 R 598 0 R 602 0 R 605 0 R 610 0 R 613 0 R 616 0 R 618 0 R 621 0 R 625 0 R 629 0 R 632 0 R 635 0 R 637 0 R 639 0 R 646 0 R 651 0 R 656 0 R 662 0 R 666 0 R 671 0 R 676 0 R 678 0 R 680 0 R 683 0 R 686 0 R 690 0 R 692 0 R 697 0 R 699 0 R 705 0 R
  707 0 R 714 0 R 716 0 R 719 0 R 721 0 R 726 0 R 732 0 R 738 0 R 740 0 R 744 0 R 748 0 R 752 0 R 755 0 R 759 0 R 763 0 R 765 0 R 767 0 R 771 0 R 773 0 R 776 0 R 778 0 R 780 0 R 786 0 R 791 0 R 796 0 R 801 0 R 805 0 R 809 0 R 812 0 R 815 0 R 823 0 R 830 0 R 832 0 R 841 0 R 844 0 R 852 0 R 855 0 R 862 0 R 867 0 R 875 0 R 878 0 R 886 0 R 893 0 R 896 0 R 901 0 R 906 0 R 911 0 R 914 0 R 918 0 R 923 0 R 928 0 R 933 0 R 938 0 R 944 0 R 949 0 R 958 0 R 961 0 R 963 0 R 970 0 R 972 0 R 978 0 R 983 0 R 985 0 R 990 0 R 993 0 R 996 0 R 1001 0 R 1004 0 R 1006 0 R 1008 0 R 1010 0 R 1017 0 R 1020 0 R 1022 0 R 1027 0 R 1029 0 R 1033 0 R 1036 0 R 1040 0 R 1047 0 R 1052 0 R 1055 0 R 1062 0 R 1066 0 R 1071 0 R 1073 0 R 1081 0 R 1084 0 R 1090 0 R 1100 0 R 1109 0 R 1113 0 R 1115 0 R 1118 0 R 1128 0 R 1130 0 R 1134 0 R 1138 0 R 1142 0 R 1144 0 R 1149 0 R 1156 0 R 1159 0 R 1162 0 R 1170 0 R 1178 0 R 1184 0 R 1189 0 R 1195 0 R 1197 0 R 1204 0 R 1212 0 R 1215 0 R 1221 0 R 1226 0 R 1228 0 R 1236 0 R 1239 0 R 
 1241 0 R 1243 0 R 1246 0 R 1248 0 R 1256 0 R 1262 0 R 1267 0 R 1273 0 R 1275 0 R 1277 0 R 1282 0 R 1285 0 R 1289 0 R 1294 0 R 1300 0 R 1307 0 R 1311 0 R 1318 0 R 1323 0 R 1327 0 R 1329 0 R 1333 0 R 1336 0 R 1338 0 R 1340 0 R 1342 0 R 1344 0 R 1346 0 R 1348 0 R 1350 0 R 1352 0 R 1354 0 R 1356 0 R 1358 0 R 1367 0 R 1375 0 R 1379 0 R 1387 0 R 1390 0 R 1395 0 R 1401 0 R 1405 0 R 1412 0 R 1415 0 R 1419 0 R 1423 0 R 1429 0 R 1431 0 R 1439 0 R 1446 0 R 1449 0 R 1454 0 R 1459 0 R 1470 0 R 1475 0 R 1479 0 R 1482 0 R 1487 0 R 1492 0 R 1494 0 R 1496 0 R 1506 0 R 1509 0 R 1519 0 R 1523 0 R 1525 0 R 1527 0 R 1532 0 R 1535 0 R 1537 0 R 1539 0 R 1541 0 R 1543 0 R 1546 0 R 1550 0 R 1552 0 R 1554 0 R 1560 0 R 1567 0 R 1573 0 R 1577 0 R 1579 0 R 1585 0 R 1587 0 R 1593 0 R 1596 0 R 1598 0 R 1600 0 R 1602 0 R 1604 0 R 1606 0 R 1608 0 R 1611 0 R 1614 0 R 1616 0 R 1618 0 R 1620 0 R 1622 0 R 1624 0 R 1626 0 R 1629 0 R 1631 0 R 1636 0 R 1642 0 R 1644 0 R 1652 0 R 1655 0 R 1660 0 R 1662 0 R 1667 0 R 1671 0 
 R 1675 0 R 1678 0 R 1681 0 R 1686 0 R 1688 0 R 1693 0 R 1697 0 R 1702 0 R 1705 0 R 1707 0 R 1713 0 R 1719 0 R 1723 0 R 1733 0 R 1740 0 R 1755 0 R 1761 0 R 1770 0 R 1772 0 R 1774 0 R 1776 0 R 1778 0 R 1783 0 R 1788 0 R 1791 0 R 1794 0 R 1797 0 R 1800 0 R 1802 0 R 1806 0 R 1809 0 R 1813 0 R 1817 0 R 1820 0 R 1830 0 R 1835 0 R 1838 0 R 1840 0 R 1842 0 R 1849 0 R 1852 0 R 1855 0 R 1858 0 R 1862 0 R 1868 0 R 1871 0 R 1873 0 R 1876 0 R 1879 0 R 1886 0 R 1888 0 R 1891 0 R 1893 0 R 1896 0 R 1903 0 R 1907 0 R 1916 0 R 1919 0 R 1926 0 R 1928 0 R 1933 0 R 1942 0 R 1946 0 R 1954 0 R 1959 0 R 1963 0 R 1967 0 R 1969 0 R 1972 0 R 1976 0 R 1981 0 R 1984 0 R 1987 0 R 1993 0 R 1998 0 R 2011 0 R 2019 0 R 2021 0 R 2027 0 R 2031 0 R 2038 0 R 2040 0 R 2042 0 R 2047 0 R 2049 0 R 2054 0 R 2056 0 R 2065 0 R 2070 0 R 2072 0 R 2082 0 R 2087 0 R 2092 0 R 2098 0 R 2104 0 R 2109 0 R 2114 0 R 2119 0 R 2122 0 R 2124 0 R 2126 0 R 2136 0 R 2145 0 R 2152 0 R 2156 0 R 2163 0 R 2166 0 R 2172 0 R 2176 0 R 2183 0 R 2186 
 0 R 2193 0 R 2203 0 R 2206 0 R 2209 0 R 2212 0 R 2216 0 R 2219 0 R 2221 0 R 2226 0 R 2228 0 R 2233 0 R 2235 0 R 2237 0 R 2239 0 R 2241 0 R 2243 0 R 2245 0 R 2247 0 R 2253 0 R 2255 0 R 2258 0 R 2260 0 R 2262 0 R 2265 0 R 2267 0 R 2274 0 R 2277 0 R 2280 0 R 2282 0 R 2284 0 R 2286 0 R 2288 0 R 2302 0 R 2332 0 R 2367 0 R 2393 0 R 2422 0 R 2435 0 R 2454 0 R 2475 0 R 2480 0 R 2485 0 R 2492 0 R 2495 0 R 2501 0 R 2508 0 R 2513 0 R 2519 0 R 2524 0 R 2531 0 R 2540 0 R 2544 0 R 2550 0 R 2554 0 R 2560 0 R 2564 0 R 2570 0 R 2575 0 R 2577 0 R 2579 0 R 2586 0 R 2589 0 R 2595 0 R 2600 0 R 2607 0 R 2609 0 R 2613 0 R 2617 0 R 2624 0 R 2628 0 R 2632 0 R 2635 0 R 2637 0 R 2643 0 R 2646 0 R 2651 0 R 2657 0 R 2663 0 R 2667 0 R 2669 0 R 2674 0 R 2680 0 R 2684 0 R 2688 0 R 2693 0 R 2700 0 R 2707 0 R 2710 0 R 2717 0 R 2720 0 R 2727 0 R 2730 0 R 2733 0 R 2740 0 R 2747 0 R 2754 0 R 2758 0 R 2761 0 R 2769 0 R 2775 0 R 2779 0 R 2782 0 R 2786 0 R 2789 0 R 2794 0 R 2800 0 R 2805 0 R 2810 0 R 2815 0 R 2819 0 R 282
 1 0 R 2823 0 R 2826 0 R 2832 0 R 2838 0 R 2842 0 R 2844 0 R 2851 0 R 2857 0 R 2865 0 R 2872 0 R 2878 0 R 2886 0 R 2889 0 R 2892 0 R 2895 0 R 2902 0 R 2904 0 R 2910 0 R 2917 0 R 2921 0 R 2926 0 R 2931 0 R 2933 0 R 2938 0 R 2945 0 R 2948 0 R 2954 0 R 2957 0 R 2963 0 R 2965 0 R 2971 0 R 2979 0 R 2985 0 R 2987 0 R 2996 0 R 3001 0 R 3006 0 R 3011 0 R 3019 0 R 3023 0 R 3028 0 R 3030 0 R 3042 0 R 3050 0 R 3052 0 R 3057 0 R 3063 0 R 3066 0 R 3071 0 R 3077 0 R 3082 0 R 3088 0 R 3093 0 R 3096 0 R 3102 0 R 3106 0 R 3111 0 R 3114 0 R 3119 0 R 3122 0 R 3126 0 R 3129 0 R 3134 0 R 3137 0 R 3141 0 R 3144 0 R 3149 0 R 3152 0 R 3155 0 R 3159 0 R 3161 0 R 3170 0 R 3176 0 R 3180 0 R 3190 0 R 3193 0 R 3198 0 R 3203 0 R 3209 0 R 3214 0 R 3219 0 R 3221 0 R 3223 0 R 3228 0 R 3233 0 R 3239 0 R 3245 0 R 3249 0 R 3252 0 R 3255 0 R 3259 0 R 3263 0 R 3265 0 R 3268 0 R 3271 0 R 3278 0 R 3281 0 R 3289 0 R 3293 0 R 3297 0 R 3307 0 R 3314 0 R 3320 0 R 3323 0 R 3328 0 R 3334 0 R 3340 0 R 3343 0 R 3348 0 R 3354 0 R 3
 356 0 R 3361 0 R 3366 0 R 3370 0 R 3376 0 R 3382 0 R 3388 0 R 3392 0 R 3397 0 R 3403 0 R 3409 0 R 3412 0 R 3419 0 R 3423 0 R 3428 0 R 3431 0 R 3439 0 R 3442 0 R 3447 0 R 3449 0 R 3451 0 R 3456 0 R 3458 0 R 3464 0 R 3470 0 R 3476 0 R 3479 0 R 3482 0 R 3485 0 R 3488 0 R 3491 0 R 3494 0 R 3498 0 R 3500 0 R 3503 0 R 3507 0 R 3509 0 R 3513 0 R 3518 0 R 3521 0 R 3528 0 R 3531 0 R 3538 0 R 3542 0 R 3551 0 R 3558 0 R 3560 0 R 3567 0 R 3569 0 R 3576 0 R 3585 0 R 3589 0 R 3594 0 R 3599 0 R 3604 0 R 3609 0 R 3612 0 R 3615 0 R 3618 0 R 3620 0 R 3623 0 R 3628 0 R 3631 0 R 3634 0 R 3637 0 R 3640 0 R 3644 0 R 3647 0 R 3650 0 R 3653 0 R 3656 0 R 3659 0 R 3662 0 R 3665 0 R 3668 0 R 3671 0 R 3674 0 R 3677 0 R 3680 0 R 3683 0 R 3687 0 R 3691 0 R 3694 0 R 3697 0 R 3700 0 R 3703 0 R 3706 0 R 3709 0 R 3714 0 R 3721 0 R 3724 0 R 3729 0 R 3735 0 R 3740 0 R 3742 0 R 3744 0 R 3746 0 R 3748 0 R 3750 0 R 3753 0 R 3757 0 R 3759 0 R 3761 0 R 3763 0 R 3767 0 R 3770 0 R 3772 0 R 3775 0 R 3777 0 R 3780 0 R 3782 0 R
  3785 0 R 3787 0 R 3792 0 R 3794 0 R 3796 0 R 3799 0 R 3801 0 R 3805 0 R 3808 0 R 3814 0 R 3816 0 R 3818 0 R 3824 0 R 3834 0 R 3844 0 R 3851 0 R 3856 0 R]
+/Kids [7 0 R 11 0 R 13 0 R 15 0 R 17 0 R 19 0 R 21 0 R 23 0 R 25 0 R 27 0 R 29 0 R 31 0 R 33 0 R 35 0 R 37 0 R 39 0 R 41 0 R 43 0 R 45 0 R 47 0 R 49 0 R 53 0 R 55 0 R 57 0 R 59 0 R 68 0 R 72 0 R 85 0 R 89 0 R 91 0 R 93 0 R 97 0 R 114 0 R 127 0 R 132 0 R 135 0 R 138 0 R 159 0 R 168 0 R 178 0 R 186 0 R 195 0 R 204 0 R 209 0 R 243 0 R 272 0 R 298 0 R 315 0 R 338 0 R 354 0 R 368 0 R 383 0 R 390 0 R 403 0 R 408 0 R 413 0 R 416 0 R 420 0 R 424 0 R 426 0 R 432 0 R 438 0 R 440 0 R 445 0 R 449 0 R 451 0 R 458 0 R 461 0 R 463 0 R 469 0 R 473 0 R 479 0 R 485 0 R 495 0 R 502 0 R 506 0 R 508 0 R 513 0 R 516 0 R 522 0 R 526 0 R 530 0 R 536 0 R 541 0 R 544 0 R 550 0 R 555 0 R 557 0 R 561 0 R 565 0 R 570 0 R 573 0 R 575 0 R 579 0 R 584 0 R 586 0 R 588 0 R 594 0 R 598 0 R 602 0 R 605 0 R 610 0 R 613 0 R 616 0 R 618 0 R 621 0 R 625 0 R 629 0 R 632 0 R 635 0 R 637 0 R 639 0 R 646 0 R 651 0 R 656 0 R 662 0 R 666 0 R 671 0 R 676 0 R 678 0 R 680 0 R 683 0 R 686 0 R 690 0 R 692 0 R 697 0 R 699 0 R 705 0 R
  707 0 R 714 0 R 716 0 R 719 0 R 721 0 R 726 0 R 732 0 R 738 0 R 740 0 R 744 0 R 748 0 R 752 0 R 755 0 R 759 0 R 763 0 R 765 0 R 767 0 R 771 0 R 773 0 R 776 0 R 778 0 R 780 0 R 786 0 R 791 0 R 796 0 R 801 0 R 805 0 R 809 0 R 812 0 R 815 0 R 823 0 R 830 0 R 832 0 R 841 0 R 844 0 R 852 0 R 855 0 R 862 0 R 867 0 R 875 0 R 878 0 R 886 0 R 893 0 R 896 0 R 901 0 R 906 0 R 911 0 R 914 0 R 918 0 R 923 0 R 928 0 R 933 0 R 938 0 R 944 0 R 949 0 R 958 0 R 961 0 R 963 0 R 970 0 R 972 0 R 978 0 R 983 0 R 985 0 R 990 0 R 993 0 R 996 0 R 1001 0 R 1004 0 R 1006 0 R 1008 0 R 1010 0 R 1017 0 R 1020 0 R 1022 0 R 1027 0 R 1029 0 R 1033 0 R 1036 0 R 1040 0 R 1047 0 R 1052 0 R 1055 0 R 1062 0 R 1066 0 R 1071 0 R 1073 0 R 1081 0 R 1084 0 R 1090 0 R 1100 0 R 1109 0 R 1113 0 R 1115 0 R 1118 0 R 1128 0 R 1130 0 R 1134 0 R 1138 0 R 1142 0 R 1144 0 R 1149 0 R 1156 0 R 1159 0 R 1162 0 R 1170 0 R 1178 0 R 1184 0 R 1189 0 R 1195 0 R 1197 0 R 1204 0 R 1212 0 R 1215 0 R 1221 0 R 1226 0 R 1228 0 R 1236 0 R 1239 0 R 
 1241 0 R 1243 0 R 1246 0 R 1248 0 R 1256 0 R 1262 0 R 1267 0 R 1273 0 R 1275 0 R 1277 0 R 1282 0 R 1285 0 R 1289 0 R 1294 0 R 1300 0 R 1307 0 R 1311 0 R 1318 0 R 1323 0 R 1327 0 R 1329 0 R 1333 0 R 1336 0 R 1338 0 R 1340 0 R 1342 0 R 1344 0 R 1346 0 R 1348 0 R 1350 0 R 1352 0 R 1354 0 R 1356 0 R 1358 0 R 1367 0 R 1375 0 R 1379 0 R 1387 0 R 1390 0 R 1395 0 R 1401 0 R 1405 0 R 1412 0 R 1415 0 R 1419 0 R 1423 0 R 1429 0 R 1431 0 R 1439 0 R 1446 0 R 1449 0 R 1454 0 R 1459 0 R 1470 0 R 1475 0 R 1479 0 R 1482 0 R 1487 0 R 1492 0 R 1494 0 R 1496 0 R 1506 0 R 1509 0 R 1519 0 R 1523 0 R 1525 0 R 1527 0 R 1532 0 R 1535 0 R 1537 0 R 1539 0 R 1541 0 R 1543 0 R 1546 0 R 1550 0 R 1552 0 R 1554 0 R 1560 0 R 1567 0 R 1573 0 R 1577 0 R 1579 0 R 1585 0 R 1587 0 R 1593 0 R 1596 0 R 1598 0 R 1600 0 R 1602 0 R 1604 0 R 1606 0 R 1608 0 R 1611 0 R 1614 0 R 1616 0 R 1618 0 R 1620 0 R 1622 0 R 1624 0 R 1626 0 R 1629 0 R 1631 0 R 1636 0 R 1642 0 R 1644 0 R 1652 0 R 1655 0 R 1660 0 R 1662 0 R 1667 0 R 1671 0 
 R 1675 0 R 1678 0 R 1681 0 R 1686 0 R 1688 0 R 1693 0 R 1697 0 R 1702 0 R 1705 0 R 1707 0 R 1713 0 R 1719 0 R 1723 0 R 1733 0 R 1740 0 R 1755 0 R 1761 0 R 1770 0 R 1772 0 R 1774 0 R 1776 0 R 1778 0 R 1783 0 R 1788 0 R 1791 0 R 1794 0 R 1797 0 R 1800 0 R 1802 0 R 1806 0 R 1809 0 R 1813 0 R 1817 0 R 1820 0 R 1830 0 R 1835 0 R 1838 0 R 1840 0 R 1842 0 R 1849 0 R 1852 0 R 1855 0 R 1858 0 R 1862 0 R 1868 0 R 1871 0 R 1873 0 R 1876 0 R 1879 0 R 1886 0 R 1888 0 R 1891 0 R 1893 0 R 1896 0 R 1903 0 R 1907 0 R 1916 0 R 1919 0 R 1926 0 R 1928 0 R 1933 0 R 1942 0 R 1946 0 R 1954 0 R 1959 0 R 1963 0 R 1967 0 R 1969 0 R 1972 0 R 1976 0 R 1981 0 R 1984 0 R 1987 0 R 1993 0 R 1998 0 R 2011 0 R 2019 0 R 2021 0 R 2027 0 R 2031 0 R 2038 0 R 2040 0 R 2042 0 R 2047 0 R 2049 0 R 2054 0 R 2056 0 R 2065 0 R 2070 0 R 2072 0 R 2082 0 R 2087 0 R 2092 0 R 2098 0 R 2104 0 R 2109 0 R 2114 0 R 2119 0 R 2122 0 R 2124 0 R 2126 0 R 2136 0 R 2145 0 R 2152 0 R 2156 0 R 2163 0 R 2166 0 R 2172 0 R 2176 0 R 2183 0 R 2186 
 0 R 2193 0 R 2203 0 R 2206 0 R 2209 0 R 2212 0 R 2216 0 R 2219 0 R 2221 0 R 2226 0 R 2228 0 R 2233 0 R 2235 0 R 2237 0 R 2239 0 R 2241 0 R 2243 0 R 2245 0 R 2247 0 R 2253 0 R 2255 0 R 2258 0 R 2260 0 R 2262 0 R 2265 0 R 2267 0 R 2274 0 R 2277 0 R 2280 0 R 2282 0 R 2284 0 R 2286 0 R 2288 0 R 2302 0 R 2332 0 R 2361 0 R 2388 0 R 2418 0 R 2437 0 R 2456 0 R 2477 0 R 2482 0 R 2487 0 R 2494 0 R 2497 0 R 2503 0 R 2510 0 R 2515 0 R 2521 0 R 2526 0 R 2533 0 R 2542 0 R 2546 0 R 2552 0 R 2556 0 R 2562 0 R 2566 0 R 2572 0 R 2577 0 R 2579 0 R 2581 0 R 2588 0 R 2591 0 R 2597 0 R 2602 0 R 2609 0 R 2611 0 R 2615 0 R 2619 0 R 2626 0 R 2630 0 R 2634 0 R 2637 0 R 2639 0 R 2645 0 R 2648 0 R 2653 0 R 2659 0 R 2665 0 R 2669 0 R 2671 0 R 2676 0 R 2682 0 R 2686 0 R 2690 0 R 2695 0 R 2702 0 R 2709 0 R 2712 0 R 2719 0 R 2722 0 R 2729 0 R 2732 0 R 2735 0 R 2742 0 R 2749 0 R 2756 0 R 2760 0 R 2763 0 R 2771 0 R 2777 0 R 2781 0 R 2784 0 R 2788 0 R 2791 0 R 2796 0 R 2802 0 R 2807 0 R 2812 0 R 2817 0 R 2821 0 R 282
 3 0 R 2825 0 R 2828 0 R 2834 0 R 2840 0 R 2844 0 R 2846 0 R 2853 0 R 2859 0 R 2867 0 R 2874 0 R 2880 0 R 2888 0 R 2891 0 R 2894 0 R 2897 0 R 2904 0 R 2906 0 R 2912 0 R 2919 0 R 2923 0 R 2928 0 R 2933 0 R 2935 0 R 2940 0 R 2947 0 R 2950 0 R 2956 0 R 2959 0 R 2965 0 R 2967 0 R 2973 0 R 2981 0 R 2987 0 R 2989 0 R 2998 0 R 3003 0 R 3008 0 R 3013 0 R 3021 0 R 3025 0 R 3030 0 R 3032 0 R 3044 0 R 3052 0 R 3054 0 R 3059 0 R 3065 0 R 3068 0 R 3073 0 R 3079 0 R 3084 0 R 3090 0 R 3095 0 R 3098 0 R 3104 0 R 3108 0 R 3113 0 R 3116 0 R 3121 0 R 3124 0 R 3128 0 R 3131 0 R 3136 0 R 3139 0 R 3143 0 R 3146 0 R 3151 0 R 3154 0 R 3157 0 R 3161 0 R 3163 0 R 3172 0 R 3178 0 R 3182 0 R 3192 0 R 3195 0 R 3200 0 R 3205 0 R 3211 0 R 3216 0 R 3221 0 R 3223 0 R 3225 0 R 3230 0 R 3235 0 R 3241 0 R 3247 0 R 3251 0 R 3254 0 R 3257 0 R 3261 0 R 3265 0 R 3267 0 R 3270 0 R 3273 0 R 3280 0 R 3283 0 R 3291 0 R 3295 0 R 3299 0 R 3309 0 R 3316 0 R 3322 0 R 3325 0 R 3330 0 R 3336 0 R 3342 0 R 3345 0 R 3350 0 R 3356 0 R 3
 358 0 R 3363 0 R 3368 0 R 3372 0 R 3378 0 R 3384 0 R 3390 0 R 3394 0 R 3399 0 R 3405 0 R 3411 0 R 3414 0 R 3421 0 R 3425 0 R 3430 0 R 3433 0 R 3441 0 R 3444 0 R 3449 0 R 3451 0 R 3453 0 R 3458 0 R 3460 0 R 3466 0 R 3472 0 R 3478 0 R 3481 0 R 3484 0 R 3487 0 R 3490 0 R 3493 0 R 3496 0 R 3500 0 R 3502 0 R 3505 0 R 3509 0 R 3511 0 R 3515 0 R 3520 0 R 3523 0 R 3530 0 R 3533 0 R 3540 0 R 3544 0 R 3553 0 R 3560 0 R 3562 0 R 3569 0 R 3571 0 R 3578 0 R 3587 0 R 3591 0 R 3596 0 R 3601 0 R 3606 0 R 3611 0 R 3614 0 R 3617 0 R 3620 0 R 3622 0 R 3625 0 R 3630 0 R 3633 0 R 3636 0 R 3639 0 R 3642 0 R 3646 0 R 3649 0 R 3652 0 R 3655 0 R 3658 0 R 3661 0 R 3664 0 R 3667 0 R 3670 0 R 3673 0 R 3676 0 R 3679 0 R 3682 0 R 3685 0 R 3689 0 R 3693 0 R 3696 0 R 3699 0 R 3702 0 R 3705 0 R 3708 0 R 3711 0 R 3716 0 R 3723 0 R 3726 0 R 3731 0 R 3737 0 R 3742 0 R 3744 0 R 3746 0 R 3748 0 R 3750 0 R 3752 0 R 3755 0 R 3759 0 R 3761 0 R 3763 0 R 3765 0 R 3769 0 R 3772 0 R 3774 0 R 3777 0 R 3779 0 R 3782 0 R 3784 0 R
  3787 0 R 3789 0 R 3794 0 R 3796 0 R 3798 0 R 3801 0 R 3803 0 R 3807 0 R 3810 0 R 3816 0 R 3818 0 R 3820 0 R 3826 0 R 3836 0 R 3846 0 R 3853 0 R 3858 0 R]
 >>
 endobj
 4 0 obj
@@ -1901,7 +1901,7 @@ endobj
 /F1.0 9 0 R
 >>
 >>
-/Annots [3858 0 R 3859 0 R 3860 0 R 3861 0 R 3862 0 R 3863 0 R 3864 0 R 3865 0 R 3866 0 R 3867 0 R 3868 0 R 3869 0 R 3870 0 R 3871 0 R 3872 0 R 3873 0 R 3874 0 R 3875 0 R 3876 0 R 3877 0 R 3878 0 R 3879 0 R 3880 0 R 3881 0 R 3882 0 R 3883 0 R 3884 0 R 3885 0 R 3886 0 R 3887 0 R 3888 0 R 3889 0 R 3890 0 R 3891 0 R 3892 0 R 3893 0 R 3894 0 R 3895 0 R 3896 0 R 3897 0 R 3898 0 R 3899 0 R 3900 0 R 3901 0 R 3902 0 R 3903 0 R 3904 0 R 3905 0 R 3906 0 R 3907 0 R 3908 0 R 3909 0 R 3910 0 R 3911 0 R 3912 0 R 3913 0 R 3914 0 R 3915 0 R 3916 0 R 3917 0 R 3918 0 R 3919 0 R 3920 0 R 3921 0 R 3922 0 R 3923 0 R 3924 0 R 3925 0 R 3926 0 R 3927 0 R 3928 0 R 3929 0 R 3930 0 R 3931 0 R 3932 0 R 3933 0 R 3934 0 R 3935 0 R 3936 0 R 3937 0 R 3938 0 R 3939 0 R]
+/Annots [3860 0 R 3861 0 R 3862 0 R 3863 0 R 3864 0 R 3865 0 R 3866 0 R 3867 0 R 3868 0 R 3869 0 R 3870 0 R 3871 0 R 3872 0 R 3873 0 R 3874 0 R 3875 0 R 3876 0 R 3877 0 R 3878 0 R 3879 0 R 3880 0 R 3881 0 R 3882 0 R 3883 0 R 3884 0 R 3885 0 R 3886 0 R 3887 0 R 3888 0 R 3889 0 R 3890 0 R 3891 0 R 3892 0 R 3893 0 R 3894 0 R 3895 0 R 3896 0 R 3897 0 R 3898 0 R 3899 0 R 3900 0 R 3901 0 R 3902 0 R 3903 0 R 3904 0 R 3905 0 R 3906 0 R 3907 0 R 3908 0 R 3909 0 R 3910 0 R 3911 0 R 3912 0 R 3913 0 R 3914 0 R 3915 0 R 3916 0 R 3917 0 R 3918 0 R 3919 0 R 3920 0 R 3921 0 R 3922 0 R 3923 0 R 3924 0 R 3925 0 R 3926 0 R 3927 0 R 3928 0 R 3929 0 R 3930 0 R 3931 0 R 3932 0 R 3933 0 R 3934 0 R 3935 0 R 3936 0 R 3937 0 R 3938 0 R 3939 0 R 3940 0 R 3941 0 R]
 >>
 endobj
 12 0 obj
@@ -3684,7 +3684,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [3940 0 R 3941 0 R 3942 0 R 3943 0 R 3944 0 R 3945 0 R 3946 0 R 3947 0 R 3948 0 R 3949 0 R 3950 0 R 3951 0 R 3952 0 R 3953 0 R 3954 0 R 3955 0 R 3956 0 R 3957 0 R 3958 0 R 3959 0 R 3960 0 R 3961 0 R 3962 0 R 3963 0 R 3964 0 R 3965 0 R 3966 0 R 3967 0 R 3968 0 R 3969 0 R 3970 0 R 3971 0 R 3972 0 R 3973 0 R 3974 0 R 3975 0 R 3976 0 R 3977 0 R 3978 0 R 3979 0 R 3980 0 R 3981 0 R 3982 0 R 3983 0 R 3984 0 R 3985 0 R 3986 0 R 3987 0 R 3988 0 R 3989 0 R 3990 0 R 3991 0 R 3992 0 R 3993 0 R 3994 0 R 3995 0 R 3996 0 R 3997 0 R 3998 0 R 3999 0 R 4000 0 R 4001 0 R 4002 0 R 4003 0 R 4004 0 R 4005 0 R 4006 0 R 4007 0 R 4008 0 R 4009 0 R 4010 0 R 4011 0 R 4012 0 R 4013 0 R 4014 0 R 4015 0 R 4016 0 R 4017 0 R 4018 0 R 4019 0 R 4020 0 R 4021 0 R 4022 0 R 4023 0 R 4024 0 R 4025 0 R 4026 0 R 4027 0 R]
+/Annots [3942 0 R 3943 0 R 3944 0 R 3945 0 R 3946 0 R 3947 0 R 3948 0 R 3949 0 R 3950 0 R 3951 0 R 3952 0 R 3953 0 R 3954 0 R 3955 0 R 3956 0 R 3957 0 R 3958 0 R 3959 0 R 3960 0 R 3961 0 R 3962 0 R 3963 0 R 3964 0 R 3965 0 R 3966 0 R 3967 0 R 3968 0 R 3969 0 R 3970 0 R 3971 0 R 3972 0 R 3973 0 R 3974 0 R 3975 0 R 3976 0 R 3977 0 R 3978 0 R 3979 0 R 3980 0 R 3981 0 R 3982 0 R 3983 0 R 3984 0 R 3985 0 R 3986 0 R 3987 0 R 3988 0 R 3989 0 R 3990 0 R 3991 0 R 3992 0 R 3993 0 R 3994 0 R 3995 0 R 3996 0 R 3997 0 R 3998 0 R 3999 0 R 4000 0 R 4001 0 R 4002 0 R 4003 0 R 4004 0 R 4005 0 R 4006 0 R 4007 0 R 4008 0 R 4009 0 R 4010 0 R 4011 0 R 4012 0 R 4013 0 R 4014 0 R 4015 0 R 4016 0 R 4017 0 R 4018 0 R 4019 0 R 4020 0 R 4021 0 R 4022 0 R 4023 0 R 4024 0 R 4025 0 R 4026 0 R 4027 0 R 4028 0 R 4029 0 R]
 >>
 endobj
 14 0 obj
@@ -5467,7 +5467,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4028 0 R 4029 0 R 4030 0 R 4031 0 R 4032 0 R 4033 0 R 4034 0 R 4035 0 R 4036 0 R 4037 0 R 4038 0 R 4039 0 R 4040 0 R 4041 0 R 4042 0 R 4043 0 R 4044 0 R 4045 0 R 4046 0 R 4047 0 R 4048 0 R 4049 0 R 4050 0 R 4051 0 R 4052 0 R 4053 0 R 4054 0 R 4055 0 R 4056 0 R 4057 0 R 4058 0 R 4059 0 R 4060 0 R 4061 0 R 4062 0 R 4063 0 R 4064 0 R 4065 0 R 4066 0 R 4067 0 R 4068 0 R 4069 0 R 4070 0 R 4071 0 R 4072 0 R 4073 0 R 4074 0 R 4075 0 R 4076 0 R 4077 0 R 4078 0 R 4079 0 R 4080 0 R 4081 0 R 4082 0 R 4083 0 R 4084 0 R 4085 0 R 4086 0 R 4087 0 R 4088 0 R 4089 0 R 4090 0 R 4091 0 R 4092 0 R 4093 0 R 4094 0 R 4095 0 R 4096 0 R 4097 0 R 4098 0 R 4099 0 R 4100 0 R 4101 0 R 4102 0 R 4103 0 R 4104 0 R 4105 0 R 4106 0 R 4107 0 R 4108 0 R 4109 0 R 4110 0 R 4111 0 R 4112 0 R 4113 0 R 4114 0 R 4115 0 R]
+/Annots [4030 0 R 4031 0 R 4032 0 R 4033 0 R 4034 0 R 4035 0 R 4036 0 R 4037 0 R 4038 0 R 4039 0 R 4040 0 R 4041 0 R 4042 0 R 4043 0 R 4044 0 R 4045 0 R 4046 0 R 4047 0 R 4048 0 R 4049 0 R 4050 0 R 4051 0 R 4052 0 R 4053 0 R 4054 0 R 4055 0 R 4056 0 R 4057 0 R 4058 0 R 4059 0 R 4060 0 R 4061 0 R 4062 0 R 4063 0 R 4064 0 R 4065 0 R 4066 0 R 4067 0 R 4068 0 R 4069 0 R 4070 0 R 4071 0 R 4072 0 R 4073 0 R 4074 0 R 4075 0 R 4076 0 R 4077 0 R 4078 0 R 4079 0 R 4080 0 R 4081 0 R 4082 0 R 4083 0 R 4084 0 R 4085 0 R 4086 0 R 4087 0 R 4088 0 R 4089 0 R 4090 0 R 4091 0 R 4092 0 R 4093 0 R 4094 0 R 4095 0 R 4096 0 R 4097 0 R 4098 0 R 4099 0 R 4100 0 R 4101 0 R 4102 0 R 4103 0 R 4104 0 R 4105 0 R 4106 0 R 4107 0 R 4108 0 R 4109 0 R 4110 0 R 4111 0 R 4112 0 R 4113 0 R 4114 0 R 4115 0 R 4116 0 R 4117 0 R]
 >>
 endobj
 16 0 obj
@@ -7250,7 +7250,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4116 0 R 4117 0 R 4118 0 R 4119 0 R 4120 0 R 4121 0 R 4122 0 R 4123 0 R 4124 0 R 4125 0 R 4126 0 R 4127 0 R 4128 0 R 4129 0 R 4130 0 R 4131 0 R 4132 0 R 4133 0 R 4134 0 R 4135 0 R 4136 0 R 4137 0 R 4138 0 R 4139 0 R 4140 0 R 4141 0 R 4142 0 R 4143 0 R 4144 0 R 4145 0 R 4146 0 R 4147 0 R 4148 0 R 4149 0 R 4150 0 R 4151 0 R 4152 0 R 4153 0 R 4154 0 R 4155 0 R 4156 0 R 4157 0 R 4158 0 R 4159 0 R 4160 0 R 4161 0 R 4162 0 R 4163 0 R 4164 0 R 4165 0 R 4166 0 R 4167 0 R 4168 0 R 4169 0 R 4170 0 R 4171 0 R 4172 0 R 4173 0 R 4174 0 R 4175 0 R 4176 0 R 4177 0 R 4178 0 R 4179 0 R 4180 0 R 4181 0 R 4182 0 R 4183 0 R 4184 0 R 4185 0 R 4186 0 R 4187 0 R 4188 0 R 4189 0 R 4190 0 R 4191 0 R 4192 0 R 4193 0 R 4194 0 R 4195 0 R 4196 0 R 4197 0 R 4198 0 R 4199 0 R 4200 0 R 4201 0 R 4202 0 R 4203 0 R]
+/Annots [4118 0 R 4119 0 R 4120 0 R 4121 0 R 4122 0 R 4123 0 R 4124 0 R 4125 0 R 4126 0 R 4127 0 R 4128 0 R 4129 0 R 4130 0 R 4131 0 R 4132 0 R 4133 0 R 4134 0 R 4135 0 R 4136 0 R 4137 0 R 4138 0 R 4139 0 R 4140 0 R 4141 0 R 4142 0 R 4143 0 R 4144 0 R 4145 0 R 4146 0 R 4147 0 R 4148 0 R 4149 0 R 4150 0 R 4151 0 R 4152 0 R 4153 0 R 4154 0 R 4155 0 R 4156 0 R 4157 0 R 4158 0 R 4159 0 R 4160 0 R 4161 0 R 4162 0 R 4163 0 R 4164 0 R 4165 0 R 4166 0 R 4167 0 R 4168 0 R 4169 0 R 4170 0 R 4171 0 R 4172 0 R 4173 0 R 4174 0 R 4175 0 R 4176 0 R 4177 0 R 4178 0 R 4179 0 R 4180 0 R 4181 0 R 4182 0 R 4183 0 R 4184 0 R 4185 0 R 4186 0 R 4187 0 R 4188 0 R 4189 0 R 4190 0 R 4191 0 R 4192 0 R 4193 0 R 4194 0 R 4195 0 R 4196 0 R 4197 0 R 4198 0 R 4199 0 R 4200 0 R 4201 0 R 4202 0 R 4203 0 R 4204 0 R 4205 0 R]
 >>
 endobj
 18 0 obj
@@ -9033,7 +9033,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4204 0 R 4205 0 R 4206 0 R 4207 0 R 4208 0 R 4209 0 R 4210 0 R 4211 0 R 4212 0 R 4213 0 R 4214 0 R 4215 0 R 4216 0 R 4217 0 R 4218 0 R 4219 0 R 4220 0 R 4221 0 R 4222 0 R 4223 0 R 4224 0 R 4225 0 R 4226 0 R 4227 0 R 4228 0 R 4229 0 R 4230 0 R 4231 0 R 4232 0 R 4233 0 R 4234 0 R 4235 0 R 4236 0 R 4237 0 R 4238 0 R 4239 0 R 4240 0 R 4241 0 R 4242 0 R 4243 0 R 4244 0 R 4245 0 R 4246 0 R 4247 0 R 4248 0 R 4249 0 R 4250 0 R 4251 0 R 4252 0 R 4253 0 R 4254 0 R 4255 0 R 4256 0 R 4257 0 R 4258 0 R 4259 0 R 4260 0 R 4261 0 R 4262 0 R 4263 0 R 4264 0 R 4265 0 R 4266 0 R 4267 0 R 4268 0 R 4269 0 R 4270 0 R 4271 0 R 4272 0 R 4273 0 R 4274 0 R 4275 0 R 4276 0 R 4277 0 R 4278 0 R 4279 0 R 4280 0 R 4281 0 R 4282 0 R 4283 0 R 4284 0 R 4285 0 R 4286 0 R 4287 0 R 4288 0 R 4289 0 R 4290 0 R 4291 0 R]
+/Annots [4206 0 R 4207 0 R 4208 0 R 4209 0 R 4210 0 R 4211 0 R 4212 0 R 4213 0 R 4214 0 R 4215 0 R 4216 0 R 4217 0 R 4218 0 R 4219 0 R 4220 0 R 4221 0 R 4222 0 R 4223 0 R 4224 0 R 4225 0 R 4226 0 R 4227 0 R 4228 0 R 4229 0 R 4230 0 R 4231 0 R 4232 0 R 4233 0 R 4234 0 R 4235 0 R 4236 0 R 4237 0 R 4238 0 R 4239 0 R 4240 0 R 4241 0 R 4242 0 R 4243 0 R 4244 0 R 4245 0 R 4246 0 R 4247 0 R 4248 0 R 4249 0 R 4250 0 R 4251 0 R 4252 0 R 4253 0 R 4254 0 R 4255 0 R 4256 0 R 4257 0 R 4258 0 R 4259 0 R 4260 0 R 4261 0 R 4262 0 R 4263 0 R 4264 0 R 4265 0 R 4266 0 R 4267 0 R 4268 0 R 4269 0 R 4270 0 R 4271 0 R 4272 0 R 4273 0 R 4274 0 R 4275 0 R 4276 0 R 4277 0 R 4278 0 R 4279 0 R 4280 0 R 4281 0 R 4282 0 R 4283 0 R 4284 0 R 4285 0 R 4286 0 R 4287 0 R 4288 0 R 4289 0 R 4290 0 R 4291 0 R 4292 0 R 4293 0 R]
 >>
 endobj
 20 0 obj
@@ -10816,7 +10816,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4292 0 R 4293 0 R 4294 0 R 4295 0 R 4296 0 R 4297 0 R 4298 0 R 4299 0 R 4300 0 R 4301 0 R 4302 0 R 4303 0 R 4304 0 R 4305 0 R 4306 0 R 4307 0 R 4308 0 R 4309 0 R 4310 0 R 4311 0 R 4312 0 R 4313 0 R 4314 0 R 4315 0 R 4316 0 R 4317 0 R 4318 0 R 4319 0 R 4320 0 R 4321 0 R 4322 0 R 4323 0 R 4324 0 R 4325 0 R 4326 0 R 4327 0 R 4328 0 R 4329 0 R 4330 0 R 4331 0 R 4332 0 R 4333 0 R 4334 0 R 4335 0 R 4336 0 R 4337 0 R 4338 0 R 4339 0 R 4340 0 R 4341 0 R 4342 0 R 4343 0 R 4344 0 R 4345 0 R 4346 0 R 4347 0 R 4348 0 R 4349 0 R 4350 0 R 4351 0 R 4352 0 R 4353 0 R 4354 0 R 4355 0 R 4356 0 R 4357 0 R 4358 0 R 4359 0 R 4360 0 R 4361 0 R 4362 0 R 4363 0 R 4364 0 R 4365 0 R 4366 0 R 4367 0 R 4368 0 R 4369 0 R 4370 0 R 4371 0 R 4372 0 R 4373 0 R 4374 0 R 4375 0 R 4376 0 R 4377 0 R 4378 0 R 4379 0 R]
+/Annots [4294 0 R 4295 0 R 4296 0 R 4297 0 R 4298 0 R 4299 0 R 4300 0 R 4301 0 R 4302 0 R 4303 0 R 4304 0 R 4305 0 R 4306 0 R 4307 0 R 4308 0 R 4309 0 R 4310 0 R 4311 0 R 4312 0 R 4313 0 R 4314 0 R 4315 0 R 4316 0 R 4317 0 R 4318 0 R 4319 0 R 4320 0 R 4321 0 R 4322 0 R 4323 0 R 4324 0 R 4325 0 R 4326 0 R 4327 0 R 4328 0 R 4329 0 R 4330 0 R 4331 0 R 4332 0 R 4333 0 R 4334 0 R 4335 0 R 4336 0 R 4337 0 R 4338 0 R 4339 0 R 4340 0 R 4341 0 R 4342 0 R 4343 0 R 4344 0 R 4345 0 R 4346 0 R 4347 0 R 4348 0 R 4349 0 R 4350 0 R 4351 0 R 4352 0 R 4353 0 R 4354 0 R 4355 0 R 4356 0 R 4357 0 R 4358 0 R 4359 0 R 4360 0 R 4361 0 R 4362 0 R 4363 0 R 4364 0 R 4365 0 R 4366 0 R 4367 0 R 4368 0 R 4369 0 R 4370 0 R 4371 0 R 4372 0 R 4373 0 R 4374 0 R 4375 0 R 4376 0 R 4377 0 R 4378 0 R 4379 0 R 4380 0 R 4381 0 R]
 >>
 endobj
 22 0 obj
@@ -12599,7 +12599,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4380 0 R 4381 0 R 4382 0 R 4383 0 R 4384 0 R 4385 0 R 4386 0 R 4387 0 R 4388 0 R 4389 0 R 4390 0 R 4391 0 R 4392 0 R 4393 0 R 4394 0 R 4395 0 R 4396 0 R 4397 0 R 4398 0 R 4399 0 R 4400 0 R 4401 0 R 4402 0 R 4403 0 R 4404 0 R 4405 0 R 4406 0 R 4407 0 R 4408 0 R 4409 0 R 4410 0 R 4411 0 R 4412 0 R 4413 0 R 4414 0 R 4415 0 R 4416 0 R 4417 0 R 4418 0 R 4419 0 R 4420 0 R 4421 0 R 4422 0 R 4423 0 R 4424 0 R 4425 0 R 4426 0 R 4427 0 R 4428 0 R 4429 0 R 4430 0 R 4431 0 R 4432 0 R 4433 0 R 4434 0 R 4435 0 R 4436 0 R 4437 0 R 4438 0 R 4439 0 R 4440 0 R 4441 0 R 4442 0 R 4443 0 R 4444 0 R 4445 0 R 4446 0 R 4447 0 R 4448 0 R 4449 0 R 4450 0 R 4451 0 R 4452 0 R 4453 0 R 4454 0 R 4455 0 R 4456 0 R 4457 0 R 4458 0 R 4459 0 R 4460 0 R 4461 0 R 4462 0 R 4463 0 R 4464 0 R 4465 0 R 4466 0 R 4467 0 R]
+/Annots [4382 0 R 4383 0 R 4384 0 R 4385 0 R 4386 0 R 4387 0 R 4388 0 R 4389 0 R 4390 0 R 4391 0 R 4392 0 R 4393 0 R 4394 0 R 4395 0 R 4396 0 R 4397 0 R 4398 0 R 4399 0 R 4400 0 R 4401 0 R 4402 0 R 4403 0 R 4404 0 R 4405 0 R 4406 0 R 4407 0 R 4408 0 R 4409 0 R 4410 0 R 4411 0 R 4412 0 R 4413 0 R 4414 0 R 4415 0 R 4416 0 R 4417 0 R 4418 0 R 4419 0 R 4420 0 R 4421 0 R 4422 0 R 4423 0 R 4424 0 R 4425 0 R 4426 0 R 4427 0 R 4428 0 R 4429 0 R 4430 0 R 4431 0 R 4432 0 R 4433 0 R 4434 0 R 4435 0 R 4436 0 R 4437 0 R 4438 0 R 4439 0 R 4440 0 R 4441 0 R 4442 0 R 4443 0 R 4444 0 R 4445 0 R 4446 0 R 4447 0 R 4448 0 R 4449 0 R 4450 0 R 4451 0 R 4452 0 R 4453 0 R 4454 0 R 4455 0 R 4456 0 R 4457 0 R 4458 0 R 4459 0 R 4460 0 R 4461 0 R 4462 0 R 4463 0 R 4464 0 R 4465 0 R 4466 0 R 4467 0 R 4468 0 R 4469 0 R]
 >>
 endobj
 24 0 obj
@@ -14382,7 +14382,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4468 0 R 4469 0 R 4470 0 R 4471 0 R 4472 0 R 4473 0 R 4474 0 R 4475 0 R 4476 0 R 4477 0 R 4478 0 R 4479 0 R 4480 0 R 4481 0 R 4482 0 R 4483 0 R 4484 0 R 4485 0 R 4486 0 R 4487 0 R 4488 0 R 4489 0 R 4490 0 R 4491 0 R 4492 0 R 4493 0 R 4494 0 R 4495 0 R 4496 0 R 4497 0 R 4498 0 R 4499 0 R 4500 0 R 4501 0 R 4502 0 R 4503 0 R 4504 0 R 4505 0 R 4506 0 R 4507 0 R 4508 0 R 4509 0 R 4510 0 R 4511 0 R 4512 0 R 4513 0 R 4514 0 R 4515 0 R 4516 0 R 4517 0 R 4518 0 R 4519 0 R 4520 0 R 4521 0 R 4522 0 R 4523 0 R 4524 0 R 4525 0 R 4526 0 R 4527 0 R 4528 0 R 4529 0 R 4530 0 R 4531 0 R 4532 0 R 4533 0 R 4534 0 R 4535 0 R 4536 0 R 4537 0 R 4538 0 R 4539 0 R 4540 0 R 4541 0 R 4542 0 R 4543 0 R 4544 0 R 4545 0 R 4546 0 R 4547 0 R 4548 0 R 4549 0 R 4550 0 R 4551 0 R 4552 0 R 4553 0 R 4554 0 R 4555 0 R]
+/Annots [4470 0 R 4471 0 R 4472 0 R 4473 0 R 4474 0 R 4475 0 R 4476 0 R 4477 0 R 4478 0 R 4479 0 R 4480 0 R 4481 0 R 4482 0 R 4483 0 R 4484 0 R 4485 0 R 4486 0 R 4487 0 R 4488 0 R 4489 0 R 4490 0 R 4491 0 R 4492 0 R 4493 0 R 4494 0 R 4495 0 R 4496 0 R 4497 0 R 4498 0 R 4499 0 R 4500 0 R 4501 0 R 4502 0 R 4503 0 R 4504 0 R 4505 0 R 4506 0 R 4507 0 R 4508 0 R 4509 0 R 4510 0 R 4511 0 R 4512 0 R 4513 0 R 4514 0 R 4515 0 R 4516 0 R 4517 0 R 4518 0 R 4519 0 R 4520 0 R 4521 0 R 4522 0 R 4523 0 R 4524 0 R 4525 0 R 4526 0 R 4527 0 R 4528 0 R 4529 0 R 4530 0 R 4531 0 R 4532 0 R 4533 0 R 4534 0 R 4535 0 R 4536 0 R 4537 0 R 4538 0 R 4539 0 R 4540 0 R 4541 0 R 4542 0 R 4543 0 R 4544 0 R 4545 0 R 4546 0 R 4547 0 R 4548 0 R 4549 0 R 4550 0 R 4551 0 R 4552 0 R 4553 0 R 4554 0 R 4555 0 R 4556 0 R 4557 0 R]
 >>
 endobj
 26 0 obj
@@ -16067,7 +16067,7 @@ ET
 BT
 559.3199999999999 92.8600000000007 Td
 /F1.0 10 Tf
-[<343833>] TJ
+[<343834>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -16107,7 +16107,7 @@ ET
 BT
 559.3199999999999 77.3000000000007 Td
 /F1.0 10 Tf
-[<343834>] TJ
+[<343835>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -16147,7 +16147,7 @@ ET
 BT
 559.3199999999999 61.7400000000007 Td
 /F1.0 10 Tf
-[<343834>] TJ
+[<343835>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -16165,7 +16165,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4556 0 R 4557 0 R 4558 0 R 4559 0 R 4560 0 R 4561 0 R 4562 0 R 4563 0 R 4564 0 R 4565 0 R 4566 0 R 4567 0 R 4568 0 R 4569 0 R 4570 0 R 4571 0 R 4572 0 R 4573 0 R 4574 0 R 4575 0 R 4576 0 R 4577 0 R 4578 0 R 4579 0 R 4580 0 R 4581 0 R 4582 0 R 4583 0 R 4584 0 R 4585 0 R 4586 0 R 4587 0 R 4588 0 R 4589 0 R 4590 0 R 4591 0 R 4592 0 R 4593 0 R 4594 0 R 4595 0 R 4596 0 R 4597 0 R 4598 0 R 4599 0 R 4600 0 R 4601 0 R 4602 0 R 4603 0 R 4604 0 R 4605 0 R 4606 0 R 4607 0 R 4608 0 R 4609 0 R 4610 0 R 4611 0 R 4612 0 R 4613 0 R 4614 0 R 4615 0 R 4616 0 R 4617 0 R 4618 0 R 4619 0 R 4620 0 R 4621 0 R 4622 0 R 4623 0 R 4624 0 R 4625 0 R 4626 0 R 4627 0 R 4628 0 R 4629 0 R 4630 0 R 4631 0 R 4632 0 R 4633 0 R 4634 0 R 4635 0 R 4636 0 R 4637 0 R 4638 0 R 4639 0 R 4640 0 R 4641 0 R 4642 0 R 4643 0 R]
+/Annots [4558 0 R 4559 0 R 4560 0 R 4561 0 R 4562 0 R 4563 0 R 4564 0 R 4565 0 R 4566 0 R 4567 0 R 4568 0 R 4569 0 R 4570 0 R 4571 0 R 4572 0 R 4573 0 R 4574 0 R 4575 0 R 4576 0 R 4577 0 R 4578 0 R 4579 0 R 4580 0 R 4581 0 R 4582 0 R 4583 0 R 4584 0 R 4585 0 R 4586 0 R 4587 0 R 4588 0 R 4589 0 R 4590 0 R 4591 0 R 4592 0 R 4593 0 R 4594 0 R 4595 0 R 4596 0 R 4597 0 R 4598 0 R 4599 0 R 4600 0 R 4601 0 R 4602 0 R 4603 0 R 4604 0 R 4605 0 R 4606 0 R 4607 0 R 4608 0 R 4609 0 R 4610 0 R 4611 0 R 4612 0 R 4613 0 R 4614 0 R 4615 0 R 4616 0 R 4617 0 R 4618 0 R 4619 0 R 4620 0 R 4621 0 R 4622 0 R 4623 0 R 4624 0 R 4625 0 R 4626 0 R 4627 0 R 4628 0 R 4629 0 R 4630 0 R 4631 0 R 4632 0 R 4633 0 R 4634 0 R 4635 0 R 4636 0 R 4637 0 R 4638 0 R 4639 0 R 4640 0 R 4641 0 R 4642 0 R 4643 0 R 4644 0 R 4645 0 R]
 >>
 endobj
 28 0 obj
@@ -17948,7 +17948,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4644 0 R 4645 0 R 4646 0 R 4647 0 R 4648 0 R 4649 0 R 4650 0 R 4651 0 R 4652 0 R 4653 0 R 4654 0 R 4655 0 R 4656 0 R 4657 0 R 4658 0 R 4659 0 R 4660 0 R 4661 0 R 4662 0 R 4663 0 R 4664 0 R 4665 0 R 4666 0 R 4667 0 R 4668 0 R 4669 0 R 4670 0 R 4671 0 R 4672 0 R 4673 0 R 4674 0 R 4675 0 R 4676 0 R 4677 0 R 4678 0 R 4679 0 R 4680 0 R 4681 0 R 4682 0 R 4683 0 R 4684 0 R 4685 0 R 4686 0 R 4687 0 R 4688 0 R 4689 0 R 4690 0 R 4691 0 R 4692 0 R 4693 0 R 4694 0 R 4695 0 R 4696 0 R 4697 0 R 4698 0 R 4699 0 R 4700 0 R 4701 0 R 4702 0 R 4703 0 R 4704 0 R 4705 0 R 4706 0 R 4707 0 R 4708 0 R 4709 0 R 4710 0 R 4711 0 R 4712 0 R 4713 0 R 4714 0 R 4715 0 R 4716 0 R 4717 0 R 4718 0 R 4719 0 R 4720 0 R 4721 0 R 4722 0 R 4723 0 R 4724 0 R 4725 0 R 4726 0 R 4727 0 R 4728 0 R 4729 0 R 4730 0 R 4731 0 R]
+/Annots [4646 0 R 4647 0 R 4648 0 R 4649 0 R 4650 0 R 4651 0 R 4652 0 R 4653 0 R 4654 0 R 4655 0 R 4656 0 R 4657 0 R 4658 0 R 4659 0 R 4660 0 R 4661 0 R 4662 0 R 4663 0 R 4664 0 R 4665 0 R 4666 0 R 4667 0 R 4668 0 R 4669 0 R 4670 0 R 4671 0 R 4672 0 R 4673 0 R 4674 0 R 4675 0 R 4676 0 R 4677 0 R 4678 0 R 4679 0 R 4680 0 R 4681 0 R 4682 0 R 4683 0 R 4684 0 R 4685 0 R 4686 0 R 4687 0 R 4688 0 R 4689 0 R 4690 0 R 4691 0 R 4692 0 R 4693 0 R 4694 0 R 4695 0 R 4696 0 R 4697 0 R 4698 0 R 4699 0 R 4700 0 R 4701 0 R 4702 0 R 4703 0 R 4704 0 R 4705 0 R 4706 0 R 4707 0 R 4708 0 R 4709 0 R 4710 0 R 4711 0 R 4712 0 R 4713 0 R 4714 0 R 4715 0 R 4716 0 R 4717 0 R 4718 0 R 4719 0 R 4720 0 R 4721 0 R 4722 0 R 4723 0 R 4724 0 R 4725 0 R 4726 0 R 4727 0 R 4728 0 R 4729 0 R 4730 0 R 4731 0 R 4732 0 R 4733 0 R]
 >>
 endobj
 30 0 obj
@@ -19731,7 +19731,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4732 0 R 4733 0 R 4734 0 R 4735 0 R 4736 0 R 4737 0 R 4738 0 R 4739 0 R 4740 0 R 4741 0 R 4742 0 R 4743 0 R 4744 0 R 4745 0 R 4746 0 R 4747 0 R 4748 0 R 4749 0 R 4750 0 R 4751 0 R 4752 0 R 4753 0 R 4754 0 R 4755 0 R 4756 0 R 4757 0 R 4758 0 R 4759 0 R 4760 0 R 4761 0 R 4762 0 R 4763 0 R 4764 0 R 4765 0 R 4766 0 R 4767 0 R 4768 0 R 4769 0 R 4770 0 R 4771 0 R 4772 0 R 4773 0 R 4774 0 R 4775 0 R 4776 0 R 4777 0 R 4778 0 R 4779 0 R 4780 0 R 4781 0 R 4782 0 R 4783 0 R 4784 0 R 4785 0 R 4786 0 R 4787 0 R 4788 0 R 4789 0 R 4790 0 R 4791 0 R 4792 0 R 4793 0 R 4794 0 R 4795 0 R 4796 0 R 4797 0 R 4798 0 R 4799 0 R 4800 0 R 4801 0 R 4802 0 R 4803 0 R 4804 0 R 4805 0 R 4806 0 R 4807 0 R 4808 0 R 4809 0 R 4810 0 R 4811 0 R 4812 0 R 4813 0 R 4814 0 R 4815 0 R 4816 0 R 4817 0 R 4818 0 R 4819 0 R]
+/Annots [4734 0 R 4735 0 R 4736 0 R 4737 0 R 4738 0 R 4739 0 R 4740 0 R 4741 0 R 4742 0 R 4743 0 R 4744 0 R 4745 0 R 4746 0 R 4747 0 R 4748 0 R 4749 0 R 4750 0 R 4751 0 R 4752 0 R 4753 0 R 4754 0 R 4755 0 R 4756 0 R 4757 0 R 4758 0 R 4759 0 R 4760 0 R 4761 0 R 4762 0 R 4763 0 R 4764 0 R 4765 0 R 4766 0 R 4767 0 R 4768 0 R 4769 0 R 4770 0 R 4771 0 R 4772 0 R 4773 0 R 4774 0 R 4775 0 R 4776 0 R 4777 0 R 4778 0 R 4779 0 R 4780 0 R 4781 0 R 4782 0 R 4783 0 R 4784 0 R 4785 0 R 4786 0 R 4787 0 R 4788 0 R 4789 0 R 4790 0 R 4791 0 R 4792 0 R 4793 0 R 4794 0 R 4795 0 R 4796 0 R 4797 0 R 4798 0 R 4799 0 R 4800 0 R 4801 0 R 4802 0 R 4803 0 R 4804 0 R 4805 0 R 4806 0 R 4807 0 R 4808 0 R 4809 0 R 4810 0 R 4811 0 R 4812 0 R 4813 0 R 4814 0 R 4815 0 R 4816 0 R 4817 0 R 4818 0 R 4819 0 R 4820 0 R 4821 0 R]
 >>
 endobj
 32 0 obj
@@ -21514,7 +21514,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4820 0 R 4821 0 R 4822 0 R 4823 0 R 4824 0 R 4825 0 R 4826 0 R 4827 0 R 4828 0 R 4829 0 R 4830 0 R 4831 0 R 4832 0 R 4833 0 R 4834 0 R 4835 0 R 4836 0 R 4837 0 R 4838 0 R 4839 0 R 4840 0 R 4841 0 R 4842 0 R 4843 0 R 4844 0 R 4845 0 R 4846 0 R 4847 0 R 4848 0 R 4849 0 R 4850 0 R 4851 0 R 4852 0 R 4853 0 R 4854 0 R 4855 0 R 4856 0 R 4857 0 R 4858 0 R 4859 0 R 4860 0 R 4861 0 R 4862 0 R 4863 0 R 4864 0 R 4865 0 R 4866 0 R 4867 0 R 4868 0 R 4869 0 R 4870 0 R 4871 0 R 4872 0 R 4873 0 R 4874 0 R 4875 0 R 4876 0 R 4877 0 R 4878 0 R 4879 0 R 4880 0 R 4881 0 R 4882 0 R 4883 0 R 4884 0 R 4885 0 R 4886 0 R 4887 0 R 4888 0 R 4889 0 R 4890 0 R 4891 0 R 4892 0 R 4893 0 R 4894 0 R 4895 0 R 4896 0 R 4897 0 R 4898 0 R 4899 0 R 4900 0 R 4901 0 R 4902 0 R 4903 0 R 4904 0 R 4905 0 R 4906 0 R 4907 0 R]
+/Annots [4822 0 R 4823 0 R 4824 0 R 4825 0 R 4826 0 R 4827 0 R 4828 0 R 4829 0 R 4830 0 R 4831 0 R 4832 0 R 4833 0 R 4834 0 R 4835 0 R 4836 0 R 4837 0 R 4838 0 R 4839 0 R 4840 0 R 4841 0 R 4842 0 R 4843 0 R 4844 0 R 4845 0 R 4846 0 R 4847 0 R 4848 0 R 4849 0 R 4850 0 R 4851 0 R 4852 0 R 4853 0 R 4854 0 R 4855 0 R 4856 0 R 4857 0 R 4858 0 R 4859 0 R 4860 0 R 4861 0 R 4862 0 R 4863 0 R 4864 0 R 4865 0 R 4866 0 R 4867 0 R 4868 0 R 4869 0 R 4870 0 R 4871 0 R 4872 0 R 4873 0 R 4874 0 R 4875 0 R 4876 0 R 4877 0 R 4878 0 R 4879 0 R 4880 0 R 4881 0 R 4882 0 R 4883 0 R 4884 0 R 4885 0 R 4886 0 R 4887 0 R 4888 0 R 4889 0 R 4890 0 R 4891 0 R 4892 0 R 4893 0 R 4894 0 R 4895 0 R 4896 0 R 4897 0 R 4898 0 R 4899 0 R 4900 0 R 4901 0 R 4902 0 R 4903 0 R 4904 0 R 4905 0 R 4906 0 R 4907 0 R 4908 0 R 4909 0 R]
 >>
 endobj
 34 0 obj
@@ -23297,7 +23297,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4908 0 R 4909 0 R 4910 0 R 4911 0 R 4912 0 R 4913 0 R 4914 0 R 4915 0 R 4916 0 R 4917 0 R 4918 0 R 4919 0 R 4920 0 R 4921 0 R 4922 0 R 4923 0 R 4924 0 R 4925 0 R 4926 0 R 4927 0 R 4928 0 R 4929 0 R 4930 0 R 4931 0 R 4932 0 R 4933 0 R 4934 0 R 4935 0 R 4936 0 R 4937 0 R 4938 0 R 4939 0 R 4940 0 R 4941 0 R 4942 0 R 4943 0 R 4944 0 R 4945 0 R 4946 0 R 4947 0 R 4948 0 R 4949 0 R 4950 0 R 4951 0 R 4952 0 R 4953 0 R 4954 0 R 4955 0 R 4956 0 R 4957 0 R 4958 0 R 4959 0 R 4960 0 R 4961 0 R 4962 0 R 4963 0 R 4964 0 R 4965 0 R 4966 0 R 4967 0 R 4968 0 R 4969 0 R 4970 0 R 4971 0 R 4972 0 R 4973 0 R 4974 0 R 4975 0 R 4976 0 R 4977 0 R 4978 0 R 4979 0 R 4980 0 R 4981 0 R 4982 0 R 4983 0 R 4984 0 R 4985 0 R 4986 0 R 4987 0 R 4988 0 R 4989 0 R 4990 0 R 4991 0 R 4992 0 R 4993 0 R 4994 0 R 4995 0 R]
+/Annots [4910 0 R 4911 0 R 4912 0 R 4913 0 R 4914 0 R 4915 0 R 4916 0 R 4917 0 R 4918 0 R 4919 0 R 4920 0 R 4921 0 R 4922 0 R 4923 0 R 4924 0 R 4925 0 R 4926 0 R 4927 0 R 4928 0 R 4929 0 R 4930 0 R 4931 0 R 4932 0 R 4933 0 R 4934 0 R 4935 0 R 4936 0 R 4937 0 R 4938 0 R 4939 0 R 4940 0 R 4941 0 R 4942 0 R 4943 0 R 4944 0 R 4945 0 R 4946 0 R 4947 0 R 4948 0 R 4949 0 R 4950 0 R 4951 0 R 4952 0 R 4953 0 R 4954 0 R 4955 0 R 4956 0 R 4957 0 R 4958 0 R 4959 0 R 4960 0 R 4961 0 R 4962 0 R 4963 0 R 4964 0 R 4965 0 R 4966 0 R 4967 0 R 4968 0 R 4969 0 R 4970 0 R 4971 0 R 4972 0 R 4973 0 R 4974 0 R 4975 0 R 4976 0 R 4977 0 R 4978 0 R 4979 0 R 4980 0 R 4981 0 R 4982 0 R 4983 0 R 4984 0 R 4985 0 R 4986 0 R 4987 0 R 4988 0 R 4989 0 R 4990 0 R 4991 0 R 4992 0 R 4993 0 R 4994 0 R 4995 0 R 4996 0 R 4997 0 R]
 >>
 endobj
 36 0 obj
@@ -25080,7 +25080,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4996 0 R 4997 0 R 4998 0 R 4999 0 R 5000 0 R 5001 0 R 5002 0 R 5003 0 R 5004 0 R 5005 0 R 5006 0 R 5007 0 R 5008 0 R 5009 0 R 5010 0 R 5011 0 R 5012 0 R 5013 0 R 5014 0 R 5015 0 R 5016 0 R 5017 0 R 5018 0 R 5019 0 R 5020 0 R 5021 0 R 5022 0 R 5023 0 R 5024 0 R 5025 0 R 5026 0 R 5027 0 R 5028 0 R 5029 0 R 5030 0 R 5031 0 R 5032 0 R 5033 0 R 5034 0 R 5035 0 R 5036 0 R 5037 0 R 5038 0 R 5039 0 R 5040 0 R 5041 0 R 5042 0 R 5043 0 R 5044 0 R 5045 0 R 5046 0 R 5047 0 R 5048 0 R 5049 0 R 5050 0 R 5051 0 R 5052 0 R 5053 0 R 5054 0 R 5055 0 R 5056 0 R 5057 0 R 5058 0 R 5059 0 R 5060 0 R 5061 0 R 5062 0 R 5063 0 R 5064 0 R 5065 0 R 5066 0 R 5067 0 R 5068 0 R 5069 0 R 5070 0 R 5071 0 R 5072 0 R 5073 0 R 5074 0 R 5075 0 R 5076 0 R 5077 0 R 5078 0 R 5079 0 R 5080 0 R 5081 0 R 5082 0 R 5083 0 R]
+/Annots [4998 0 R 4999 0 R 5000 0 R 5001 0 R 5002 0 R 5003 0 R 5004 0 R 5005 0 R 5006 0 R 5007 0 R 5008 0 R 5009 0 R 5010 0 R 5011 0 R 5012 0 R 5013 0 R 5014 0 R 5015 0 R 5016 0 R 5017 0 R 5018 0 R 5019 0 R 5020 0 R 5021 0 R 5022 0 R 5023 0 R 5024 0 R 5025 0 R 5026 0 R 5027 0 R 5028 0 R 5029 0 R 5030 0 R 5031 0 R 5032 0 R 5033 0 R 5034 0 R 5035 0 R 5036 0 R 5037 0 R 5038 0 R 5039 0 R 5040 0 R 5041 0 R 5042 0 R 5043 0 R 5044 0 R 5045 0 R 5046 0 R 5047 0 R 5048 0 R 5049 0 R 5050 0 R 5051 0 R 5052 0 R 5053 0 R 5054 0 R 5055 0 R 5056 0 R 5057 0 R 5058 0 R 5059 0 R 5060 0 R 5061 0 R 5062 0 R 5063 0 R 5064 0 R 5065 0 R 5066 0 R 5067 0 R 5068 0 R 5069 0 R 5070 0 R 5071 0 R 5072 0 R 5073 0 R 5074 0 R 5075 0 R 5076 0 R 5077 0 R 5078 0 R 5079 0 R 5080 0 R 5081 0 R 5082 0 R 5083 0 R 5084 0 R 5085 0 R]
 >>
 endobj
 38 0 obj
@@ -26863,7 +26863,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [5084 0 R 5085 0 R 5086 0 R 5087 0 R 5088 0 R 5089 0 R 5090 0 R 5091 0 R 5092 0 R 5093 0 R 5094 0 R 5095 0 R 5096 0 R 5097 0 R 5098 0 R 5099 0 R 5100 0 R 5101 0 R 5102 0 R 5103 0 R 5104 0 R 5105 0 R 5106 0 R 5107 0 R 5108 0 R 5109 0 R 5110 0 R 5111 0 R 5112 0 R 5113 0 R 5114 0 R 5115 0 R 5116 0 R 5117 0 R 5118 0 R 5119 0 R 5120 0 R 5121 0 R 5122 0 R 5123 0 R 5124 0 R 5125 0 R 5126 0 R 5127 0 R 5128 0 R 5129 0 R 5130 0 R 5131 0 R 5132 0 R 5133 0 R 5134 0 R 5135 0 R 5136 0 R 5137 0 R 5138 0 R 5139 0 R 5140 0 R 5141 0 R 5142 0 R 5143 0 R 5144 0 R 5145 0 R 5146 0 R 5147 0 R 5148 0 R 5149 0 R 5150 0 R 5151 0 R 5152 0 R 5153 0 R 5154 0 R 5155 0 R 5156 0 R 5157 0 R 5158 0 R 5159 0 R 5160 0 R 5161 0 R 5162 0 R 5163 0 R 5164 0 R 5165 0 R 5166 0 R 5167 0 R 5168 0 R 5169 0 R 5170 0 R 5171 0 R]
+/Annots [5086 0 R 5087 0 R 5088 0 R 5089 0 R 5090 0 R 5091 0 R 5092 0 R 5093 0 R 5094 0 R 5095 0 R 5096 0 R 5097 0 R 5098 0 R 5099 0 R 5100 0 R 5101 0 R 5102 0 R 5103 0 R 5104 0 R 5105 0 R 5106 0 R 5107 0 R 5108 0 R 5109 0 R 5110 0 R 5111 0 R 5112 0 R 5113 0 R 5114 0 R 5115 0 R 5116 0 R 5117 0 R 5118 0 R 5119 0 R 5120 0 R 5121 0 R 5122 0 R 5123 0 R 5124 0 R 5125 0 R 5126 0 R 5127 0 R 5128 0 R 5129 0 R 5130 0 R 5131 0 R 5132 0 R 5133 0 R 5134 0 R 5135 0 R 5136 0 R 5137 0 R 5138 0 R 5139 0 R 5140 0 R 5141 0 R 5142 0 R 5143 0 R 5144 0 R 5145 0 R 5146 0 R 5147 0 R 5148 0 R 5149 0 R 5150 0 R 5151 0 R 5152 0 R 5153 0 R 5154 0 R 5155 0 R 5156 0 R 5157 0 R 5158 0 R 5159 0 R 5160 0 R 5161 0 R 5162 0 R 5163 0 R 5164 0 R 5165 0 R 5166 0 R 5167 0 R 5168 0 R 5169 0 R 5170 0 R 5171 0 R 5172 0 R 5173 0 R]
 >>
 endobj
 40 0 obj
@@ -28646,7 +28646,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [5172 0 R 5173 0 R 5174 0 R 5175 0 R 5176 0 R 5177 0 R 5178 0 R 5179 0 R 5180 0 R 5181 0 R 5182 0 R 5183 0 R 5184 0 R 5185 0 R 5186 0 R 5187 0 R 5188 0 R 5189 0 R 5190 0 R 5191 0 R 5192 0 R 5193 0 R 5194 0 R 5195 0 R 5196 0 R 5197 0 R 5198 0 R 5199 0 R 5200 0 R 5201 0 R 5202 0 R 5203 0 R 5204 0 R 5205 0 R 5206 0 R 5207 0 R 5208 0 R 5209 0 R 5210 0 R 5211 0 R 5212 0 R 5213 0 R 5214 0 R 5215 0 R 5216 0 R 5217 0 R 5218 0 R 5219 0 R 5220 0 R 5221 0 R 5222 0 R 5223 0 R 5224 0 R 5225 0 R 5226 0 R 5227 0 R 5228 0 R 5229 0 R 5230 0 R 5231 0 R 5232 0 R 5233 0 R 5234 0 R 5235 0 R 5236 0 R 5237 0 R 5238 0 R 5239 0 R 5240 0 R 5241 0 R 5242 0 R 5243 0 R 5244 0 R 5245 0 R 5246 0 R 5247 0 R 5248 0 R 5249 0 R 5250 0 R 5251 0 R 5252 0 R 5253 0 R 5254 0 R 5255 0 R 5256 0 R 5257 0 R 5258 0 R 5259 0 R]
+/Annots [5174 0 R 5175 0 R 5176 0 R 5177 0 R 5178 0 R 5179 0 R 5180 0 R 5181 0 R 5182 0 R 5183 0 R 5184 0 R 5185 0 R 5186 0 R 5187 0 R 5188 0 R 5189 0 R 5190 0 R 5191 0 R 5192 0 R 5193 0 R 5194 0 R 5195 0 R 5196 0 R 5197 0 R 5198 0 R 5199 0 R 5200 0 R 5201 0 R 5202 0 R 5203 0 R 5204 0 R 5205 0 R 5206 0 R 5207 0 R 5208 0 R 5209 0 R 5210 0 R 5211 0 R 5212 0 R 5213 0 R 5214 0 R 5215 0 R 5216 0 R 5217 0 R 5218 0 R 5219 0 R 5220 0 R 5221 0 R 5222 0 R 5223 0 R 5224 0 R 5225 0 R 5226 0 R 5227 0 R 5228 0 R 5229 0 R 5230 0 R 5231 0 R 5232 0 R 5233 0 R 5234 0 R 5235 0 R 5236 0 R 5237 0 R 5238 0 R 5239 0 R 5240 0 R 5241 0 R 5242 0 R 5243 0 R 5244 0 R 5245 0 R 5246 0 R 5247 0 R 5248 0 R 5249 0 R 5250 0 R 5251 0 R 5252 0 R 5253 0 R 5254 0 R 5255 0 R 5256 0 R 5257 0 R 5258 0 R 5259 0 R 5260 0 R 5261 0 R]
 >>
 endobj
 42 0 obj
@@ -30429,7 +30429,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [5260 0 R 5261 0 R 5262 0 R 5263 0 R 5264 0 R 5265 0 R 5266 0 R 5267 0 R 5268 0 R 5269 0 R 5270 0 R 5271 0 R 5272 0 R 5273 0 R 5274 0 R 5275 0 R 5276 0 R 5277 0 R 5278 0 R 5279 0 R 5280 0 R 5281 0 R 5282 0 R 5283 0 R 5284 0 R 5285 0 R 5286 0 R 5287 0 R 5288 0 R 5289 0 R 5290 0 R 5291 0 R 5292 0 R 5293 0 R 5294 0 R 5295 0 R 5296 0 R 5297 0 R 5298 0 R 5299 0 R 5300 0 R 5301 0 R 5302 0 R 5303 0 R 5304 0 R 5305 0 R 5306 0 R 5307 0 R 5308 0 R 5309 0 R 5310 0 R 5311 0 R 5312 0 R 5313 0 R 5314 0 R 5315 0 R 5316 0 R 5317 0 R 5318 0 R 5319 0 R 5320 0 R 5321 0 R 5322 0 R 5323 0 R 5324 0 R 5325 0 R 5326 0 R 5327 0 R 5328 0 R 5329 0 R 5330 0 R 5331 0 R 5332 0 R 5333 0 R 5334 0 R 5335 0 R 5336 0 R 5337 0 R 5338 0 R 5339 0 R 5340 0 R 5341 0 R 5342 0 R 5343 0 R 5344 0 R 5345 0 R 5346 0 R 5347 0 R]
+/Annots [5262 0 R 5263 0 R 5264 0 R 5265 0 R 5266 0 R 5267 0 R 5268 0 R 5269 0 R 5270 0 R 5271 0 R 5272 0 R 5273 0 R 5274 0 R 5275 0 R 5276 0 R 5277 0 R 5278 0 R 5279 0 R 5280 0 R 5281 0 R 5282 0 R 5283 0 R 5284 0 R 5285 0 R 5286 0 R 5287 0 R 5288 0 R 5289 0 R 5290 0 R 5291 0 R 5292 0 R 5293 0 R 5294 0 R 5295 0 R 5296 0 R 5297 0 R 5298 0 R 5299 0 R 5300 0 R 5301 0 R 5302 0 R 5303 0 R 5304 0 R 5305 0 R 5306 0 R 5307 0 R 5308 0 R 5309 0 R 5310 0 R 5311 0 R 5312 0 R 5313 0 R 5314 0 R 5315 0 R 5316 0 R 5317 0 R 5318 0 R 5319 0 R 5320 0 R 5321 0 R 5322 0 R 5323 0 R 5324 0 R 5325 0 R 5326 0 R 5327 0 R 5328 0 R 5329 0 R 5330 0 R 5331 0 R 5332 0 R 5333 0 R 5334 0 R 5335 0 R 5336 0 R 5337 0 R 5338 0 R 5339 0 R 5340 0 R 5341 0 R 5342 0 R 5343 0 R 5344 0 R 5345 0 R 5346 0 R 5347 0 R 5348 0 R 5349 0 R]
 >>
 endobj
 44 0 obj
@@ -32212,7 +32212,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [5348 0 R 5349 0 R 5350 0 R 5351 0 R 5352 0 R 5353 0 R 5354 0 R 5355 0 R 5356 0 R 5357 0 R 5358 0 R 5359 0 R 5360 0 R 5361 0 R 5362 0 R 5363 0 R 5364 0 R 5365 0 R 5366 0 R 5367 0 R 5368 0 R 5369 0 R 5370 0 R 5371 0 R 5372 0 R 5373 0 R 5374 0 R 5375 0 R 5376 0 R 5377 0 R 5378 0 R 5379 0 R 5380 0 R 5381 0 R 5382 0 R 5383 0 R 5384 0 R 5385 0 R 5386 0 R 5387 0 R 5388 0 R 5389 0 R 5390 0 R 5391 0 R 5392 0 R 5393 0 R 5394 0 R 5395 0 R 5396 0 R 5397 0 R 5398 0 R 5399 0 R 5400 0 R 5401 0 R 5402 0 R 5403 0 R 5404 0 R 5405 0 R 5406 0 R 5407 0 R 5408 0 R 5409 0 R 5410 0 R 5411 0 R 5412 0 R 5413 0 R 5414 0 R 5415 0 R 5416 0 R 5417 0 R 5418 0 R 5419 0 R 5420 0 R 5421 0 R 5422 0 R 5423 0 R 5424 0 R 5425 0 R 5426 0 R 5427 0 R 5428 0 R 5429 0 R 5430 0 R 5431 0 R 5432 0 R 5433 0 R 5434 0 R 5435 0 R]
+/Annots [5350 0 R 5351 0 R 5352 0 R 5353 0 R 5354 0 R 5355 0 R 5356 0 R 5357 0 R 5358 0 R 5359 0 R 5360 0 R 5361 0 R 5362 0 R 5363 0 R 5364 0 R 5365 0 R 5366 0 R 5367 0 R 5368 0 R 5369 0 R 5370 0 R 5371 0 R 5372 0 R 5373 0 R 5374 0 R 5375 0 R 5376 0 R 5377 0 R 5378 0 R 5379 0 R 5380 0 R 5381 0 R 5382 0 R 5383 0 R 5384 0 R 5385 0 R 5386 0 R 5387 0 R 5388 0 R 5389 0 R 5390 0 R 5391 0 R 5392 0 R 5393 0 R 5394 0 R 5395 0 R 5396 0 R 5397 0 R 5398 0 R 5399 0 R 5400 0 R 5401 0 R 5402 0 R 5403 0 R 5404 0 R 5405 0 R 5406 0 R 5407 0 R 5408 0 R 5409 0 R 5410 0 R 5411 0 R 5412 0 R 5413 0 R 5414 0 R 5415 0 R 5416 0 R 5417 0 R 5418 0 R 5419 0 R 5420 0 R 5421 0 R 5422 0 R 5423 0 R 5424 0 R 5425 0 R 5426 0 R 5427 0 R 5428 0 R 5429 0 R 5430 0 R 5431 0 R 5432 0 R 5433 0 R 5434 0 R 5435 0 R 5436 0 R 5437 0 R]
 >>
 endobj
 46 0 obj
@@ -33955,7 +33955,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [5436 0 R 5437 0 R 5438 0 R 5439 0 R 5440 0 R 5441 0 R 5442 0 R 5443 0 R 5444 0 R 5445 0 R 5446 0 R 5447 0 R 5448 0 R 5449 0 R 5450 0 R 5451 0 R 5452 0 R 5453 0 R 5454 0 R 5455 0 R 5456 0 R 5457 0 R 5458 0 R 5459 0 R 5460 0 R 5461 0 R 5462 0 R 5463 0 R 5464 0 R 5465 0 R 5466 0 R 5467 0 R 5468 0 R 5469 0 R 5470 0 R 5471 0 R 5472 0 R 5473 0 R 5474 0 R 5475 0 R 5476 0 R 5477 0 R 5478 0 R 5479 0 R 5480 0 R 5481 0 R 5482 0 R 5483 0 R 5484 0 R 5485 0 R 5486 0 R 5487 0 R 5488 0 R 5489 0 R 5490 0 R 5491 0 R 5492 0 R 5493 0 R 5494 0 R 5495 0 R 5496 0 R 5497 0 R 5498 0 R 5499 0 R 5500 0 R 5501 0 R 5502 0 R 5503 0 R 5504 0 R 5505 0 R 5506 0 R 5507 0 R 5508 0 R 5509 0 R 5510 0 R 5511 0 R 5512 0 R 5513 0 R 5514 0 R 5515 0 R 5516 0 R 5517 0 R 5518 0 R 5519 0 R 5520 0 R 5521 0 R]
+/Annots [5438 0 R 5439 0 R 5440 0 R 5441 0 R 5442 0 R 5443 0 R 5444 0 R 5445 0 R 5446 0 R 5447 0 R 5448 0 R 5449 0 R 5450 0 R 5451 0 R 5452 0 R 5453 0 R 5454 0 R 5455 0 R 5456 0 R 5457 0 R 5458 0 R 5459 0 R 5460 0 R 5461 0 R 5462 0 R 5463 0 R 5464 0 R 5465 0 R 5466 0 R 5467 0 R 5468 0 R 5469 0 R 5470 0 R 5471 0 R 5472 0 R 5473 0 R 5474 0 R 5475 0 R 5476 0 R 5477 0 R 5478 0 R 5479 0 R 5480 0 R 5481 0 R 5482 0 R 5483 0 R 5484 0 R 5485 0 R 5486 0 R 5487 0 R 5488 0 R 5489 0 R 5490 0 R 5491 0 R 5492 0 R 5493 0 R 5494 0 R 5495 0 R 5496 0 R 5497 0 R 5498 0 R 5499 0 R 5500 0 R 5501 0 R 5502 0 R 5503 0 R 5504 0 R 5505 0 R 5506 0 R 5507 0 R 5508 0 R 5509 0 R 5510 0 R 5511 0 R 5512 0 R 5513 0 R 5514 0 R 5515 0 R 5516 0 R 5517 0 R 5518 0 R 5519 0 R 5520 0 R 5521 0 R 5522 0 R 5523 0 R]
 >>
 endobj
 48 0 obj
@@ -35218,7 +35218,7 @@ endobj
 >>
 endobj
 62 0 obj
-<< /Kids [1013 0 R 3573 0 R 1014 0 R 2999 0 R 1373 0 R 1936 0 R]
+<< /Kids [1013 0 R 3575 0 R 1014 0 R 3001 0 R 1373 0 R 1936 0 R]
 >>
 endobj
 63 0 obj
@@ -35243,11 +35243,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAAA+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 6359 0 R
+/FontDescriptor 6361 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 6361 0 R
-/ToUnicode 6360 0 R
+/Widths 6363 0 R
+/ToUnicode 6362 0 R
 >>
 endobj
 66 0 obj
@@ -42482,12 +42482,12 @@ endobj
 endobj
 183 0 obj
 << /Limits [(About_This_Document) (alter_sequence_syntax)]
-/Names [(About_This_Document) 60 0 R (Decode_function) 2816 0 R (Document_Organization) 73 0 R (Intended_Audience) 66 0 R (New_and_Changed_Information) 69 0 R (_authorization_ids) 1709 0 R (abs_function) 2476 0 R (accessing_trafodion_sql_tables) 128 0 R (accumulated_statistics_of_an_executing_statement) 3773 0 R (acos_function) 2481 0 R (active-sessions-for-the-user) 890 0 R (adaptive_statistics_collection) 3722 0 R (add_months_function) 2486 0 R (adding_or_subtracting_imprecise_interval_values) 1822 0 R (additional_rules_for_arithmetic_operations) 1900 0 R (aggregate-set-functions) 2291 0 R (alter_sequence_considerations) 414 0 R (alter_sequence_examples) 417 0 R (alter_sequence_statement) 404 0 R (alter_sequence_syntax) 409 0 R]
+/Names [(About_This_Document) 60 0 R (Decode_function) 2818 0 R (Document_Organization) 73 0 R (Intended_Audience) 66 0 R (New_and_Changed_Information) 69 0 R (_authorization_ids) 1709 0 R (abs_function) 2478 0 R (accessing_trafodion_sql_tables) 128 0 R (accumulated_statistics_of_an_executing_statement) 3775 0 R (acos_function) 2483 0 R (active-sessions-for-the-user) 890 0 R (adaptive_statistics_collection) 3724 0 R (add_months_function) 2488 0 R (adding_or_subtracting_imprecise_interval_values) 1822 0 R (additional_rules_for_arithmetic_operations) 1900 0 R (aggregate-set-functions) 2291 0 R (alter_sequence_considerations) 414 0 R (alter_sequence_examples) 417 0 R (alter_sequence_statement) 404 0 R (alter_sequence_syntax) 409 0 R]
 >>
 endobj
 184 0 obj
 << /Limits [(invoke_considerations) (keys)]
-/Names [(invoke_considerations) 1124 0 R (invoke_examples) 1126 0 R (invoke_required_privileges) 1125 0 R (invoke_statement) 1119 0 R (invoke_syntax) 1121 0 R (is_ipv4_function) 2934 0 R (is_ipv6_function) 2939 0 R (isnull_function) 2952 0 R (juliantimestamp_function) 2958 0 R (keys) 1934 0 R]
+/Names [(invoke_considerations) 1124 0 R (invoke_examples) 1126 0 R (invoke_required_privileges) 1125 0 R (invoke_statement) 1119 0 R (invoke_syntax) 1121 0 R (is_ipv4_function) 2936 0 R (is_ipv6_function) 2941 0 R (isnull_function) 2954 0 R (juliantimestamp_function) 2960 0 R (keys) 1934 0 R]
 >>
 endobj
 185 0 obj
@@ -46604,7 +46604,7 @@ endobj
 endobj
 304 0 obj
 << /Limits [(supported_sql_statements_with_hive_tables) (sysdate_function)]
-/Names [(supported_sql_statements_with_hive_tables) 172 0 R (syntax-description-of-grant) 1041 0 R (syntax-description-of-revoke) 1182 0 R (syntax-description-of-revoke-component-privilege) 1202 0 R (syntax-of-queryid_extract) 3803 0 R (syntax_description_of_datediff) 2734 0 R (syntax_description_of_identity_column) 1922 0 R (syntax_descriptions_of_emptyblob_function) 2859 0 R (syntax_descriptions_of_emptyclob_function) 2867 0 R (syntax_for_default_clause) 2204 0 R (syntax_of_get_statistics) 3727 0 R (syntax_of_statistics_table-valued_function) 3810 0 R (sysdate_function) 3443 0 R]
+/Names [(supported_sql_statements_with_hive_tables) 172 0 R (syntax-description-of-grant) 1041 0 R (syntax-description-of-revoke) 1182 0 R (syntax-description-of-revoke-component-privilege) 1202 0 R (syntax-of-queryid_extract) 3805 0 R (syntax_description_of_datediff) 2736 0 R (syntax_description_of_identity_column) 1922 0 R (syntax_descriptions_of_emptyblob_function) 2861 0 R (syntax_descriptions_of_emptyclob_function) 2869 0 R (syntax_for_default_clause) 2204 0 R (syntax_of_get_statistics) 3729 0 R (syntax_of_statistics_table-valued_function) 3812 0 R (sysdate_function) 3445 0 R]
 >>
 endobj
 305 0 obj
@@ -51196,7 +51196,7 @@ endobj
 endobj
 410 0 obj
 << /Limits [(ansi_names_for_hive_tables) (between_predicate)]
-/Names [(ansi_names_for_hive_tables) 166 0 R (ascii_function) 2496 0 R (asin_function) 2509 0 R (asin_function) 2502 0 R (atan2_function) 2520 0 R (atan_function) 2514 0 R (authname_function) 2525 0 R (authorization_and_availability_requirements) 454 0 R (avg_function) 2532 0 R (avg_nulls) 2541 0 R (avg_window_function) 3621 0 R (base_tables_and_views) 2180 0 R (before-you-drop-a-role) 887 0 R (begin_work_considerations) 476 0 R (begin_work_examples) 477 0 R (begin_work_statement) 474 0 R (between_predicate) 2008 0 R]
+/Names [(ansi_names_for_hive_tables) 166 0 R (ascii_function) 2498 0 R (asin_function) 2511 0 R (asin_function) 2504 0 R (atan2_function) 2522 0 R (atan_function) 2516 0 R (authname_function) 2527 0 R (authorization_and_availability_requirements) 454 0 R (avg_function) 2534 0 R (avg_nulls) 2543 0 R (avg_window_function) 3623 0 R (base_tables_and_views) 2180 0 R (before-you-drop-a-role) 887 0 R (begin_work_considerations) 476 0 R (begin_work_examples) 477 0 R (begin_work_statement) 474 0 R (between_predicate) 2008 0 R]
 >>
 endobj
 411 0 obj
@@ -59601,7 +59601,7 @@ endobj
 endobj
 492 0 obj
 << /Limits [(cardinality_of_the_transpose_result) (character_value_expressions)]
-/Names [(cardinality_of_the_transpose_result) 2275 0 R (case_expression) 2561 0 R (case_insensitive_delimited_identifiers) 1911 0 R (cast_expression) 2580 0 R (ceiling_function) 2590 0 R (cell_per_row_access_to_hbase_tables) 133 0 R (char_and_varchar_operands) 2604 0 R (char_and_varchar_operands_1) 3165 0 R (char_function) 2596 0 R (char_length_function) 2601 0 R (character_data_type) 2567 0 R (character_data_types) 1780 0 R (character_sets) 1711 0 R (character_string_data_types) 1798 0 R (character_string_functions) 2303 0 R (character_string_literals) 1952 0 R (character_value_expressions) 1850 0 R]
+/Names [(cardinality_of_the_transpose_result) 2275 0 R (case_expression) 2563 0 R (case_insensitive_delimited_identifiers) 1911 0 R (cast_expression) 2582 0 R (ceiling_function) 2592 0 R (cell_per_row_access_to_hbase_tables) 133 0 R (char_and_varchar_operands) 2606 0 R (char_and_varchar_operands_1) 3167 0 R (char_function) 2598 0 R (char_length_function) 2603 0 R (character_data_type) 2569 0 R (character_data_types) 1780 0 R (character_sets) 1711 0 R (character_string_data_types) 1798 0 R (character_string_functions) 2303 0 R (character_string_literals) 1952 0 R (character_value_expressions) 1850 0 R]
 >>
 endobj
 493 0 obj
@@ -102166,7 +102166,7 @@ endobj
 endobj
 798 0 obj
 << /Limits [(create_view_updatable_and_non_updatable_views) (current_user_function)]
-/Names [(create_view_updatable_and_non_updatable_views) 797 0 R (create_view_vertical_partition_example) 813 0 R (create_volatile_table_considerations) 729 0 R (creating_and_dropping_schemas) 2148 0 R (creating_or_adding_constraints_on_sql_tables) 1726 0 R (current_date_function) 2681 0 R (current_function) 2675 0 R (current_time_function) 2685 0 R (current_timestamp_function) 2689 0 R (current_user_function) 2694 0 R]
+/Names [(create_view_updatable_and_non_updatable_views) 797 0 R (create_view_vertical_partition_example) 813 0 R (create_volatile_table_considerations) 729 0 R (creating_and_dropping_schemas) 2148 0 R (creating_or_adding_constraints_on_sql_tables) 1726 0 R (current_date_function) 2683 0 R (current_function) 2677 0 R (current_time_function) 2687 0 R (current_timestamp_function) 2691 0 R (current_user_function) 2696 0 R]
 >>
 endobj
 799 0 obj
@@ -105557,7 +105557,7 @@ endobj
 endobj
 835 0 obj
 << /Limits [(delete_isolation-levels-of-transactions-and-access-options-of-statements) (drop_index_considerations)]
-/Names [(delete_isolation-levels-of-transactions-and-access-options-of-statements) 827 0 R (delete_statement) 816 0 R (delete_syntax) 817 0 R (delete_transaction-initiation-and-termination) 826 0 R (delimited_identifiers) 1910 0 R (dense_rank_window_function) 3641 0 R (derived_column_names) 1720 0 R (descending_columns_in_keys) 2016 0 R (diff1_function) 2833 0 R (diff2_function) 2845 0 R (difference_between_char_and_varchar) 1804 0 R (difference_sequence_functions) 2423 0 R (displaying_sql_runtime_statistics) 3751 0 R (drop_function_considerations) 838 0 R (drop_function_examples) 842 0 R (drop_function_required_privileges) 839 0 R (drop_function_statement) 833 0 R (drop_function_syntax) 834 0 R (drop_index_considerations) 849 0 R]
+/Names [(delete_isolation-levels-of-transactions-and-access-options-of-statements) 827 0 R (delete_statement) 816 0 R (delete_syntax) 817 0 R (delete_transaction-initiation-and-termination) 826 0 R (delimited_identifiers) 1910 0 R (dense_rank_window_function) 3643 0 R (derived_column_names) 1720 0 R (descending_columns_in_keys) 2016 0 R (diff1_function) 2835 0 R (diff2_function) 2847 0 R (difference_between_char_and_varchar) 1804 0 R (difference_sequence_functions) 2425 0 R (displaying_sql_runtime_statistics) 3753 0 R (drop_function_considerations) 838 0 R (drop_function_examples) 842 0 R (drop_function_required_privileges) 839 0 R (drop_function_statement) 833 0 R (drop_function_syntax) 834 0 R (drop_index_considerations) 849 0 R]
 >>
 endobj
 836 0 obj
@@ -108868,7 +108868,7 @@ endobj
 endobj
 891 0 obj
 << /Limits [(alter_table_considerations) (ansi_compliant_statements)]
-/Names [(alter_table_considerations) 452 0 R (alter_table_examples) 459 0 R (alter_table_statement) 421 0 R (alter_table_syntax) 427 0 R (alter_user_considerations) 470 0 R (alter_user_examples) 471 0 R (alter_user_statement) 464 0 R (alter_user_syntax) 465 0 R (alternative_forms) 3424 0 R (ansi_compliance_and_trafodion_sql_extensions) 210 0 R (ansi_compliant_functions) 273 0 R (ansi_compliant_statements) 211 0 R]
+/Names [(alter_table_considerations) 452 0 R (alter_table_examples) 459 0 R (alter_table_statement) 421 0 R (alter_table_syntax) 427 0 R (alter_user_considerations) 470 0 R (alter_user_examples) 471 0 R (alter_user_statement) 464 0 R (alter_user_syntax) 465 0 R (alternative_forms) 3426 0 R (ansi_compliance_and_trafodion_sql_extensions) 210 0 R (ansi_compliant_functions) 273 0 R (ansi_compliant_statements) 211 0 R]
 >>
 endobj
 892 0 obj
@@ -115274,7 +115274,7 @@ endobj
 endobj
 975 0 obj
 << /Limits [(emptyblob_function) (examples_of_add_months)]
-/Names [(emptyblob_function) 2858 0 R (emptyclob_function) 2866 0 R (encryption_functions) 2415 0 R (equivalent-result) 2836 0 R (equivalent_result) 3338 0 R (equivalent_result) 3311 0 R (equivalent_result_1) 2849 0 R (error) 2745 0 R (example_of_a_base_table) 2184 0 R (example_of_a_view) 2191 0 R (example_of_extended_numeric_precision_data_type) 1795 0 R (examples-of-create-table) 761 0 R (examples-of-decode) 2824 0 R (examples-of-null) 2107 0 R (examples-of-table-statement) 1437 0 R (examples_of_abs) 2478 0 R (examples_of_acos) 2483 0 R (examples_of_add_months) 2493 0 R]
+/Names [(emptyblob_function) 2860 0 R (emptyclob_function) 2868 0 R (encryption_functions) 2419 0 R (equivalent-result) 2838 0 R (equivalent_result) 3340 0 R (equivalent_result) 3313 0 R (equivalent_result_1) 2851 0 R (error) 2747 0 R (example_of_a_base_table) 2184 0 R (example_of_a_view) 2191 0 R (example_of_extended_numeric_precision_data_type) 1795 0 R (examples-of-create-table) 761 0 R (examples-of-decode) 2826 0 R (examples-of-null) 2107 0 R (examples-of-table-statement) 1437 0 R (examples_of_abs) 2480 0 R (examples_of_acos) 2485 0 R (examples_of_add_months) 2495 0 R]
 >>
 endobj
 976 0 obj
@@ -120910,17 +120910,17 @@ endobj
 endobj
 1012 0 obj
 << /Limits [(explain_obtaining_explain_plans) (externaltolob_function_examples)]
-/Names [(explain_obtaining_explain_plans) 976 0 R (explain_required_privileges) 974 0 R (explain_statement) 964 0 R (explain_syntax) 967 0 R (explicit_correlation_names) 1735 0 R (expressions) 1843 0 R (extended_numeric_precision) 1786 0 R (externaltolob_function) 2896 0 R (externaltolob_function_considerations) 2899 0 R (externaltolob_function_examples) 2900 0 R]
+/Names [(explain_obtaining_explain_plans) 976 0 R (explain_required_privileges) 974 0 R (explain_statement) 964 0 R (explain_syntax) 967 0 R (explicit_correlation_names) 1735 0 R (expressions) 1843 0 R (extended_numeric_precision) 1786 0 R (externaltolob_function) 2898 0 R (externaltolob_function_considerations) 2901 0 R (externaltolob_function_examples) 2902 0 R]
 >>
 endobj
 1013 0 obj
 << /Limits [(About_This_Document) (considerations_for_extended_numeric_precision_data_type)]
-/Kids [183 0 R 891 0 R 410 0 R 2503 0 R 492 0 R 2562 0 R 1716 0 R 2067 0 R 2536 0 R 2697 0 R]
+/Kids [183 0 R 891 0 R 410 0 R 2505 0 R 492 0 R 2564 0 R 1716 0 R 2067 0 R 2538 0 R 2699 0 R]
 >>
 endobj
 1014 0 obj
 << /Limits [(create_table_required_privileges) (examples_of_add_months)]
-/Kids [728 0 R 798 0 R 3436 0 R 1991 0 R 2751 0 R 3579 0 R 835 0 R 858 0 R 882 0 R 916 0 R 941 0 R 975 0 R]
+/Kids [728 0 R 798 0 R 3438 0 R 1991 0 R 2753 0 R 3581 0 R 835 0 R 858 0 R 882 0 R 916 0 R 941 0 R 975 0 R]
 >>
 endobj
 1015 0 obj
@@ -130621,7 +130621,7 @@ endobj
 endobj
 1102 0 obj
 << /Limits [(grant_statement) (in_predicate_results)]
-/Names [(grant_statement) 1037 0 R (group_concat_function) 2918 0 R (hbase-snapshots) 1564 0 R (hive-scans) 1571 0 R (hive-source-table) 1562 0 R (hour_function) 2922 0 R (identifiers) 1908 0 R (identity_column) 1920 0 R (implicit_correlation_names) 1738 0 R (improving-throughput) 1561 0 R (in_predicate) 2050 0 R (in_predicate_results) 2059 0 R]
+/Names [(grant_statement) 1037 0 R (group_concat_function) 2920 0 R (hbase-snapshots) 1564 0 R (hive-scans) 1571 0 R (hive-source-table) 1562 0 R (hour_function) 2924 0 R (identifiers) 1908 0 R (identity_column) 1920 0 R (implicit_correlation_names) 1738 0 R (improving-throughput) 1561 0 R (in_predicate) 2050 0 R (in_predicate_results) 2059 0 R]
 >>
 endobj
 1103 0 obj
@@ -135342,7 +135342,7 @@ endobj
 endobj
 1146 0 obj
 << /Limits [(merge_syntax) (movingcount_function)]
-/Names [(merge_syntax) 1132 0 R (merge_upsert_using_single_row) 1136 0 R (min_function) 3058 0 R (min_window_function) 3675 0 R (minute_function) 3067 0 R (mod_function) 3072 0 R (month_function) 3078 0 R (monthname_function) 3083 0 R (moving_sequence_functions) 2426 0 R (movingavg_function) 3089 0 R (movingcount_function) 3097 0 R]
+/Names [(merge_syntax) 1132 0 R (merge_upsert_using_single_row) 1136 0 R (min_function) 3060 0 R (min_window_function) 3677 0 R (minute_function) 3069 0 R (mod_function) 3074 0 R (month_function) 3080 0 R (monthname_function) 3085 0 R (moving_sequence_functions) 2428 0 R (movingavg_function) 3091 0 R (movingcount_function) 3099 0 R]
 >>
 endobj
 1147 0 obj
@@ -138064,7 +138064,7 @@ endobj
 endobj
 1180 0 obj
 << /Limits [(regular_identifiers) (reserved_sql_identifiers_c)]
-/Names [(regular_identifiers) 1909 0 R (relationship_to_the_juliantimestamp_function) 2640 0 R (repeat_function) 3224 0 R (replace_function) 3229 0 R (required-privileges) 455 0 R (requirements_for_the_expression_length_and_start_position) 3426 0 R (reserved-sql-identifers-f) 3827 0 R (reserved_sql_identifiers_a) 3820 0 R (reserved_sql_identifiers_b) 3821 0 R (reserved_sql_identifiers_c) 3822 0 R]
+/Names [(regular_identifiers) 1909 0 R (relationship_to_the_juliantimestamp_function) 2642 0 R (repeat_function) 3226 0 R (replace_function) 3231 0 R (required-privileges) 455 0 R (requirements_for_the_expression_length_and_start_position) 3428 0 R (reserved-sql-identifers-f) 3829 0 R (reserved_sql_identifiers_a) 3822 0 R (reserved_sql_identifiers_b) 3823 0 R (reserved_sql_identifiers_c) 3824 0 R]
 >>
 endobj
 1181 0 obj
@@ -142466,7 +142466,7 @@ endobj
 endobj
 1223 0 obj
 << /Limits [(revoke_role_examples) (rules_for_dml_statements)]
-/Names [(revoke_role_examples) 1224 0 R (revoke_role_statement) 1216 0 R (revoke_role_syntax) 1219 0 R (right_function) 3234 0 R (roles) 2137 0 R (rollback_work_begin_and_end_a_transaction) 1233 0 R (rollback_work_considerations) 1232 0 R (rollback_work_examples) 1234 0 R (rollback_work_statement) 1229 0 R (rollback_work_syntax) 1231 0 R (rollup_function) 3240 0 R (round_function) 3266 0 R (row_number_window_function) 3688 0 R (rows_since_changed_function) 3282 0 R (rows_since_function) 3272 0 R (rowwise_access_to_hbase_tables) 136 0 R (rpad_function) 3290 0 R (rtrim_function) 3298 0 R (rules_for_dml_statements) 198 0 R]
+/Names [(revoke_role_examples) 1224 0 R (revoke_role_statement) 1216 0 R (revoke_role_syntax) 1219 0 R (right_function) 3236 0 R (roles) 2137 0 R (rollback_work_begin_and_end_a_transaction) 1233 0 R (rollback_work_considerations) 1232 0 R (rollback_work_examples) 1234 0 R (rollback_work_statement) 1229 0 R (rollback_work_syntax) 1231 0 R (rollup_function) 3242 0 R (round_function) 3268 0 R (row_number_window_function) 3690 0 R (rows_since_changed_function) 3284 0 R (rows_since_function) 3274 0 R (rowwise_access_to_hbase_tables) 136 0 R (rpad_function) 3292 0 R (rtrim_function) 3300 0 R (rules_for_dml_statements) 198 0 R]
 >>
 endobj
 1224 0 obj
@@ -155079,7 +155079,7 @@ endobj
 endobj
 1298 0 obj
 << /Limits [(rules_for_extended_numeric_precision_data_type) (runningsum_function)]
-/Names [(rules_for_extended_numeric_precision_data_type) 1792 0 R (running_sequence_functions) 2436 0 R (runningavg_function) 3308 0 R (runningcount_function) 3315 0 R (runningmax_function) 3324 0 R (runningmin_function) 3329 0 R (runningrank_function) 3210 0 R (runningrank_null_values) 3215 0 R (runningstddev_function) 3335 0 R (runningsum_function) 3344 0 R]
+/Names [(rules_for_extended_numeric_precision_data_type) 1792 0 R (running_sequence_functions) 2438 0 R (runningavg_function) 3310 0 R (runningcount_function) 3317 0 R (runningmax_function) 3326 0 R (runningmin_function) 3331 0 R (runningrank_function) 3212 0 R (runningrank_null_values) 3217 0 R (runningstddev_function) 3337 0 R (runningsum_function) 3346 0 R]
 >>
 endobj
 1299 0 obj
@@ -156500,7 +156500,7 @@ endobj
 endobj
 1315 0 obj
 << /Limits [(select_order_by_clause_and_the_union_operator) (set_schema_syntax)]
-/Names [(select_order_by_clause_and_the_union_operator) 1325 0 R (select_restrictions_on_embedded_inserts) 1305 0 R (select_statement) 1237 0 R (select_syntax) 1244 0 R (select_union_all_and_associativity) 1331 0 R (select_use_of_views_with_select) 1301 0 R (sequence_by_clause) 2248 0 R (sequence_functions) 2420 0 R (sequence_order_dependency) 3212 0 R (set_schema_considerations) 1363 0 R (set_schema_examples) 1365 0 R (set_schema_statement) 1359 0 R (set_schema_syntax) 1360 0 R]
+/Names [(select_order_by_clause_and_the_union_operator) 1325 0 R (select_restrictions_on_embedded_inserts) 1305 0 R (select_statement) 1237 0 R (select_syntax) 1244 0 R (select_union_all_and_associativity) 1331 0 R (select_use_of_views_with_select) 1301 0 R (sequence_by_clause) 2248 0 R (sequence_functions) 2424 0 R (sequence_order_dependency) 3214 0 R (set_schema_considerations) 1363 0 R (set_schema_examples) 1365 0 R (set_schema_statement) 1359 0 R (set_schema_syntax) 1360 0 R]
 >>
 endobj
 1316 0 obj
@@ -165382,12 +165382,12 @@ endobj
 endobj
 1372 0 obj
 << /Limits [(set_transaction_consideration) (showcontrol_syntax)]
-/Names [(set_transaction_consideration) 1370 0 R (set_transaction_examples) 1377 0 R (set_transaction_explicit_transactions) 1376 0 R (set_transaction_implicit_transactions) 1371 0 R (set_transaction_statement) 1368 0 R (set_transaction_syntax) 1369 0 R (sha2_function) 3367 0 R (sha_function) 3362 0 R (show_get_and_explain_statements) 391 0 R (showcontrol_examples) 1388 0 R (showcontrol_statement) 1380 0 R (showcontrol_syntax) 1381 0 R]
+/Names [(set_transaction_consideration) 1370 0 R (set_transaction_examples) 1377 0 R (set_transaction_explicit_transactions) 1376 0 R (set_transaction_implicit_transactions) 1371 0 R (set_transaction_statement) 1368 0 R (set_transaction_syntax) 1369 0 R (sha2_function) 3369 0 R (sha_function) 3364 0 R (show_get_and_explain_statements) 391 0 R (showcontrol_examples) 1388 0 R (showcontrol_statement) 1380 0 R (showcontrol_syntax) 1381 0 R]
 >>
 endobj
 1373 0 obj
 << /Limits [(grant_component_privilege_considerations) (rules_for_dml_statements)]
-/Kids [1079 0 R 1102 0 R 2060 0 R 1563 0 R 184 0 R 2967 0 R 1935 0 R 3032 0 R 1146 0 R 3098 0 R 1996 0 R 3047 0 R 1638 0 R 1944 0 R 1120 0 R 1180 0 R 3829 0 R 3842 0 R 3187 0 R 1223 0 R]
+/Kids [1079 0 R 1102 0 R 2060 0 R 1563 0 R 184 0 R 2969 0 R 1935 0 R 3034 0 R 1146 0 R 3100 0 R 1996 0 R 3049 0 R 1638 0 R 1944 0 R 1120 0 R 1180 0 R 3831 0 R 3844 0 R 3189 0 R 1223 0 R]
 >>
 endobj
 1374 0 obj
@@ -170928,7 +170928,7 @@ endobj
 endobj
 1425 0 obj
 << /Limits [(showddl_statement) (sql_language)]
-/Names [(showddl_statement) 1391 0 R (showddl_syntax) 1392 0 R (showstats-statement) 1416 0 R (showstats_considerations) 1424 0 R (showstats_examples) 1427 0 R (showstats_required_privileges) 1426 0 R (showstats_syntax) 1417 0 R (sign_function) 3371 0 R (signed_intervals) 1832 0 R (similarity_to_char_length_function) 3166 0 R (sin_function) 3377 0 R (sinh_function) 3383 0 R (space-usage) 1569 0 R (space_function) 3389 0 R (sql-parameters) 2625 0 R (sql_clauses) 2194 0 R (sql_functions_and_expressions) 2289 0 R (sql_indexes) 1930 0 R (sql_language) 106 0 R]
+/Names [(showddl_statement) 1391 0 R (showddl_syntax) 1392 0 R (showstats-statement) 1416 0 R (showstats_considerations) 1424 0 R (showstats_examples) 1427 0 R (showstats_required_privileges) 1426 0 R (showstats_syntax) 1417 0 R (sign_function) 3373 0 R (signed_intervals) 1832 0 R (similarity_to_char_length_function) 3168 0 R (sin_function) 3379 0 R (sinh_function) 3385 0 R (space-usage) 1569 0 R (space_function) 3391 0 R (sql-parameters) 2627 0 R (sql_clauses) 2194 0 R (sql_functions_and_expressions) 2289 0 R (sql_indexes) 1930 0 R (sql_language) 106 0 R]
 >>
 endobj
 1426 0 obj
@@ -172425,7 +172425,7 @@ endobj
 endobj
 1441 0 obj
 << /Limits [(transaction-required) (update_authorization_requirements)]
-/Names [(transaction-required) 627 0 R (transaction_control_statements) 348 0 R (transaction_isolation_levels) 205 0 R (transaction_management) 187 0 R (translate_function) 3519 0 R (transpose_clause) 2263 0 R (trim_function) 3522 0 R (type_mapping_from_hive_to_trafodion_sql) 169 0 R (ucase_function) 3532 0 R (unload_considerations) 1663 0 R (unload_examples) 1665 0 R (unload_required_privileges) 1664 0 R (unload_statement) 1656 0 R (unload_syntax) 1657 0 R (unregister_user_considerations) 1444 0 R (unregister_user_examples) 1447 0 R (unregister_user_statement) 1440 0 R (unregister_user_syntax) 1442 0 R (update_authorization_requirements) 1465 0 R]
+/Names [(transaction-required) 627 0 R (transaction_control_statements) 348 0 R (transaction_isolation_levels) 205 0 R (transaction_management) 187 0 R (translate_function) 3521 0 R (transpose_clause) 2263 0 R (trim_function) 3524 0 R (type_mapping_from_hive_to_trafodion_sql) 169 0 R (ucase_function) 3534 0 R (unload_considerations) 1663 0 R (unload_examples) 1665 0 R (unload_required_privileges) 1664 0 R (unload_statement) 1656 0 R (unload_syntax) 1657 0 R (unregister_user_considerations) 1444 0 R (unregister_user_examples) 1447 0 R (unregister_user_statement) 1440 0 R (unregister_user_syntax) 1442 0 R (update_authorization_requirements) 1465 0 R]
 >>
 endobj
 1442 0 obj
@@ -178560,7 +178560,7 @@ endobj
 endobj
 1498 0 obj
 << /Limits [(update_transaction_initiation_and_termination) (user_function)]
-/Names [(update_transaction_initiation_and_termination) 1466 0 R (update_updating_character_values) 1476 0 R (upper_function) 3543 0 R (upsert_examples) 1490 0 R (upsert_statement) 1483 0 R (upsert_syntax) 1484 0 R (upshift_function) 3552 0 R (use_of_converttimestamp) 2641 0 R (user_defined_and_system_defined_transactions) 193 0 R (user_function) 3561 0 R]
+/Names [(update_transaction_initiation_and_termination) 1466 0 R (update_updating_character_values) 1476 0 R (upper_function) 3545 0 R (upsert_examples) 1490 0 R (upsert_statement) 1483 0 R (upsert_syntax) 1484 0 R (upshift_function) 3554 0 R (use_of_converttimestamp) 2643 0 R (user_defined_and_system_defined_transactions) 193 0 R (user_function) 3563 0 R]
 >>
 endobj
 1499 0 obj
@@ -186229,7 +186229,7 @@ endobj
 endobj
 1563 0 obj
 << /Limits [(insert_statement) (introduction)]
-/Names [(insert_statement) 1085 0 R (insert_syntax) 1086 0 R (insert_transaction_initiation_and_termination) 1093 0 R (insert_use_of_a_values_clause_for_the_source_query_expression) 1098 0 R (insert_using_compatible_data_types) 1103 0 R (inserting-character-values) 1104 0 R (inserting-date-and-time-values) 1107 0 R (inserting-interval-values) 1106 0 R (inserting-nulls) 1110 0 R (inserting-numeric-values) 1105 0 R (interval_data_type) 2572 0 R (interval_data_types) 1818 0 R (interval_data_types) 1784 0 R (interval_leading_precision) 1828 0 R (interval_literals) 1970 0 R (interval_qualifier) 1883 0 R (interval_ranges) 1831 0 R (interval_value_expressions) 1874 0 R (introduction) 98 0 R]
+/Names [(insert_statement) 1085 0 R (insert_syntax) 1086 0 R (insert_transaction_initiation_and_termination) 1093 0 R (insert_use_of_a_values_clause_for_the_source_query_expression) 1098 0 R (insert_using_compatible_data_types) 1103 0 R (inserting-character-values) 1104 0 R (inserting-date-and-time-values) 1107 0 R (inserting-interval-values) 1106 0 R (inserting-nulls) 1110 0 R (inserting-numeric-values) 1105 0 R (interval_data_type) 2574 0 R (interval_data_types) 1818 0 R (interval_data_types) 1784 0 R (interval_leading_precision) 1828 0 R (interval_literals) 1970 0 R (interval_qualifier) 1883 0 R (interval_ranges) 1831 0 R (interval_value_expressions) 1874 0 R (introduction) 98 0 R]
 >>
 endobj
 1564 0 obj
@@ -200015,7 +200015,7 @@ endobj
 endobj
 1638 0 obj
 << /Limits [(pertable-and-operator-statistics) (prepare_statement)]
-/Names [(pertable-and-operator-statistics) 3718 0 R (pertable_statistics_of_an_executing_statement) 3768 0 R (pi_function) 3177 0 R (populate_index_considerations) 1637 0 R (populate_index_examples) 1640 0 R (populate_index_required_privileges) 1639 0 R (populate_index_syntax) 1633 0 R (populate_index_utility) 1632 0 R (position_function) 3181 0 R (power_function) 3194 0 R (precision_magnitude) 1901 0 R (predicates) 1999 0 R (prepare_availability_of_a_prepared_statement) 1154 0 R (prepare_considerations) 1153 0 R (prepare_examples) 1157 0 R (prepare_statement) 1150 0 R]
+/Names [(pertable-and-operator-statistics) 3720 0 R (pertable_statistics_of_an_executing_statement) 3770 0 R (pi_function) 3179 0 R (populate_index_considerations) 1637 0 R (populate_index_examples) 1640 0 R (populate_index_required_privileges) 1639 0 R (populate_index_syntax) 1633 0 R (populate_index_utility) 1632 0 R (position_function) 3183 0 R (power_function) 3196 0 R (precision_magnitude) 1901 0 R (predicates) 1999 0 R (prepare_availability_of_a_prepared_statement) 1154 0 R (prepare_considerations) 1153 0 R (prepare_examples) 1157 0 R (prepare_statement) 1150 0 R]
 >>
 endobj
 1639 0 obj
@@ -230789,7 +230789,7 @@ endobj
 endobj
 1882 0 obj
 << /Limits [(sql_language_elements) (start_and_end_fields)]
-/Names [(sql_language_elements) 1708 0 R (sql_object_namespaces) 1759 0 R (sql_runtime_statistics) 3715 0 R (sql_statements) 299 0 R (sql_statements_categories) 303 0 R (sql_utilities) 1510 0 R (sql_views) 2188 0 R (sqrt_function) 3393 0 R (staging-folder-for-hfiles) 1558 0 R (standard_normalization) 2290 0 R (start_and_end_fields) 1881 0 R]
+/Names [(sql_language_elements) 1708 0 R (sql_object_namespaces) 1759 0 R (sql_runtime_statistics) 3717 0 R (sql_statements) 299 0 R (sql_statements_categories) 303 0 R (sql_utilities) 1510 0 R (sql_views) 2188 0 R (sqrt_function) 3395 0 R (staging-folder-for-hfiles) 1558 0 R (standard_normalization) 2290 0 R (start_and_end_fields) 1881 0 R]
 >>
 endobj
 1883 0 obj
@@ -233776,7 +233776,7 @@ endobj
 endobj
 1898 0 obj
 << /Limits [(considerations_for_in) (considerations_for_min)]
-/Names [(considerations_for_in) 2057 0 R (considerations_for_interval_data_types) 1821 0 R (considerations_for_interval_literals) 1977 0 R (considerations_for_interval_value_expressions) 1880 0 R (considerations_for_juliantimestamp) 2960 0 R (considerations_for_locate) 2992 0 R (considerations_for_lower) 3016 0 R (considerations_for_ltrim) 3036 0 R (considerations_for_max) 3045 0 R (considerations_for_min) 3060 0 R]
+/Names [(considerations_for_in) 2057 0 R (considerations_for_interval_data_types) 1821 0 R (considerations_for_interval_literals) 1977 0 R (considerations_for_interval_value_expressions) 1880 0 R (considerations_for_juliantimestamp) 2962 0 R (considerations_for_locate) 2994 0 R (considerations_for_lower) 3018 0 R (considerations_for_ltrim) 3038 0 R (considerations_for_max) 3047 0 R (considerations_for_min) 3062 0 R]
 >>
 endobj
 1899 0 obj
@@ -236844,12 +236844,12 @@ endobj
 endobj
 1935 0 obj
 << /Limits [(load_statement) (logical_equivalents_using_and_and_or)]
-/Names [(load_statement) 1544 0 R (load_syntax) 1547 0 R (loading_data_from_hive_table_examples) 1627 0 R (lob_functions) 2378 0 R (locate_function) 2988 0 R (log10_function) 3007 0 R (log_error_rows_examples) 1580 0 R (log_function) 3002 0 R (logical_equivalent_using_any_or_some) 2058 0 R (logical_equivalents_using_and_and_or) 2015 0 R]
+/Names [(load_statement) 1544 0 R (load_syntax) 1547 0 R (loading_data_from_hive_table_examples) 1627 0 R (lob_functions) 2380 0 R (locate_function) 2990 0 R (log10_function) 3009 0 R (log_error_rows_examples) 1580 0 R (log_function) 3004 0 R (logical_equivalent_using_any_or_some) 2058 0 R (logical_equivalents_using_and_and_or) 2015 0 R]
 >>
 endobj
 1936 0 obj
 << /Limits [(rules_for_extended_numeric_precision_data_type) (zeroifnull_function)]
-/Kids [1298 0 R 3350 0 R 2223 0 R 1315 0 R 1372 0 R 1399 0 R 1425 0 R 1882 0 R 3415 0 R 304 0 R 3453 0 R 1441 0 R 1468 0 R 1700 0 R 1498 0 R 3789 0 R 2084 0 R 3601 0 R]
+/Kids [1298 0 R 3352 0 R 2223 0 R 1315 0 R 1372 0 R 1399 0 R 1425 0 R 1882 0 R 3417 0 R 304 0 R 3455 0 R 1441 0 R 1468 0 R 1700 0 R 1498 0 R 3791 0 R 2084 0 R 3603 0 R]
 >>
 endobj
 1937 0 obj
@@ -236991,7 +236991,7 @@ endobj
 endobj
 1944 0 obj
 << /Limits [(prepare_syntax) (read_committed)]
-/Names [(prepare_syntax) 1151 0 R (prepared_statements) 379 0 R (primary_keys) 1943 0 R (privileges) 2127 0 R (privileges-needed-to-create-a-referential-integrity-constraint) 456 0 R (progress-statistics-of-an-executing-statement) 3778 0 R (purgedata_availability) 1650 0 R (purgedata_considerations) 1648 0 R (purgedata_examples) 1653 0 R (purgedata_required_privileges) 1649 0 R (purgedata_syntax) 1646 0 R (purgedata_utility) 1645 0 R (quantified_comparison_predicates) 2110 0 R (quarter_function) 3199 0 R (radians_function) 3204 0 R (rank_window_function) 3684 0 R (read_committed) 207 0 R]
+/Names [(prepare_syntax) 1151 0 R (prepared_statements) 379 0 R (primary_keys) 1943 0 R (privileges) 2127 0 R (privileges-needed-to-create-a-referential-integrity-constraint) 456 0 R (progress-statistics-of-an-executing-statement) 3780 0 R (purgedata_availability) 1650 0 R (purgedata_considerations) 1648 0 R (purgedata_examples) 1653 0 R (purgedata_required_privileges) 1649 0 R (purgedata_syntax) 1646 0 R (purgedata_utility) 1645 0 R (quantified_comparison_predicates) 2110 0 R (quarter_function) 3201 0 R (radians_function) 3206 0 R (rank_window_function) 3686 0 R (read_committed) 207 0 R]
 >>
 endobj
 1945 0 obj
@@ -238798,7 +238798,7 @@ endobj
 endobj
 1961 0 obj
 << /Limits [(examples_of_in) (examples_of_juliantimestamp)]
-/Names [(examples_of_in) 2068 0 R (examples_of_inet_aton) 2946 0 R (examples_of_inet_ntoa) 2951 0 R (examples_of_insert) 2929 0 R (examples_of_interval_literals) 1979 0 R (examples_of_interval_value_expressions) 1889 0 R (examples_of_is_ipv4) 2936 0 R (examples_of_is_ipv6) 2941 0 R (examples_of_isnull) 2955 0 R (examples_of_juliantimestamp) 2961 0 R]
+/Names [(examples_of_in) 2068 0 R (examples_of_inet_aton) 2948 0 R (examples_of_inet_ntoa) 2953 0 R (examples_of_insert) 2931 0 R (examples_of_interval_literals) 1979 0 R (examples_of_interval_value_expressions) 1889 0 R (examples_of_is_ipv4) 2938 0 R (examples_of_is_ipv6) 2943 0 R (examples_of_isnull) 2957 0 R (examples_of_juliantimestamp) 2963 0 R]
 >>
 endobj
 1962 0 obj
@@ -243540,7 +243540,7 @@ endobj
 endobj
 1991 0 obj
 << /Limits [(database_object_names) (datetime_data_types)]
-/Names [(database_object_names) 1752 0 R (database_objects) 1742 0 R (date_add_function) 2701 0 R (date_difference_in_day) 2752 0 R (date_difference_in_minute) 2750 0 R (date_difference_in_quarter) 2756 0 R (date_difference_in_second) 2749 0 R (date_difference_in_week) 2755 0 R (date_difference_in_year) 2759 0 R (date_part_function_of_a_timestamp) 2776 0 R (date_part_function_of_an_interval) 2770 0 R (date_sub_function) 2711 0 R (date_trunc_function) 2783 0 R (dateadd_function) 2721 0 R (datediff_function) 2731 0 R (dateformat_function) 2762 0 R (datetime-arguments) 2839 0 R (datetime_arguments) 2852 0 R (datetime_data_type) 2571 0 R (datetime_data_types) 1810 0 R]
+/Names [(database_object_names) 1752 0 R (database_objects) 1742 0 R (date_add_function) 2703 0 R (date_difference_in_day) 2754 0 R (date_difference_in_minute) 2752 0 R (date_difference_in_quarter) 2758 0 R (date_difference_in_second) 2751 0 R (date_difference_in_week) 2757 0 R (date_difference_in_year) 2761 0 R (date_part_function_of_a_timestamp) 2778 0 R (date_part_function_of_an_interval) 2772 0 R (date_sub_function) 2713 0 R (date_trunc_function) 2785 0 R (dateadd_function) 2723 0 R (datediff_function) 2733 0 R (dateformat_function) 2764 0 R (datetime-arguments) 2841 0 R (datetime_arguments) 2854 0 R (datetime_data_type) 2573 0 R (datetime_data_types) 1810 0 R]
 >>
 endobj
 1992 0 obj
@@ -244219,7 +244219,7 @@ endobj
 endobj
 1996 0 obj
 << /Limits [(null_in_result_sets) (operands-of-the-expression)]
-/Names [(null_in_result_sets) 3242 0 R (null_predicate) 2099 0 R (nullif_function) 3145 0 R (nullifzero_function) 3150 0 R (nulls) 3610 0 R (numeric_data_type) 2568 0 R (numeric_data_types) 1836 0 R (numeric_data_types) 1785 0 R (numeric_literals) 1982 0 R (numeric_value_expressions) 1894 0 R (nvl_function) 3156 0 R (object_naming_statements) 387 0 R (obtaining_an_explain_plan_while_queries_are_running) 2887 0 R (octet_length_function) 3162 0 R (offset_function) 3171 0 R (olap_functions) 3605 0 R (operands) 2622 0 R (operands-of-the-expression) 2538 0 R]
+/Names [(null_in_result_sets) 3244 0 R (null_predicate) 2099 0 R (nullif_function) 3147 0 R (nullifzero_function) 3152 0 R (nulls) 3612 0 R (numeric_data_type) 2570 0 R (numeric_data_types) 1836 0 R (numeric_data_types) 1785 0 R (numeric_literals) 1982 0 R (numeric_value_expressions) 1894 0 R (nvl_function) 3158 0 R (object_naming_statements) 387 0 R (obtaining_an_explain_plan_while_queries_are_running) 2889 0 R (octet_length_function) 3164 0 R (offset_function) 3173 0 R (olap_functions) 3607 0 R (operands) 2624 0 R (operands-of-the-expression) 2540 0 R]
 >>
 endobj
 1997 0 obj
@@ -251224,7 +251224,7 @@ endobj
 endobj
 2060 0 obj
 << /Limits [(incremental-loads) (insert_self_referencing_insert_and_begin_work_or_autocommit_off)]
-/Names [(incremental-loads) 1565 0 R (index_keys) 1939 0 R (index_table_only_examples) 1594 0 R (indexes) 1929 0 R (inet_aton_function) 2942 0 R (inet_ntoa_function) 2949 0 R (insert_authorization_requirements) 1092 0 R (insert_considerations) 1091 0 R (insert_examples) 1111 0 R (insert_examples_of_self_referencing_inserts) 1116 0 R (insert_function) 2927 0 R (insert_isolation-levels-of-transactions-and-access-options-of-statements) 1097 0 R (insert_requirements_for_inserted_rows) 1101 0 R (insert_self_referencing_insert_and_begin_work_or_autocommit_off) 1094 0 R]
+/Names [(incremental-loads) 1565 0 R (index_keys) 1939 0 R (index_table_only_examples) 1594 0 R (indexes) 1929 0 R (inet_aton_function) 2944 0 R (inet_ntoa_function) 2951 0 R (insert_authorization_requirements) 1092 0 R (insert_considerations) 1091 0 R (insert_examples) 1111 0 R (insert_examples_of_self_referencing_inserts) 1116 0 R (insert_function) 2929 0 R (insert_isolation-levels-of-transactions-and-access-options-of-statements) 1097 0 R (insert_requirements_for_inserted_rows) 1101 0 R (insert_self_referencing_insert_and_begin_work_or_autocommit_off) 1094 0 R]
 >>
 endobj
 2061 0 obj
@@ -251744,7 +251744,7 @@ endobj
 endobj
 2067 0 obj
 << /Limits [(comparing_the_pattern_to_char_columns) (considerations_for_ascii)]
-/Names [(comparing_the_pattern_to_char_columns) 2088 0 R (comparing_the_pattern_to_varchar_columns) 2089 0 R (comparing_the_value_to_the_pattern) 2079 0 R (comparison_predicates) 2022 0 R (concat_function) 2618 0 R (concatenation_operator) 2620 0 R (concurrency) 201 0 R (considerations-for-null) 2105 0 R (considerations-for-table) 1434 0 R (considerations-for-union) 1321 0 R (considerations_for_all_any_some) 2115 0 R (considerations_for_ascii) 2505 0 R]
+/Names [(comparing_the_pattern_to_char_columns) 2088 0 R (comparing_the_pattern_to_varchar_columns) 2089 0 R (comparing_the_value_to_the_pattern) 2079 0 R (comparison_predicates) 2022 0 R (concat_function) 2620 0 R (concatenation_operator) 2622 0 R (concurrency) 201 0 R (considerations-for-null) 2105 0 R (considerations-for-table) 1434 0 R (considerations-for-union) 1321 0 R (considerations_for_all_any_some) 2115 0 R (considerations_for_ascii) 2507 0 R]
 >>
 endobj
 2068 0 obj
@@ -252985,7 +252985,7 @@ endobj
 endobj
 2084 0 obj
 << /Limits [(using_trafodion_sql_to_access_hive_tables) (variance_function)]
-/Names [(using_trafodion_sql_to_access_hive_tables) 160 0 R (using_ucase) 2994 0 R (valid_conversions_for_cast) 2584 0 R (values_considerations) 1500 0 R (values_examples) 1507 0 R (values_relationship_to_insert_statement) 1503 0 R (values_relationship_to_select_statement) 1501 0 R (values_statement) 1497 0 R (values_syntax) 1499 0 R (variance_function) 3570 0 R]
+/Names [(using_trafodion_sql_to_access_hive_tables) 160 0 R (using_ucase) 2996 0 R (valid_conversions_for_cast) 2586 0 R (values_considerations) 1500 0 R (values_examples) 1507 0 R (values_relationship_to_insert_statement) 1503 0 R (values_relationship_to_select_statement) 1501 0 R (values_statement) 1497 0 R (values_syntax) 1499 0 R (variance_function) 3572 0 R]
 >>
 endobj
 2085 0 obj
@@ -285245,7 +285245,7 @@ endobj
 >>
 endobj
 2331 0 obj
-<< /Length 21942
+<< /Length 22924
 >>
 stream
 q
@@ -285284,110 +285284,178 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+1.000 0.000 0.000 scn
+1.000 0.000 0.000 SCN
+
+BT
+208.935 620.6500000000002 Td
+/F3.0 10 Tf
+[<54> 120 <6162> 20 <6c6520372d33204f76> 25 <6572> -30 <766965> 20 <77206f662044> 40 <41> 120 <544554494d452046756e6374696f6e73>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+36.000 568.060 135.000 27.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+171.000 568.060 270.000 27.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+441.000 568.060 135.000 27.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+36.000 513.820 135.000 27.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+171.000 513.820 270.000 27.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+441.000 513.820 135.000 27.120 re
+f
+0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 579.400 135.000 27.120 re
+36.000 482.700 135.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 579.400 405.000 27.120 re
+171.000 482.700 270.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 548.280 135.000 15.560 re
+441.000 482.700 135.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 548.280 405.000 15.560 re
+36.000 428.460 135.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 505.600 135.000 27.120 re
+171.000 428.460 270.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 505.600 405.000 27.120 re
+441.000 428.460 135.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 462.920 135.000 27.120 re
+36.000 351.100 135.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 462.920 405.000 27.120 re
+171.000 351.100 270.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 420.240 135.000 15.560 re
+441.000 351.100 135.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 420.240 405.000 15.560 re
+36.000 308.420 135.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 389.120 135.000 15.560 re
+171.000 308.420 270.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 389.120 405.000 15.560 re
+441.000 308.420 135.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 346.440 135.000 15.560 re
+36.000 254.180 135.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 346.440 405.000 15.560 re
+171.000 254.180 270.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 303.760 135.000 15.560 re
+441.000 254.180 135.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 303.760 405.000 15.560 re
+36.000 199.940 135.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 249.520 135.000 27.120 re
+171.000 199.940 270.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 249.520 405.000 27.120 re
+441.000 199.940 135.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 195.280 135.000 27.120 re
+36.000 145.700 135.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 195.280 405.000 27.120 re
+171.000 145.700 270.000 27.120 re
 f
 0.000 0.000 

<TRUNCATED>

[07/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SetConnectionOption.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SetConnectionOption.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SetConnectionOption.html
index 84d247a..7c3a49a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SetConnectionOption.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/SetConnectionOption.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.SetConnectionOption (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/UserDesc.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/UserDesc.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/UserDesc.html
index b4c731f..a45364d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/UserDesc.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/UserDesc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.UserDesc (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Version.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Version.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Version.html
index 2ae9404..86dbd31 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Version.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.Version (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/VersionList.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/VersionList.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/VersionList.html
index a02077a..0c35db3 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/VersionList.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/class-use/VersionList.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverDriverInputOutput.VersionList (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-frame.html
index c307383..743c163 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverDriverInputOutput (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-summary.html
index ccd6fdc..7733062 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverDriverInputOutput (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-tree.html
index 5bb564a..948f526 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverDriverInputOutput Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-use.html
index 1693648..37029c5 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverDriverInputOutput/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.servermt.serverDriverInputOutput (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ClientData.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ClientData.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ClientData.html
index b3b7f1d..7423526 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ClientData.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ClientData.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiGetCatalogs.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiGetCatalogs.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiGetCatalogs.html
index 2d82839..1523f94 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiGetCatalogs.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiGetCatalogs.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiGetCatalogs (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlClose.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlClose.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlClose.html
index e6de0e4..e9fb5e6 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlClose.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlClose.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlClose (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlConnect.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlConnect.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlConnect.html
index e9d1c76..b8128ed 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlConnect.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlConnect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlConnect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlDisconnect.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlDisconnect.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlDisconnect.html
index 08f4612..e49692d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlDisconnect.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlDisconnect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlDisconnect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlEndTransact.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlEndTransact.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlEndTransact.html
index dd05682..24bbeee 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlEndTransact.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlEndTransact.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlEndTransact (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecDirect.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecDirect.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecDirect.html
index aa9cd72..79acd7c 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecDirect.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecDirect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlExecDirect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecute.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecute.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecute.html
index ebd89f8..f40ecfe 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecute.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlExecute.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlExecute (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlFetch.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlFetch.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlFetch.html
index 768d951..1999b5d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlFetch.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlFetch.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlFetch (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlPrepare.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlPrepare.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlPrepare.html
index a9f3d1c..1189755 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlPrepare.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlPrepare.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlPrepare (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlSetConnectAttr.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlSetConnectAttr.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlSetConnectAttr.html
index b06dc90..230df25 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlSetConnectAttr.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerApiSqlSetConnectAttr.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerApiSqlSetConnectAttr (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerHandler.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerHandler.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerHandler.html
index 71bce91..93122d0 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerHandler.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerHandler.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerHandler (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerWorker.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerWorker.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerWorker.html
index eb06e4d..38bbdd3 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerWorker.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/ServerWorker.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerWorker (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ClientData.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ClientData.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ClientData.html
index 5cfa90f..4f3824a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ClientData.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ClientData.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ClientData (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiGetCatalogs.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiGetCatalogs.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiGetCatalogs.html
index 48facc1..965cefe 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiGetCatalogs.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiGetCatalogs.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiGetCatalogs (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlClose.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlClose.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlClose.html
index 061ef8f..fbbcdb0 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlClose.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlClose.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlClose (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlConnect.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlConnect.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlConnect.html
index cea372e..64cdaaf 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlConnect.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlConnect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlConnect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlDisconnect.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlDisconnect.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlDisconnect.html
index 0dda35d..9c47b0a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlDisconnect.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlDisconnect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlDisconnect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlEndTransact.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlEndTransact.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlEndTransact.html
index 7730fc7..a7263ec 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlEndTransact.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlEndTransact.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlEndTransact (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecDirect.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecDirect.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecDirect.html
index 343b489..e50cdf9 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecDirect.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecDirect.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlExecDirect (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecute.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecute.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecute.html
index 19f26c6..815dfde 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecute.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlExecute.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlExecute (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlFetch.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlFetch.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlFetch.html
index 1dbd5b6..e8ece13 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlFetch.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlFetch.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlFetch (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlPrepare.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlPrepare.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlPrepare.html
index 9b9fdee..0799fc1 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlPrepare.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlPrepare.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlPrepare (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlSetConnectAttr.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlSetConnectAttr.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlSetConnectAttr.html
index 8523ee3..63ad09f 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlSetConnectAttr.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerApiSqlSetConnectAttr.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerApiSqlSetConnectAttr (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerHandler.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerHandler.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerHandler.html
index 7c30a14..ee9653f 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerHandler.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerHandler.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerHandler (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerWorker.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerWorker.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerWorker.html
index 7669f89..e899e01 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerWorker.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/class-use/ServerWorker.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverHandler.ServerWorker (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-frame.html
index c6d3e83..e2389bf 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverHandler (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-summary.html
index 1569f00..5007962 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverHandler (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-tree.html
index a1dee22..b75b7b8 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverHandler Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-use.html
index 3769417..ee8e9d0 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverHandler/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.servermt.serverHandler (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafConnection.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafConnection.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafConnection.html
index d52ba42..34a2d83 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafConnection.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafConnection.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TrafConnection (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafResultSet.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafResultSet.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafResultSet.html
index f570187..57a9a02 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafResultSet.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafResultSet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TrafResultSet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafStatement.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafStatement.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafStatement.html
index ea8c636..acabc26 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafStatement.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/TrafStatement.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TrafStatement (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafConnection.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafConnection.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafConnection.html
index 0db0dc5..30e084b 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafConnection.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafConnection.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverSql.TrafConnection (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafResultSet.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafResultSet.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafResultSet.html
index 3838b39..3e057e9 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafResultSet.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafResultSet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverSql.TrafResultSet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafStatement.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafStatement.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafStatement.html
index 5e34db7..16bc9bc 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafStatement.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/class-use/TrafStatement.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.servermt.serverSql.TrafStatement (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-frame.html
index 7f91e8e..795f739 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverSql (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-summary.html
index ebfc0ff..40c714c 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverSql (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-tree.html
index def3a1b..dd150e5 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.servermt.serverSql Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-use.html
index 9f283ee..ef7506a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/servermt/serverSql/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.servermt.serverSql (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64InputStream.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64InputStream.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64InputStream.html
index fa96263..7a20089 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64InputStream.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64InputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64.Base64InputStream (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64OutputStream.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64OutputStream.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64OutputStream.html
index 1b45423..0da56b8 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64OutputStream.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.Base64OutputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64.Base64OutputStream (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.html
index c3e5fff..5ee0122 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Base64.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64 (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/ByteBufferUtils.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/ByteBufferUtils.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/ByteBufferUtils.html
index e8311b5..d2a191c 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/ByteBufferUtils.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/ByteBufferUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ByteBufferUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Bytes.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Bytes.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Bytes.html
index c73d991..903c6f9 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Bytes.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Bytes.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Bytes (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfTool.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfTool.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfTool.html
index 58cf2d2..d75d088 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfTool.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsConfTool (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfiguration.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfiguration.html
index cd1134b..5ba9c4a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfiguration.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsConfiguration (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsNetworkConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsNetworkConfiguration.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsNetworkConfiguration.html
index dec4337..5014536 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsNetworkConfiguration.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/DcsNetworkConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsNetworkConfiguration (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/GetJavaProperty.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/GetJavaProperty.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/GetJavaProperty.html
index 99f0dc7..e783387 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/GetJavaProperty.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/GetJavaProperty.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>GetJavaProperty (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/InfoServer.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/InfoServer.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/InfoServer.html
index fbe4641..b4c7a12 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/InfoServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/InfoServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InfoServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT2Util.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT2Util.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT2Util.html
index 3ef2d9d..b434b78 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT2Util.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT2Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcT2Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT4Util.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT4Util.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT4Util.html
index a2ca633..45b4ea7 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT4Util.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/JdbcT4Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:50 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcT4Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Log4jUtils.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Log4jUtils.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Log4jUtils.html
index dc7974e..b6358e0 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Log4jUtils.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Log4jUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Log4jUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounter.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounter.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounter.html
index 184d47a..eca87cf 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounter.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RetryCounter (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounterFactory.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounterFactory.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounterFactory.html
index ca8050e..178a10e 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounterFactory.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/RetryCounterFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RetryCounterFactory (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/SqlUtils.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/SqlUtils.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/SqlUtils.html
index 35892da..5a80357 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/SqlUtils.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/SqlUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SqlUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Strings.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Strings.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Strings.html
index 18ca3b2..1e1d8c9 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Strings.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/Strings.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Strings (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/VersionInfo.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/VersionInfo.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/VersionInfo.html
index 8c9ce1d..d424578 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/VersionInfo.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/VersionInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionInfo (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64InputStream.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64InputStream.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64InputStream.html
index e0f8beb..0e7c392 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64InputStream.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64InputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Base64.Base64InputStream (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64OutputStream.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64OutputStream.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64OutputStream.html
index 7554f2f..abced1c 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64OutputStream.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.Base64OutputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Base64.Base64OutputStream (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.html
index 269954e..246c8b9 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Base64.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Base64 (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/ByteBufferUtils.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/ByteBufferUtils.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/ByteBufferUtils.html
index 6423b80..979dcd7 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/ByteBufferUtils.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/ByteBufferUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.ByteBufferUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Bytes.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Bytes.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Bytes.html
index ebc6e9f..cb522fc 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Bytes.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Bytes.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Bytes (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfTool.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfTool.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfTool.html
index 3bf3b09..2930866 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfTool.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.DcsConfTool (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfiguration.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfiguration.html
index ab70226..9988c0b 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfiguration.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.DcsConfiguration (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsNetworkConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsNetworkConfiguration.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsNetworkConfiguration.html
index 256ec4e..ac86cfc 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsNetworkConfiguration.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/DcsNetworkConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.DcsNetworkConfiguration (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>


[13/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManagerWatcher.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManagerWatcher.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManagerWatcher.html
index 6058b66..3f7349a 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManagerWatcher.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/class-use/ScriptManagerWatcher.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.script.ScriptManagerWatcher (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-frame.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-frame.html
index a0d7a99..cc838f7 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.script (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-summary.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-summary.html
index 0134578..89809aa 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-summary.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.script (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-tree.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-tree.html
index bd0ea9e..a256d68 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-tree.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.script Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-use.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-use.html
index 5bd1d41..e3d5c8d 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-use.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/script/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.script (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64InputStream.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64InputStream.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64InputStream.html
index 6f633ed..8b57973 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64InputStream.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64InputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64.Base64InputStream (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64OutputStream.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64OutputStream.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64OutputStream.html
index 20586d9..c832175 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64OutputStream.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.Base64OutputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64.Base64OutputStream (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.html
index 250192b..d47381e 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Base64.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Base64 (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Bytes.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Bytes.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Bytes.html
index cdbf1fb..11d6203 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Bytes.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Bytes.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Bytes (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/ConfTool.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/ConfTool.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/ConfTool.html
index 74ae66a..3bcab73 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/ConfTool.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/ConfTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ConfTool (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/GetJavaProperty.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/GetJavaProperty.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/GetJavaProperty.html
index 06745e3..4fe820d 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/GetJavaProperty.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/GetJavaProperty.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>GetJavaProperty (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/JdbcT2Util.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/JdbcT2Util.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/JdbcT2Util.html
index ec9fae3..fcf4110 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/JdbcT2Util.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/JdbcT2Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcT2Util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/JdbcT4Util.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/JdbcT4Util.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/JdbcT4Util.html
index 9c9a60a..d45b634 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/JdbcT4Util.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/JdbcT4Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JdbcT4Util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/NetworkConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/NetworkConfiguration.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/NetworkConfiguration.html
index 797de03..707fed7 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/NetworkConfiguration.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/NetworkConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>NetworkConfiguration (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RestConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RestConfiguration.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RestConfiguration.html
index ce68a57..6385a3a 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RestConfiguration.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RestConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RestConfiguration (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RetryCounter.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RetryCounter.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RetryCounter.html
index 7628aa1..3c8d939 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RetryCounter.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RetryCounter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RetryCounter (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RetryCounterFactory.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RetryCounterFactory.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RetryCounterFactory.html
index 080f83a..a651846 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RetryCounterFactory.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/RetryCounterFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RetryCounterFactory (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Strings.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Strings.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Strings.html
index 7318ec2..1a9feac 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Strings.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/Strings.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Strings (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/VersionInfo.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/VersionInfo.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/VersionInfo.html
index 57daf2a..d92f47f 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/VersionInfo.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/VersionInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionInfo (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64InputStream.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64InputStream.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64InputStream.html
index 1d39833..7b93afb 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64InputStream.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64InputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.Base64.Base64InputStream (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64OutputStream.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64OutputStream.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64OutputStream.html
index 2e811e6..abc3df5 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64OutputStream.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.Base64OutputStream.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.Base64.Base64OutputStream (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.html
index e831cc5..2673585 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Base64.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.Base64 (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Bytes.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Bytes.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Bytes.html
index 0eaf6fe..a8c5e68 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Bytes.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Bytes.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.Bytes (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/ConfTool.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/ConfTool.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/ConfTool.html
index 2969910..06fc61b 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/ConfTool.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/ConfTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.ConfTool (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/GetJavaProperty.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/GetJavaProperty.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/GetJavaProperty.html
index 49ffffc..aec5dcd 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/GetJavaProperty.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/GetJavaProperty.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.GetJavaProperty (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT2Util.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT2Util.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT2Util.html
index fef19b5..dd0618c 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT2Util.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT2Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.JdbcT2Util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT4Util.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT4Util.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT4Util.html
index dda91e9..5c4faff 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT4Util.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/JdbcT4Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.JdbcT4Util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/NetworkConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/NetworkConfiguration.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/NetworkConfiguration.html
index dc48967..57cf3d3 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/NetworkConfiguration.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/NetworkConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.NetworkConfiguration (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RestConfiguration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RestConfiguration.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RestConfiguration.html
index 561c8a5..59487ae 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RestConfiguration.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RestConfiguration.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.RestConfiguration (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounter.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounter.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounter.html
index 3d12397..25501c8 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounter.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.RetryCounter (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounterFactory.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounterFactory.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounterFactory.html
index 604b0ac..f77fb23 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounterFactory.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/RetryCounterFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.RetryCounterFactory (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Strings.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Strings.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Strings.html
index 01bf818..e33c2b6 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Strings.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/Strings.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.Strings (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/VersionInfo.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/VersionInfo.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/VersionInfo.html
index 0e95f39..03469db 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/VersionInfo.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/class-use/VersionInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.util.VersionInfo (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-frame.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-frame.html
index 5eab8e8..6337982 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-summary.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-summary.html
index eefb1eb..44e7a38 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-summary.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-tree.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-tree.html
index 40773b7..0b1cc7e 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-tree.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.util Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-use.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-use.html
index 3557a36..42b5c03 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-use.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/util/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.Version.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.Version.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.Version.html
index d2f7b4a..76f7caa 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.Version.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VerGen.Version (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.html
index 64272c5..83b7907 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/VerGen.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VerGen (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.Version.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.Version.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.Version.html
index 2f88d85..ed5e01d 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.Version.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.version.util.VerGen.Version (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.html
index 659978d..0d1ef86 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/class-use/VerGen.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.version.util.VerGen (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-frame.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-frame.html
index 8c7670b..1f69bca 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.version.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-summary.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-summary.html
index c77c80e..503a58c 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-summary.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.version.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-tree.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-tree.html
index db87ad3..b4cefa0 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-tree.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.version.util Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-use.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-use.html
index 2031470..364e070 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-use.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/version/util/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.version.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKConfig.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKConfig.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKConfig.html
index 89c767c..3e26613 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKConfig.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZKConfig (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKServerTool.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKServerTool.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKServerTool.html
index c9e12d1..c63b5a8 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKServerTool.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKServerTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZKServerTool (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkClient.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkClient.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkClient.html
index 83437bb..488a9ea 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkClient.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkClient.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZkClient (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkQuorumPeer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkQuorumPeer.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkQuorumPeer.html
index 4670c5c..e085a12 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkQuorumPeer.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkQuorumPeer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZkQuorumPeer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkUtil.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkUtil.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkUtil.html
index 8c94411..4e72b74 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkUtil.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkUtil.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZkUtil (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZooKeeperMainServerArg.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZooKeeperMainServerArg.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZooKeeperMainServerArg.html
index c783b1e..f5bdb37 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZooKeeperMainServerArg.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZooKeeperMainServerArg.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZooKeeperMainServerArg (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKConfig.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKConfig.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKConfig.html
index 2a08234..8b9b72a 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKConfig.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZKConfig (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKServerTool.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKServerTool.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKServerTool.html
index 7d1719d..38500e1 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKServerTool.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKServerTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZKServerTool (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkClient.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkClient.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkClient.html
index 443c207..d3044b7 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkClient.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkClient.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZkClient (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkQuorumPeer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkQuorumPeer.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkQuorumPeer.html
index d119ae9..cc97d72 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkQuorumPeer.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkQuorumPeer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZkQuorumPeer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkUtil.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkUtil.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkUtil.html
index 55ccde9..817470b 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkUtil.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkUtil.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZkUtil (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZooKeeperMainServerArg.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZooKeeperMainServerArg.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZooKeeperMainServerArg.html
index 7131753..a0ca011 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZooKeeperMainServerArg.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZooKeeperMainServerArg.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZooKeeperMainServerArg (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-frame.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-frame.html
index 299244c..7313778 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.zookeeper (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-summary.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-summary.html
index 4be36e7..554947e 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-summary.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.zookeeper (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-tree.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-tree.html
index 05576db..05f4f81 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-tree.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.zookeeper Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-use.html b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-use.html
index 1cc143a..b26a726 100644
--- a/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-use.html
+++ b/docs/2.3.0/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.zookeeper (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/overview-frame.html b/docs/2.3.0/rest_reference/apidocs/overview-frame.html
index 9e965f6..a981de1 100644
--- a/docs/2.3.0/rest_reference/apidocs/overview-frame.html
+++ b/docs/2.3.0/rest_reference/apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/overview-summary.html b/docs/2.3.0/rest_reference/apidocs/overview-summary.html
index 066ddc8..dbf5da0 100644
--- a/docs/2.3.0/rest_reference/apidocs/overview-summary.html
+++ b/docs/2.3.0/rest_reference/apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/overview-tree.html b/docs/2.3.0/rest_reference/apidocs/overview-tree.html
index 99efd8e..68aee1f 100644
--- a/docs/2.3.0/rest_reference/apidocs/overview-tree.html
+++ b/docs/2.3.0/rest_reference/apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/apidocs/serialized-form.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/apidocs/serialized-form.html b/docs/2.3.0/rest_reference/apidocs/serialized-form.html
index 7306add..01ae0d1 100644
--- a/docs/2.3.0/rest_reference/apidocs/serialized-form.html
+++ b/docs/2.3.0/rest_reference/apidocs/serialized-form.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Serialized Form (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/failsafe-report.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/failsafe-report.html b/docs/2.3.0/rest_reference/failsafe-report.html
index 26399fa..1b115f6 100644
--- a/docs/2.3.0/rest_reference/failsafe-report.html
+++ b/docs/2.3.0/rest_reference/failsafe-report.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion REST">Trafodion REST</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/index.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/index.html b/docs/2.3.0/rest_reference/index.html
index 1dcb7f9..989ce37 100644
--- a/docs/2.3.0/rest_reference/index.html
+++ b/docs/2.3.0/rest_reference/index.html
@@ -92,7 +92,7 @@ under the License.</p>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock">2.3.0</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">2018-03-20T00:38</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2018-03-26T15:23</p></td>
 </tr>
 </tbody>
 </table>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/mail-lists.html b/docs/2.3.0/rest_reference/mail-lists.html
index a6ff34f..148c883 100644
--- a/docs/2.3.0/rest_reference/mail-lists.html
+++ b/docs/2.3.0/rest_reference/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion REST">Trafodion REST</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/project-info.html b/docs/2.3.0/rest_reference/project-info.html
index 5f1b9d4..1c80bf3 100644
--- a/docs/2.3.0/rest_reference/project-info.html
+++ b/docs/2.3.0/rest_reference/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion REST">Trafodion REST</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/project-reports.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/project-reports.html b/docs/2.3.0/rest_reference/project-reports.html
index 5e2f4c4..dade6e3 100644
--- a/docs/2.3.0/rest_reference/project-reports.html
+++ b/docs/2.3.0/rest_reference/project-reports.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion REST">Trafodion REST</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/rest_reference/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/rest_reference/team-list.html b/docs/2.3.0/rest_reference/team-list.html
index 7c31a92..0d58e55 100644
--- a/docs/2.3.0/rest_reference/team-list.html
+++ b/docs/2.3.0/rest_reference/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion REST">Trafodion REST</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/spj_guide/Trafodion_SPJ_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/Trafodion_SPJ_Guide.pdf b/docs/2.3.0/spj_guide/Trafodion_SPJ_Guide.pdf
index a23d8f6..e021b28 100644
Binary files a/docs/2.3.0/spj_guide/Trafodion_SPJ_Guide.pdf and b/docs/2.3.0/spj_guide/Trafodion_SPJ_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/spj_guide/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/dependencies.html b/docs/2.3.0/spj_guide/dependencies.html
index c00b1db..144c415 100644
--- a/docs/2.3.0/spj_guide/dependencies.html
+++ b/docs/2.3.0/spj_guide/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/spj_guide/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/integration.html b/docs/2.3.0/spj_guide/integration.html
index d2966d0..fb8b5cf 100644
--- a/docs/2.3.0/spj_guide/integration.html
+++ b/docs/2.3.0/spj_guide/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/spj_guide/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/issue-tracking.html b/docs/2.3.0/spj_guide/issue-tracking.html
index 04ae308..7847020 100644
--- a/docs/2.3.0/spj_guide/issue-tracking.html
+++ b/docs/2.3.0/spj_guide/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>


[19/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/command_interface/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/command_interface/license.html b/docs/2.3.0/command_interface/license.html
index 7b1222e..501acf1 100644
--- a/docs/2.3.0/command_interface/license.html
+++ b/docs/2.3.0/command_interface/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/command_interface/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/command_interface/mail-lists.html b/docs/2.3.0/command_interface/mail-lists.html
index bda6125..e764ad0 100644
--- a/docs/2.3.0/command_interface/mail-lists.html
+++ b/docs/2.3.0/command_interface/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/command_interface/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/command_interface/project-info.html b/docs/2.3.0/command_interface/project-info.html
index c9eff96..5f052b7 100644
--- a/docs/2.3.0/command_interface/project-info.html
+++ b/docs/2.3.0/command_interface/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/command_interface/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/command_interface/project-summary.html b/docs/2.3.0/command_interface/project-summary.html
index 14e0995..0a43339 100644
--- a/docs/2.3.0/command_interface/project-summary.html
+++ b/docs/2.3.0/command_interface/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/command_interface/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/command_interface/source-repository.html b/docs/2.3.0/command_interface/source-repository.html
index c2fd6e4..7c9ee0b 100644
--- a/docs/2.3.0/command_interface/source-repository.html
+++ b/docs/2.3.0/command_interface/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/command_interface/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/command_interface/team-list.html b/docs/2.3.0/command_interface/team-list.html
index 1864e22..ea16aab 100644
--- a/docs/2.3.0/command_interface/team-list.html
+++ b/docs/2.3.0/command_interface/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/cqd_reference/Trafodion_CQD_Reference_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/cqd_reference/Trafodion_CQD_Reference_Guide.pdf b/docs/2.3.0/cqd_reference/Trafodion_CQD_Reference_Guide.pdf
index 4039436..5d7d367 100644
Binary files a/docs/2.3.0/cqd_reference/Trafodion_CQD_Reference_Guide.pdf and b/docs/2.3.0/cqd_reference/Trafodion_CQD_Reference_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/cqd_reference/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/cqd_reference/dependencies.html b/docs/2.3.0/cqd_reference/dependencies.html
index 241f403..d5c9586 100644
--- a/docs/2.3.0/cqd_reference/dependencies.html
+++ b/docs/2.3.0/cqd_reference/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/cqd_reference/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/cqd_reference/integration.html b/docs/2.3.0/cqd_reference/integration.html
index 386887d..b0a51c3 100644
--- a/docs/2.3.0/cqd_reference/integration.html
+++ b/docs/2.3.0/cqd_reference/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/cqd_reference/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/cqd_reference/issue-tracking.html b/docs/2.3.0/cqd_reference/issue-tracking.html
index e39eac2..9a903fc 100644
--- a/docs/2.3.0/cqd_reference/issue-tracking.html
+++ b/docs/2.3.0/cqd_reference/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/cqd_reference/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/cqd_reference/license.html b/docs/2.3.0/cqd_reference/license.html
index 0dc0fc1..d68bf0b 100644
--- a/docs/2.3.0/cqd_reference/license.html
+++ b/docs/2.3.0/cqd_reference/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/cqd_reference/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/cqd_reference/mail-lists.html b/docs/2.3.0/cqd_reference/mail-lists.html
index 76ca29c..de05cd0 100644
--- a/docs/2.3.0/cqd_reference/mail-lists.html
+++ b/docs/2.3.0/cqd_reference/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/cqd_reference/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/cqd_reference/project-info.html b/docs/2.3.0/cqd_reference/project-info.html
index 9a482ed..2c58b44 100644
--- a/docs/2.3.0/cqd_reference/project-info.html
+++ b/docs/2.3.0/cqd_reference/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/cqd_reference/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/cqd_reference/project-summary.html b/docs/2.3.0/cqd_reference/project-summary.html
index 1341ad1..14929d5 100644
--- a/docs/2.3.0/cqd_reference/project-summary.html
+++ b/docs/2.3.0/cqd_reference/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/cqd_reference/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/cqd_reference/source-repository.html b/docs/2.3.0/cqd_reference/source-repository.html
index 313e655..8b26341 100644
--- a/docs/2.3.0/cqd_reference/source-repository.html
+++ b/docs/2.3.0/cqd_reference/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/cqd_reference/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/cqd_reference/team-list.html b/docs/2.3.0/cqd_reference/team-list.html
index af31097..8572ac4 100644
--- a/docs/2.3.0/cqd_reference/team-list.html
+++ b/docs/2.3.0/cqd_reference/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/allclasses-frame.html b/docs/2.3.0/dcs_reference/apidocs/allclasses-frame.html
index 5e5460f..3ef48a1 100644
--- a/docs/2.3.0/dcs_reference/apidocs/allclasses-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/allclasses-noframe.html b/docs/2.3.0/dcs_reference/apidocs/allclasses-noframe.html
index bf0d7a1..905afd8 100644
--- a/docs/2.3.0/dcs_reference/apidocs/allclasses-noframe.html
+++ b/docs/2.3.0/dcs_reference/apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/constant-values.html b/docs/2.3.0/dcs_reference/apidocs/constant-values.html
index feb61a3..f139dcb 100644
--- a/docs/2.3.0/dcs_reference/apidocs/constant-values.html
+++ b/docs/2.3.0/dcs_reference/apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/deprecated-list.html b/docs/2.3.0/dcs_reference/apidocs/deprecated-list.html
index 4ba72ec..5d5919a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/deprecated-list.html
+++ b/docs/2.3.0/dcs_reference/apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/help-doc.html b/docs/2.3.0/dcs_reference/apidocs/help-doc.html
index e36ad98..54d3eff 100644
--- a/docs/2.3.0/dcs_reference/apidocs/help-doc.html
+++ b/docs/2.3.0/dcs_reference/apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/index-all.html b/docs/2.3.0/dcs_reference/apidocs/index-all.html
index 7b042b5..1513df1 100644
--- a/docs/2.3.0/dcs_reference/apidocs/index-all.html
+++ b/docs/2.3.0/dcs_reference/apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/index.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/index.html b/docs/2.3.0/dcs_reference/apidocs/index.html
index fb6b54e..87ca9e2 100644
--- a/docs/2.3.0/dcs_reference/apidocs/index.html
+++ b/docs/2.3.0/dcs_reference/apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 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/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/Constants.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
index a6aec8e..923698f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
index e0b552d..548fe88 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
index 98b4901..d267b6c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.Constants (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
index 0f8862f..5a5dbcf 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.VersionAnnotation (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
index 759afed..dcca286 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
index f692988..f26fa28 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
index 2c4b79e..ef49d28 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
index 6dbe68f..e0ca4c7 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
index 53d9435..16f77cd 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
index 0e5efad..074722c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
index 1268f21..357d830 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
index 4929b47..8834b38 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/FilterContainer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/FilterContainer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/FilterContainer.html
index 6111869..84ca993 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/FilterContainer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/FilterContainer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.trafodion.dcs.http.FilterContainer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HtmlQuoting.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HtmlQuoting.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HtmlQuoting.html
index 93160ba..7da9aad 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HtmlQuoting.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HtmlQuoting.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HtmlQuoting (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.RequestChecker.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.RequestChecker.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.RequestChecker.html
index 16c6563..a66cb39 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.RequestChecker.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.RequestChecker.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer.DummyServletFilter.RequestChecker (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.html
index b589ed8..fce93dd 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.DummyServletFilter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer.DummyServletFilter (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.RequestQuoter.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.RequestQuoter.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.RequestQuoter.html
index 1cf59c6..3ae2e3f 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.RequestQuoter.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.RequestQuoter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer.QuotingInputFilter.RequestQuoter (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.html
index 0888cb0..88f6a66 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.QuotingInputFilter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer.QuotingInputFilter (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.StackServlet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.StackServlet.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.StackServlet.html
index 0da49bf..7eb84cc 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.StackServlet.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.StackServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer.StackServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.html
index 3576ad4..ab28a44 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/class-use/HttpServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.http.HttpServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-frame.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-frame.html
index 3ce30fa..a0fba58 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-frame.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-summary.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-summary.html
index 73c37a0..9845eb2 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-summary.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-tree.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-tree.html
index c5893f6..1449fc4 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-tree.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.http Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-use.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-use.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-use.html
index 424c831..2c461da 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-use.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/http/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.http (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html
index b327645..6fc2140 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/DcsMaster.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:47 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html
index a730f16..2c615db 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/FloatingIp.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html
index f27359b..3e7d07d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/MasterLeaderElection.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html
index ccdcb20..23b1eb1 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/MasterStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html
index 18f4d75..92fec0d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.PlanSummaryInfo.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.PlanSummaryInfo.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.PlanSummaryInfo.html
index 1536a6e..f66ab1d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.PlanSummaryInfo.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.PlanSummaryInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.QueryPlanData.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.QueryPlanData.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.QueryPlanData.html
index cc7d750..75208bb 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.QueryPlanData.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.QueryPlanData.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html
index 9e358f1..9bb551c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanModel.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:14 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html
index e088815..2c15d64 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/QueryPlanResponse.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html
index 3e6f127..c13f6fd 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/RegisteredServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html
index 38c49d8..d78357c 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/RunningServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html
index 5f99f5a..c519e3b 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/ServerItem.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html
index e0cc6a5..77e627a 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/ServerManager.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:48 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:15 UTC 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-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/DcsMaster.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/DcsMaster.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/DcsMaster.html
index ca621f5..fff3bdd 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/DcsMaster.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/DcsMaster.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.DcsMaster (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/FloatingIp.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/FloatingIp.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/FloatingIp.html
index 9b25473..4e1bfeb 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/FloatingIp.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/FloatingIp.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.FloatingIp (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterLeaderElection.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterLeaderElection.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterLeaderElection.html
index a34260b..fee14f7 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterLeaderElection.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterLeaderElection.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.MasterLeaderElection (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterStatusServlet.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterStatusServlet.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterStatusServlet.html
index 92039b8..96b39f0 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterStatusServlet.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/MasterStatusServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.MasterStatusServlet (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/Metrics.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/Metrics.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/Metrics.html
index 43efd73..d68ed69 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/Metrics.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/Metrics.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.Metrics (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.PlanSummaryInfo.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.PlanSummaryInfo.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.PlanSummaryInfo.html
index 08d8d07..b8ac7e1 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.PlanSummaryInfo.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.PlanSummaryInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.QueryPlanModel.PlanSummaryInfo (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.QueryPlanData.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.QueryPlanData.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.QueryPlanData.html
index c3da8d0..5c3600e 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.QueryPlanData.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.QueryPlanData.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.QueryPlanModel.QueryPlanData (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.html
index fd6bc02..b21e715 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanModel.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.QueryPlanModel (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanResponse.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanResponse.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanResponse.html
index b425cb2..ad66e1d 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanResponse.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/QueryPlanResponse.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.QueryPlanResponse (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RegisteredServer.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RegisteredServer.html b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RegisteredServer.html
index 1012df7..88b7c45 100644
--- a/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RegisteredServer.html
+++ b/docs/2.3.0/dcs_reference/apidocs/org/trafodion/dcs/master/class-use/RegisteredServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.master.RegisteredServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>


[10/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/sql_reference/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/dependencies.html b/docs/2.3.0/sql_reference/dependencies.html
index 05d2261..285f9f2 100644
--- a/docs/2.3.0/sql_reference/dependencies.html
+++ b/docs/2.3.0/sql_reference/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 a31a1bf..e381a9f 100644
--- a/docs/2.3.0/sql_reference/index.html
+++ b/docs/2.3.0/sql_reference/index.html
@@ -30050,172 +30050,224 @@ character set.</p></td>
 return a result of datetime data type:</p>
 </div>
 <table class="tableblock frame-all grid-all spread">
+<caption class="title">Table 7-3 Overview of DATETIME Functions</caption>
 <colgroup>
 <col style="width: 25%;">
-<col style="width: 75%;">
+<col style="width: 50%;">
+<col style="width: 25%;">
 </colgroup>
 <tbody>
 <tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Name</strong></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Description</strong></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Return Data Type</strong></p></td>
+</tr>
+<tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#add_months_function">ADD_MONTHS Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Adds the integer number of months specified by <em>intr_expr</em>
 to <em>datetime_expr</em> and normalizes the result.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#converttimestamp_function">CONVERTTIMESTAMP Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a Julian timestamp to a TIMESTAMP value.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#current_function">CURRENT Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the current timestamp. You can also use the
 <a href="#current_timestamp_function">CURRENT_TIMESTAMP Function</a>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#current_date_function">CURRENT_DATE Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the current date.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#current_time_function">CURRENT_TIME Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the current time.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIME</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#current_timestamp_function">CURRENT_TIMESTAMP Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the current timestamp. You can also use the <a href="#current_function">CURRENT Function</a>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#date_add_function">DATE_ADD Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Adds the interval specified by <em>interval_expression</em>
 to <em>datetime_expr</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#date_part_function_of_an_interval">DATE_PART Function (of an Interval)</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Extracts the datetime field specified by <em>text</em> from the interval value
-specified by interval and returns the result as an exact numeric value.</p></td>
+specified by interval and returns the result as an exact numeric.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">NUMERIC</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#date_part_function_of_a_timestamp">DATE_PART Function (of a Timestamp)</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Extracts the datetime field specified by <em>text</em> from the datetime value
-specified by timestamp and returns the result as an exact numeric value.</p></td>
+specified by timestamp and returns the result as an exact numeric.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">NUMERIC</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#date_sub_function">DATE_SUB Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Subtracts the specified <em>interval_expression</em> from
 <em>datetime_expr.</em></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE or TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#date_trunc_function">DATE_TRUNC Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the date with the time portion of the day truncated.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dateadd_function">DATEADD Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Adds the interval specified by <em>datepart</em> and <em>num_expr</em>
 to <em>datetime_expr</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE or TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#datediff_function">DATEDIFF Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns the integer value for the number of <em>datepart</em> units of time
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns the integer for the number of <em>datepart</em> units of time
 between <em>startdate</em> and <em>enddate</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dateformat_function">DATEFORMAT Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Formats a datetime value for display purposes.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">CHAR</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#day_function">DAY Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 31 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 31 that represents the
 corresponding day of the month. You can also use DAYOFMONTH.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 31)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dayname_function">DAYNAME Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns the name of the day of the week from a date or timestamp
 expression.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">CHAR</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dayofmonth_function">DAYOFMONTH Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 31 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 31 that represents the
 corresponding day of the month. You can also use DAY.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 31)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dayofweek_function">DAYOFWEEK Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 7 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 7 that represents the
 corresponding day of the week.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 7)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#dayofyear_function">DAYOFYEAR Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 366 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 366 that represents the
 corresponding day of the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 366)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#extract_function">EXTRACT Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns a specified datetime field from a datetime value expression or
 an interval value expression.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">NUMERIC</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#hour_function">HOUR Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 0 through 23 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 0 through 23 that represents the
 corresponding hour of the day.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 0 to 23)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#juliantimestamp_function">JULIANTIMESTAMP Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a datetime value to a Julian timestamp.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#minute_function">MINUTE Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 0 through 59 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 0 through 59 that represents the
 corresponding minute of the hour.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 0 to 59)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#month_function">MONTH Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 12 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 12 that represents the
 corresponding month of the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 12)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#monthname_function">MONTHNAME Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns a character literal that is the name of the month of the year
 (January, February, and so on).</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">CHAR</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#quarter_function">QUARTER Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 4 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 4 that represents the
 corresponding quarter of the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 4)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#second_function">SECOND Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 0 through 59 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 0 through 59 that represents the
 corresponding second of the minute.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 0 to 59)</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#sysdate_function">SYSDATE Function</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Retrieves the current date of the server rather than the session.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#systimestamp_function">SYSTIMESTAMP Function</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Retrieves the current date and time (including fractional seconds with six-digit precision) of the server rather than the session.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#timestampadd_function">TIMESTAMPADD Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Adds the interval of time specified by <em>interval-ind</em> and
 <em>num_expr</em> to <em>datetime_expr</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE or TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#timestampdiff_function">TIMESTAMPDIFF Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns the integer value for the number of <em>interval-ind_units of time between _startdate</em> and <em>enddate</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns the integer for the number of <em>interval-ind_units of time between _startdate</em> and <em>enddate</em>.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#to_char_function">TO_CHAR Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a datetime value to a character value.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">CHAR</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#to_date_function">TO_DATE Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a character value to a date or timestamp value.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DATE or TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#to_time_function">TO_TIME Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a character value to a time value.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIME</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#to_timestamp_function">TO_TIMESTAMP Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Converts a character value to a timestamp value.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TIMESTAMP</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#week_function">WEEK Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value in the range 1 through 54 that represents the
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer in the range 1 through 54 that represents the
 corresponding week of the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 54)</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#year_function">YEAR Function</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer value that represents the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer that represents the year.</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER</p></td>
 </tr>
 </tbody>
 </table>
@@ -33380,7 +33432,7 @@ returned. See <a href="#datetime_value_expressions">Datetime Value Expressions</
 <div class="sect2">
 <h3 id="datediff_function">7.39. DATEDIFF Function</h3>
 <div class="paragraph">
-<p>The DATEDIFF function returns the integer value for the number of
+<p>The DATEDIFF function returns the integer for the number of
 <em>datepart</em> units of time between <em>startdate</em> and <em>enddate</em>.</p>
 </div>
 <div class="paragraph">
@@ -34156,9 +34208,6 @@ TIMESTAMP. See <a href="#datetime_value_expressions">Datetime Value Expressions<
 <p>Return the name of the day of the week from the start date column in the
 project table:</p>
 </div>
-<div class="paragraph">
-<p>+</p>
-</div>
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="text">SELECT start_date, ship_timestamp, DAYNAME(start_date)
@@ -34177,7 +34226,7 @@ Start/Date Time/Shipped               (EXPR)
 <h3 id="dayofmonth_function">7.45. DAYOFMONTH Function</h3>
 <div class="paragraph">
 <p>The DAYOFMONTH function converts a DATE or TIMESTAMP expression into an
-INTEGER value in the range 1 through 31 that represents the
+INTEGER in the range 1 through 31 that represents the
 corresponding day of the month. The result returned by the DAYOFMONTH
 function is equal to the result returned by the DAY function.</p>
 </div>
@@ -34228,7 +34277,7 @@ Start/Date Time/Shipped               (EXPR)
 <h3 id="dayofweek_function">7.46. DAYOFWEEK Function</h3>
 <div class="paragraph">
 <p>The DAYOFWEEK function converts a DATE or TIMESTAMP expression into an
-INTEGER value in the range 1 through 7 that represents the corresponding
+INTEGER in the range 1 through 7 that represents the corresponding
 day of the week. The value 1 represents Sunday, 2 represents Monday, and
 so forth.</p>
 </div>
@@ -34282,7 +34331,7 @@ Start/Date Time/Shipped               (EXPR)
 <h3 id="dayofyear_function">7.47. DAYOFYEAR Function</h3>
 <div class="paragraph">
 <p>The DAYOFYEAR function converts a DATE or TIMESTAMP expression into an
-INTEGER value in the range 1 through 366 that represents the
+INTEGER in the range 1 through 366 that represents the
 corresponding day of the year.</p>
 </div>
 <div class="paragraph">
@@ -35689,7 +35738,7 @@ tom              91 77 43</code></pre>
 <h3 id="hour_function">7.60. HOUR Function</h3>
 <div class="paragraph">
 <p>The HOUR function converts a TIME or TIMESTAMP expression into an
-INTEGER value in the range 0 through 23 that represents the
+INTEGER in the range 0 through 23 that represents the
 corresponding hour of the day.</p>
 </div>
 <div class="paragraph">
@@ -36955,7 +37004,7 @@ MIN (PARTCOST * QTY_ORDERED)</code></pre>
 <h3 id="minute_function">7.77. MINUTE Function</h3>
 <div class="paragraph">
 <p>The MINUTE function converts a TIME or TIMESTAMP expression into an
-INTEGER value, in the range 0 through 59, that represents the
+INTEGER, in the range 0 through 59, that represents the
 corresponding minute of the hour.</p>
 </div>
 <div class="paragraph">
@@ -41749,7 +41798,7 @@ returned.</p>
 <div class="sect2">
 <h3 id="timestampdiff_function">7.128. TIMESTAMPDIFF Function</h3>
 <div class="paragraph">
-<p>The TIMESTAMPDIFF function returns the integer value for the number of
+<p>The TIMESTAMPDIFF function returns the integer for the number of
 <em>interval-ind</em> units of time between <em>startdate</em> and <em>enddate</em>. If
 <em>enddate</em> precedes <em>startdate</em>, the return value is negative or zero.</p>
 </div>
@@ -43046,7 +43095,7 @@ Start/Date Time/Shipped               (EXPR)
 <h3 id="year_function">7.139. YEAR Function</h3>
 <div class="paragraph">
 <p>The YEAR function converts a DATE or TIMESTAMP expression into an
-INTEGER value that represents the year.</p>
+INTEGER that represents the year.</p>
 </div>
 <div class="paragraph">
 <p>YEAR is a Trafodion SQL extension.</p>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/sql_reference/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/integration.html b/docs/2.3.0/sql_reference/integration.html
index f5c28da..535eaa5 100644
--- a/docs/2.3.0/sql_reference/integration.html
+++ b/docs/2.3.0/sql_reference/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/sql_reference/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/issue-tracking.html b/docs/2.3.0/sql_reference/issue-tracking.html
index 4f3a706..ecc6044 100644
--- a/docs/2.3.0/sql_reference/issue-tracking.html
+++ b/docs/2.3.0/sql_reference/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/sql_reference/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/license.html b/docs/2.3.0/sql_reference/license.html
index ccce9a4..57de15d 100644
--- a/docs/2.3.0/sql_reference/license.html
+++ b/docs/2.3.0/sql_reference/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/sql_reference/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/mail-lists.html b/docs/2.3.0/sql_reference/mail-lists.html
index eafdeaf..f147cfe 100644
--- a/docs/2.3.0/sql_reference/mail-lists.html
+++ b/docs/2.3.0/sql_reference/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/sql_reference/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/project-info.html b/docs/2.3.0/sql_reference/project-info.html
index 03e7ca7..58907b9 100644
--- a/docs/2.3.0/sql_reference/project-info.html
+++ b/docs/2.3.0/sql_reference/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/sql_reference/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/project-summary.html b/docs/2.3.0/sql_reference/project-summary.html
index 86d005b..d0746b1 100644
--- a/docs/2.3.0/sql_reference/project-summary.html
+++ b/docs/2.3.0/sql_reference/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/sql_reference/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/source-repository.html b/docs/2.3.0/sql_reference/source-repository.html
index 4633693..229d60d 100644
--- a/docs/2.3.0/sql_reference/source-repository.html
+++ b/docs/2.3.0/sql_reference/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/sql_reference/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/team-list.html b/docs/2.3.0/sql_reference/team-list.html
index 30ed386..85c20bd 100644
--- a/docs/2.3.0/sql_reference/team-list.html
+++ b/docs/2.3.0/sql_reference/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 445b7b8..0943b3e 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/26dd83d0/docs/client_install/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/client_install/dependencies.html b/docs/client_install/dependencies.html
index 9bc334b..3c7912c 100644
--- a/docs/client_install/dependencies.html
+++ b/docs/client_install/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/client_install/integration.html
----------------------------------------------------------------------
diff --git a/docs/client_install/integration.html b/docs/client_install/integration.html
index 0e8cc1a..1461fb6 100644
--- a/docs/client_install/integration.html
+++ b/docs/client_install/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/client_install/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/client_install/issue-tracking.html b/docs/client_install/issue-tracking.html
index c31a87a..caad090 100644
--- a/docs/client_install/issue-tracking.html
+++ b/docs/client_install/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/client_install/license.html
----------------------------------------------------------------------
diff --git a/docs/client_install/license.html b/docs/client_install/license.html
index 177626f..45d02a0 100644
--- a/docs/client_install/license.html
+++ b/docs/client_install/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/client_install/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/client_install/mail-lists.html b/docs/client_install/mail-lists.html
index 8170558..832bba2 100644
--- a/docs/client_install/mail-lists.html
+++ b/docs/client_install/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/client_install/project-info.html
----------------------------------------------------------------------
diff --git a/docs/client_install/project-info.html b/docs/client_install/project-info.html
index 7411882..c8b2ea8 100644
--- a/docs/client_install/project-info.html
+++ b/docs/client_install/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/client_install/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/client_install/project-summary.html b/docs/client_install/project-summary.html
index 116057a..527f132 100644
--- a/docs/client_install/project-summary.html
+++ b/docs/client_install/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/client_install/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/client_install/source-repository.html b/docs/client_install/source-repository.html
index cbcdac8..d56be6f 100644
--- a/docs/client_install/source-repository.html
+++ b/docs/client_install/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/client_install/team-list.html
----------------------------------------------------------------------
diff --git a/docs/client_install/team-list.html b/docs/client_install/team-list.html
index 69a1982..d39423d 100644
--- a/docs/client_install/team-list.html
+++ b/docs/client_install/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 be56545..34d40a0 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/26dd83d0/docs/command_interface/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/dependencies.html b/docs/command_interface/dependencies.html
index b98dc20..58bf0aa 100644
--- a/docs/command_interface/dependencies.html
+++ b/docs/command_interface/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/command_interface/integration.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/integration.html b/docs/command_interface/integration.html
index 8a9cbf8..a083b90 100644
--- a/docs/command_interface/integration.html
+++ b/docs/command_interface/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/command_interface/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/issue-tracking.html b/docs/command_interface/issue-tracking.html
index 006b528..70b65f4 100644
--- a/docs/command_interface/issue-tracking.html
+++ b/docs/command_interface/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/command_interface/license.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/license.html b/docs/command_interface/license.html
index 7b1222e..501acf1 100644
--- a/docs/command_interface/license.html
+++ b/docs/command_interface/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/command_interface/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/mail-lists.html b/docs/command_interface/mail-lists.html
index bda6125..e764ad0 100644
--- a/docs/command_interface/mail-lists.html
+++ b/docs/command_interface/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/command_interface/project-info.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/project-info.html b/docs/command_interface/project-info.html
index c9eff96..5f052b7 100644
--- a/docs/command_interface/project-info.html
+++ b/docs/command_interface/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/command_interface/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/project-summary.html b/docs/command_interface/project-summary.html
index 14e0995..0a43339 100644
--- a/docs/command_interface/project-summary.html
+++ b/docs/command_interface/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/command_interface/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/source-repository.html b/docs/command_interface/source-repository.html
index c2fd6e4..7c9ee0b 100644
--- a/docs/command_interface/source-repository.html
+++ b/docs/command_interface/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/command_interface/team-list.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/team-list.html b/docs/command_interface/team-list.html
index 1864e22..ea16aab 100644
--- a/docs/command_interface/team-list.html
+++ b/docs/command_interface/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 4039436..5d7d367 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/26dd83d0/docs/cqd_reference/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/dependencies.html b/docs/cqd_reference/dependencies.html
index 241f403..d5c9586 100644
--- a/docs/cqd_reference/dependencies.html
+++ b/docs/cqd_reference/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/cqd_reference/integration.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/integration.html b/docs/cqd_reference/integration.html
index 386887d..b0a51c3 100644
--- a/docs/cqd_reference/integration.html
+++ b/docs/cqd_reference/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/cqd_reference/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/issue-tracking.html b/docs/cqd_reference/issue-tracking.html
index e39eac2..9a903fc 100644
--- a/docs/cqd_reference/issue-tracking.html
+++ b/docs/cqd_reference/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/cqd_reference/license.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/license.html b/docs/cqd_reference/license.html
index 0dc0fc1..d68bf0b 100644
--- a/docs/cqd_reference/license.html
+++ b/docs/cqd_reference/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/cqd_reference/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/mail-lists.html b/docs/cqd_reference/mail-lists.html
index 76ca29c..de05cd0 100644
--- a/docs/cqd_reference/mail-lists.html
+++ b/docs/cqd_reference/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/cqd_reference/project-info.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/project-info.html b/docs/cqd_reference/project-info.html
index 9a482ed..2c58b44 100644
--- a/docs/cqd_reference/project-info.html
+++ b/docs/cqd_reference/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/cqd_reference/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/project-summary.html b/docs/cqd_reference/project-summary.html
index 1341ad1..14929d5 100644
--- a/docs/cqd_reference/project-summary.html
+++ b/docs/cqd_reference/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/cqd_reference/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/source-repository.html b/docs/cqd_reference/source-repository.html
index 313e655..8b26341 100644
--- a/docs/cqd_reference/source-repository.html
+++ b/docs/cqd_reference/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/cqd_reference/team-list.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/team-list.html b/docs/cqd_reference/team-list.html
index af31097..8572ac4 100644
--- a/docs/cqd_reference/team-list.html
+++ b/docs/cqd_reference/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 5e5460f..3ef48a1 100644
--- a/docs/dcs_reference/apidocs/allclasses-frame.html
+++ b/docs/dcs_reference/apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 bf0d7a1..905afd8 100644
--- a/docs/dcs_reference/apidocs/allclasses-noframe.html
+++ b/docs/dcs_reference/apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 feb61a3..f139dcb 100644
--- a/docs/dcs_reference/apidocs/constant-values.html
+++ b/docs/dcs_reference/apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 4ba72ec..5d5919a 100644
--- a/docs/dcs_reference/apidocs/deprecated-list.html
+++ b/docs/dcs_reference/apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 e36ad98..54d3eff 100644
--- a/docs/dcs_reference/apidocs/help-doc.html
+++ b/docs/dcs_reference/apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/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 7b042b5..1513df1 100644
--- a/docs/dcs_reference/apidocs/index-all.html
+++ b/docs/dcs_reference/apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/index.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/index.html b/docs/dcs_reference/apidocs/index.html
index fb6b54e..87ca9e2 100644
--- a/docs/dcs_reference/apidocs/index.html
+++ b/docs/dcs_reference/apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 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">


[15/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/failsafe-report.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/failsafe-report.html b/docs/2.3.0/dcs_reference/failsafe-report.html
index 8b5b096..0f8192d 100644
--- a/docs/2.3.0/dcs_reference/failsafe-report.html
+++ b/docs/2.3.0/dcs_reference/failsafe-report.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Database Connectivity Services">Trafodion Database Connectivity Services</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/index.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/index.html b/docs/2.3.0/dcs_reference/index.html
index fb79712..5e309e3 100644
--- a/docs/2.3.0/dcs_reference/index.html
+++ b/docs/2.3.0/dcs_reference/index.html
@@ -109,7 +109,7 @@ under the License.</p>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock">2.3.0</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">2018-03-20T00:38</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2018-03-26T15:23</p></td>
 </tr>
 </tbody>
 </table>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/dcs_reference/project-reports.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/dcs_reference/project-reports.html b/docs/2.3.0/dcs_reference/project-reports.html
index 392579f..f1935e2 100644
--- a/docs/2.3.0/dcs_reference/project-reports.html
+++ b/docs/2.3.0/dcs_reference/project-reports.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Database Connectivity Services">Trafodion Database Connectivity Services</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf b/docs/2.3.0/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf
index 2159141..f9a46ea 100644
Binary files a/docs/2.3.0/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf and b/docs/2.3.0/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/jdbct4ref_guide/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/jdbct4ref_guide/dependencies.html b/docs/2.3.0/jdbct4ref_guide/dependencies.html
index f84981b..536729b 100644
--- a/docs/2.3.0/jdbct4ref_guide/dependencies.html
+++ b/docs/2.3.0/jdbct4ref_guide/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/jdbct4ref_guide/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/jdbct4ref_guide/integration.html b/docs/2.3.0/jdbct4ref_guide/integration.html
index 01c810f..554f773 100644
--- a/docs/2.3.0/jdbct4ref_guide/integration.html
+++ b/docs/2.3.0/jdbct4ref_guide/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/jdbct4ref_guide/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/jdbct4ref_guide/issue-tracking.html b/docs/2.3.0/jdbct4ref_guide/issue-tracking.html
index 556042f..0988369 100644
--- a/docs/2.3.0/jdbct4ref_guide/issue-tracking.html
+++ b/docs/2.3.0/jdbct4ref_guide/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/jdbct4ref_guide/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/jdbct4ref_guide/license.html b/docs/2.3.0/jdbct4ref_guide/license.html
index 4d5da44..0b07b5f 100644
--- a/docs/2.3.0/jdbct4ref_guide/license.html
+++ b/docs/2.3.0/jdbct4ref_guide/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/jdbct4ref_guide/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/jdbct4ref_guide/mail-lists.html b/docs/2.3.0/jdbct4ref_guide/mail-lists.html
index 80b1f7f..f82c9fc 100644
--- a/docs/2.3.0/jdbct4ref_guide/mail-lists.html
+++ b/docs/2.3.0/jdbct4ref_guide/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/jdbct4ref_guide/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/jdbct4ref_guide/project-info.html b/docs/2.3.0/jdbct4ref_guide/project-info.html
index 110a65a..2f3f840 100644
--- a/docs/2.3.0/jdbct4ref_guide/project-info.html
+++ b/docs/2.3.0/jdbct4ref_guide/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/jdbct4ref_guide/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/jdbct4ref_guide/project-summary.html b/docs/2.3.0/jdbct4ref_guide/project-summary.html
index 4605b04..c0a66e1 100644
--- a/docs/2.3.0/jdbct4ref_guide/project-summary.html
+++ b/docs/2.3.0/jdbct4ref_guide/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/jdbct4ref_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/jdbct4ref_guide/source-repository.html b/docs/2.3.0/jdbct4ref_guide/source-repository.html
index 09a67ab..3fe5eb5 100644
--- a/docs/2.3.0/jdbct4ref_guide/source-repository.html
+++ b/docs/2.3.0/jdbct4ref_guide/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/jdbct4ref_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/jdbct4ref_guide/team-list.html b/docs/2.3.0/jdbct4ref_guide/team-list.html
index 24f42ef..2424b22 100644
--- a/docs/2.3.0/jdbct4ref_guide/team-list.html
+++ b/docs/2.3.0/jdbct4ref_guide/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/load_transform/Trafodion_Load_Transform_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/load_transform/Trafodion_Load_Transform_Guide.pdf b/docs/2.3.0/load_transform/Trafodion_Load_Transform_Guide.pdf
index 1bbfaf8..30efc19 100644
Binary files a/docs/2.3.0/load_transform/Trafodion_Load_Transform_Guide.pdf and b/docs/2.3.0/load_transform/Trafodion_Load_Transform_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/load_transform/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/load_transform/dependencies.html b/docs/2.3.0/load_transform/dependencies.html
index a49b8f7..2a6b73e 100644
--- a/docs/2.3.0/load_transform/dependencies.html
+++ b/docs/2.3.0/load_transform/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/load_transform/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/load_transform/integration.html b/docs/2.3.0/load_transform/integration.html
index db81e96..37ab5a9 100644
--- a/docs/2.3.0/load_transform/integration.html
+++ b/docs/2.3.0/load_transform/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/load_transform/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/load_transform/issue-tracking.html b/docs/2.3.0/load_transform/issue-tracking.html
index bcafaf1..f71c634 100644
--- a/docs/2.3.0/load_transform/issue-tracking.html
+++ b/docs/2.3.0/load_transform/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/load_transform/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/load_transform/license.html b/docs/2.3.0/load_transform/license.html
index e6552e8..2a40583 100644
--- a/docs/2.3.0/load_transform/license.html
+++ b/docs/2.3.0/load_transform/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/load_transform/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/load_transform/mail-lists.html b/docs/2.3.0/load_transform/mail-lists.html
index 72fe923..ec836a8 100644
--- a/docs/2.3.0/load_transform/mail-lists.html
+++ b/docs/2.3.0/load_transform/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/load_transform/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/load_transform/project-info.html b/docs/2.3.0/load_transform/project-info.html
index 9026e40..5d528ce 100644
--- a/docs/2.3.0/load_transform/project-info.html
+++ b/docs/2.3.0/load_transform/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/load_transform/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/load_transform/project-summary.html b/docs/2.3.0/load_transform/project-summary.html
index 180c8e8..ea1d799 100644
--- a/docs/2.3.0/load_transform/project-summary.html
+++ b/docs/2.3.0/load_transform/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/load_transform/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/load_transform/source-repository.html b/docs/2.3.0/load_transform/source-repository.html
index 8515d94..f809e68 100644
--- a/docs/2.3.0/load_transform/source-repository.html
+++ b/docs/2.3.0/load_transform/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/load_transform/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/load_transform/team-list.html b/docs/2.3.0/load_transform/team-list.html
index fac9810..752aa06 100644
--- a/docs/2.3.0/load_transform/team-list.html
+++ b/docs/2.3.0/load_transform/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf b/docs/2.3.0/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf
index 52216ff..e18279a 100644
Binary files a/docs/2.3.0/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf and b/docs/2.3.0/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/lob_guide/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/lob_guide/dependencies.html b/docs/2.3.0/lob_guide/dependencies.html
index 7ace70b..0bd9c35 100644
--- a/docs/2.3.0/lob_guide/dependencies.html
+++ b/docs/2.3.0/lob_guide/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/lob_guide/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/lob_guide/integration.html b/docs/2.3.0/lob_guide/integration.html
index bda718a..bcaa6f3 100644
--- a/docs/2.3.0/lob_guide/integration.html
+++ b/docs/2.3.0/lob_guide/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/lob_guide/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/lob_guide/issue-tracking.html b/docs/2.3.0/lob_guide/issue-tracking.html
index d30de34..7c6c8cd 100644
--- a/docs/2.3.0/lob_guide/issue-tracking.html
+++ b/docs/2.3.0/lob_guide/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/lob_guide/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/lob_guide/license.html b/docs/2.3.0/lob_guide/license.html
index 6bf8793..632bc18 100644
--- a/docs/2.3.0/lob_guide/license.html
+++ b/docs/2.3.0/lob_guide/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/lob_guide/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/lob_guide/mail-lists.html b/docs/2.3.0/lob_guide/mail-lists.html
index d47c802..6f892f1 100644
--- a/docs/2.3.0/lob_guide/mail-lists.html
+++ b/docs/2.3.0/lob_guide/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/lob_guide/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/lob_guide/project-info.html b/docs/2.3.0/lob_guide/project-info.html
index d7e2661..01785d4 100644
--- a/docs/2.3.0/lob_guide/project-info.html
+++ b/docs/2.3.0/lob_guide/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/lob_guide/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/lob_guide/project-summary.html b/docs/2.3.0/lob_guide/project-summary.html
index cf3c480..0422843 100644
--- a/docs/2.3.0/lob_guide/project-summary.html
+++ b/docs/2.3.0/lob_guide/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/lob_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/lob_guide/source-repository.html b/docs/2.3.0/lob_guide/source-repository.html
index fbfbc9b..59c421f 100644
--- a/docs/2.3.0/lob_guide/source-repository.html
+++ b/docs/2.3.0/lob_guide/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/lob_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/lob_guide/team-list.html b/docs/2.3.0/lob_guide/team-list.html
index c3f8a96..258528f 100644
--- a/docs/2.3.0/lob_guide/team-list.html
+++ b/docs/2.3.0/lob_guide/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/messages_guide/Trafodion_Messages_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/messages_guide/Trafodion_Messages_Guide.pdf b/docs/2.3.0/messages_guide/Trafodion_Messages_Guide.pdf
index 0f0f39b..88744d7 100644
Binary files a/docs/2.3.0/messages_guide/Trafodion_Messages_Guide.pdf and b/docs/2.3.0/messages_guide/Trafodion_Messages_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/messages_guide/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/messages_guide/dependencies.html b/docs/2.3.0/messages_guide/dependencies.html
index d0d51f2..4246384 100644
--- a/docs/2.3.0/messages_guide/dependencies.html
+++ b/docs/2.3.0/messages_guide/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/messages_guide/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/messages_guide/integration.html b/docs/2.3.0/messages_guide/integration.html
index 6206d7c..2917cf4 100644
--- a/docs/2.3.0/messages_guide/integration.html
+++ b/docs/2.3.0/messages_guide/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/messages_guide/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/messages_guide/issue-tracking.html b/docs/2.3.0/messages_guide/issue-tracking.html
index 80cba60..ed0d6d3 100644
--- a/docs/2.3.0/messages_guide/issue-tracking.html
+++ b/docs/2.3.0/messages_guide/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/messages_guide/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/messages_guide/license.html b/docs/2.3.0/messages_guide/license.html
index 45be720..831ec67 100644
--- a/docs/2.3.0/messages_guide/license.html
+++ b/docs/2.3.0/messages_guide/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/messages_guide/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/messages_guide/mail-lists.html b/docs/2.3.0/messages_guide/mail-lists.html
index c49b5fb..d3b001c 100644
--- a/docs/2.3.0/messages_guide/mail-lists.html
+++ b/docs/2.3.0/messages_guide/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/messages_guide/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/messages_guide/project-info.html b/docs/2.3.0/messages_guide/project-info.html
index 1d8b90e..2630de8 100644
--- a/docs/2.3.0/messages_guide/project-info.html
+++ b/docs/2.3.0/messages_guide/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/messages_guide/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/messages_guide/project-summary.html b/docs/2.3.0/messages_guide/project-summary.html
index 3156606..a6ad2ed 100644
--- a/docs/2.3.0/messages_guide/project-summary.html
+++ b/docs/2.3.0/messages_guide/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/messages_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/messages_guide/source-repository.html b/docs/2.3.0/messages_guide/source-repository.html
index 1c48a11..64e8240 100644
--- a/docs/2.3.0/messages_guide/source-repository.html
+++ b/docs/2.3.0/messages_guide/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/messages_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/messages_guide/team-list.html b/docs/2.3.0/messages_guide/team-list.html
index c71abd2..7a20cfe 100644
--- a/docs/2.3.0/messages_guide/team-list.html
+++ b/docs/2.3.0/messages_guide/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/odb/Trafodion_odb_User_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/odb/Trafodion_odb_User_Guide.pdf b/docs/2.3.0/odb/Trafodion_odb_User_Guide.pdf
index 5bac9db..b4330cc 100644
Binary files a/docs/2.3.0/odb/Trafodion_odb_User_Guide.pdf and b/docs/2.3.0/odb/Trafodion_odb_User_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/odb/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/odb/dependencies.html b/docs/2.3.0/odb/dependencies.html
index 135e57f..19e89ac 100644
--- a/docs/2.3.0/odb/dependencies.html
+++ b/docs/2.3.0/odb/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/odb/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/odb/integration.html b/docs/2.3.0/odb/integration.html
index c886cd8..6d31cf5 100644
--- a/docs/2.3.0/odb/integration.html
+++ b/docs/2.3.0/odb/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/odb/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/odb/issue-tracking.html b/docs/2.3.0/odb/issue-tracking.html
index 7d1725b..4b732de 100644
--- a/docs/2.3.0/odb/issue-tracking.html
+++ b/docs/2.3.0/odb/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/odb/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/odb/license.html b/docs/2.3.0/odb/license.html
index 9da5e2c..7f9ef5f 100644
--- a/docs/2.3.0/odb/license.html
+++ b/docs/2.3.0/odb/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/odb/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/odb/mail-lists.html b/docs/2.3.0/odb/mail-lists.html
index e4ebc02..2076299 100644
--- a/docs/2.3.0/odb/mail-lists.html
+++ b/docs/2.3.0/odb/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/odb/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/odb/project-info.html b/docs/2.3.0/odb/project-info.html
index 98ffe0f..87b6298 100644
--- a/docs/2.3.0/odb/project-info.html
+++ b/docs/2.3.0/odb/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/odb/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/odb/project-summary.html b/docs/2.3.0/odb/project-summary.html
index 74a5309..4a4c748 100644
--- a/docs/2.3.0/odb/project-summary.html
+++ b/docs/2.3.0/odb/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/odb/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/odb/source-repository.html b/docs/2.3.0/odb/source-repository.html
index 3295afd..f0fd47d 100644
--- a/docs/2.3.0/odb/source-repository.html
+++ b/docs/2.3.0/odb/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/odb/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/odb/team-list.html b/docs/2.3.0/odb/team-list.html
index 2d70ae1..9389dba 100644
--- a/docs/2.3.0/odb/team-list.html
+++ b/docs/2.3.0/odb/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/provisioning_guide/Trafodion_Provisioning_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/2.3.0/provisioning_guide/Trafodion_Provisioning_Guide.pdf b/docs/2.3.0/provisioning_guide/Trafodion_Provisioning_Guide.pdf
index 3a02da9..b77f973 100644
Binary files a/docs/2.3.0/provisioning_guide/Trafodion_Provisioning_Guide.pdf and b/docs/2.3.0/provisioning_guide/Trafodion_Provisioning_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/provisioning_guide/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/provisioning_guide/dependencies.html b/docs/2.3.0/provisioning_guide/dependencies.html
index 812f96f..6279152 100644
--- a/docs/2.3.0/provisioning_guide/dependencies.html
+++ b/docs/2.3.0/provisioning_guide/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/provisioning_guide/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/provisioning_guide/integration.html b/docs/2.3.0/provisioning_guide/integration.html
index 2e79b0f..d3a661c 100644
--- a/docs/2.3.0/provisioning_guide/integration.html
+++ b/docs/2.3.0/provisioning_guide/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/provisioning_guide/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/provisioning_guide/issue-tracking.html b/docs/2.3.0/provisioning_guide/issue-tracking.html
index dd83fc8..c56b831 100644
--- a/docs/2.3.0/provisioning_guide/issue-tracking.html
+++ b/docs/2.3.0/provisioning_guide/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/provisioning_guide/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/provisioning_guide/license.html b/docs/2.3.0/provisioning_guide/license.html
index 8f7fac0..ea80070 100644
--- a/docs/2.3.0/provisioning_guide/license.html
+++ b/docs/2.3.0/provisioning_guide/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>


[05/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/lob_guide/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/lob_guide/mail-lists.html b/docs/lob_guide/mail-lists.html
index d47c802..6f892f1 100644
--- a/docs/lob_guide/mail-lists.html
+++ b/docs/lob_guide/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/lob_guide/project-info.html
----------------------------------------------------------------------
diff --git a/docs/lob_guide/project-info.html b/docs/lob_guide/project-info.html
index d7e2661..01785d4 100644
--- a/docs/lob_guide/project-info.html
+++ b/docs/lob_guide/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/lob_guide/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/lob_guide/project-summary.html b/docs/lob_guide/project-summary.html
index cf3c480..0422843 100644
--- a/docs/lob_guide/project-summary.html
+++ b/docs/lob_guide/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/lob_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/lob_guide/source-repository.html b/docs/lob_guide/source-repository.html
index fbfbc9b..59c421f 100644
--- a/docs/lob_guide/source-repository.html
+++ b/docs/lob_guide/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/lob_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/lob_guide/team-list.html b/docs/lob_guide/team-list.html
index c3f8a96..258528f 100644
--- a/docs/lob_guide/team-list.html
+++ b/docs/lob_guide/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/messages_guide/Trafodion_Messages_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/messages_guide/Trafodion_Messages_Guide.pdf b/docs/messages_guide/Trafodion_Messages_Guide.pdf
index 0f0f39b..88744d7 100644
Binary files a/docs/messages_guide/Trafodion_Messages_Guide.pdf and b/docs/messages_guide/Trafodion_Messages_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/messages_guide/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/messages_guide/dependencies.html b/docs/messages_guide/dependencies.html
index d0d51f2..4246384 100644
--- a/docs/messages_guide/dependencies.html
+++ b/docs/messages_guide/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/messages_guide/integration.html
----------------------------------------------------------------------
diff --git a/docs/messages_guide/integration.html b/docs/messages_guide/integration.html
index 6206d7c..2917cf4 100644
--- a/docs/messages_guide/integration.html
+++ b/docs/messages_guide/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/messages_guide/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/messages_guide/issue-tracking.html b/docs/messages_guide/issue-tracking.html
index 80cba60..ed0d6d3 100644
--- a/docs/messages_guide/issue-tracking.html
+++ b/docs/messages_guide/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/messages_guide/license.html
----------------------------------------------------------------------
diff --git a/docs/messages_guide/license.html b/docs/messages_guide/license.html
index 45be720..831ec67 100644
--- a/docs/messages_guide/license.html
+++ b/docs/messages_guide/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/messages_guide/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/messages_guide/mail-lists.html b/docs/messages_guide/mail-lists.html
index c49b5fb..d3b001c 100644
--- a/docs/messages_guide/mail-lists.html
+++ b/docs/messages_guide/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/messages_guide/project-info.html
----------------------------------------------------------------------
diff --git a/docs/messages_guide/project-info.html b/docs/messages_guide/project-info.html
index 1d8b90e..2630de8 100644
--- a/docs/messages_guide/project-info.html
+++ b/docs/messages_guide/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/messages_guide/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/messages_guide/project-summary.html b/docs/messages_guide/project-summary.html
index 3156606..a6ad2ed 100644
--- a/docs/messages_guide/project-summary.html
+++ b/docs/messages_guide/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/messages_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/messages_guide/source-repository.html b/docs/messages_guide/source-repository.html
index 1c48a11..64e8240 100644
--- a/docs/messages_guide/source-repository.html
+++ b/docs/messages_guide/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/messages_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/messages_guide/team-list.html b/docs/messages_guide/team-list.html
index c71abd2..7a20cfe 100644
--- a/docs/messages_guide/team-list.html
+++ b/docs/messages_guide/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Messages Guide">Trafodion Messages Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/odb/Trafodion_odb_User_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/odb/Trafodion_odb_User_Guide.pdf b/docs/odb/Trafodion_odb_User_Guide.pdf
index 5bac9db..b4330cc 100644
Binary files a/docs/odb/Trafodion_odb_User_Guide.pdf and b/docs/odb/Trafodion_odb_User_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/odb/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/odb/dependencies.html b/docs/odb/dependencies.html
index 135e57f..19e89ac 100644
--- a/docs/odb/dependencies.html
+++ b/docs/odb/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/odb/integration.html
----------------------------------------------------------------------
diff --git a/docs/odb/integration.html b/docs/odb/integration.html
index c886cd8..6d31cf5 100644
--- a/docs/odb/integration.html
+++ b/docs/odb/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/odb/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/odb/issue-tracking.html b/docs/odb/issue-tracking.html
index 7d1725b..4b732de 100644
--- a/docs/odb/issue-tracking.html
+++ b/docs/odb/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/odb/license.html
----------------------------------------------------------------------
diff --git a/docs/odb/license.html b/docs/odb/license.html
index 9da5e2c..7f9ef5f 100644
--- a/docs/odb/license.html
+++ b/docs/odb/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/odb/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/odb/mail-lists.html b/docs/odb/mail-lists.html
index e4ebc02..2076299 100644
--- a/docs/odb/mail-lists.html
+++ b/docs/odb/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/odb/project-info.html
----------------------------------------------------------------------
diff --git a/docs/odb/project-info.html b/docs/odb/project-info.html
index 98ffe0f..87b6298 100644
--- a/docs/odb/project-info.html
+++ b/docs/odb/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/odb/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/odb/project-summary.html b/docs/odb/project-summary.html
index 74a5309..4a4c748 100644
--- a/docs/odb/project-summary.html
+++ b/docs/odb/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/odb/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/odb/source-repository.html b/docs/odb/source-repository.html
index 3295afd..f0fd47d 100644
--- a/docs/odb/source-repository.html
+++ b/docs/odb/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/odb/team-list.html
----------------------------------------------------------------------
diff --git a/docs/odb/team-list.html b/docs/odb/team-list.html
index 2d70ae1..9389dba 100644
--- a/docs/odb/team-list.html
+++ b/docs/odb/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion odb User Guide">Trafodion odb User Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/provisioning_guide/Trafodion_Provisioning_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/provisioning_guide/Trafodion_Provisioning_Guide.pdf b/docs/provisioning_guide/Trafodion_Provisioning_Guide.pdf
index 3a02da9..b77f973 100644
Binary files a/docs/provisioning_guide/Trafodion_Provisioning_Guide.pdf and b/docs/provisioning_guide/Trafodion_Provisioning_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/provisioning_guide/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/provisioning_guide/dependencies.html b/docs/provisioning_guide/dependencies.html
index 812f96f..6279152 100644
--- a/docs/provisioning_guide/dependencies.html
+++ b/docs/provisioning_guide/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/provisioning_guide/integration.html
----------------------------------------------------------------------
diff --git a/docs/provisioning_guide/integration.html b/docs/provisioning_guide/integration.html
index 2e79b0f..d3a661c 100644
--- a/docs/provisioning_guide/integration.html
+++ b/docs/provisioning_guide/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/provisioning_guide/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/provisioning_guide/issue-tracking.html b/docs/provisioning_guide/issue-tracking.html
index dd83fc8..c56b831 100644
--- a/docs/provisioning_guide/issue-tracking.html
+++ b/docs/provisioning_guide/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/provisioning_guide/license.html
----------------------------------------------------------------------
diff --git a/docs/provisioning_guide/license.html b/docs/provisioning_guide/license.html
index 8f7fac0..ea80070 100644
--- a/docs/provisioning_guide/license.html
+++ b/docs/provisioning_guide/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/provisioning_guide/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/provisioning_guide/mail-lists.html b/docs/provisioning_guide/mail-lists.html
index 4af9cfa..e030016 100644
--- a/docs/provisioning_guide/mail-lists.html
+++ b/docs/provisioning_guide/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/provisioning_guide/project-info.html
----------------------------------------------------------------------
diff --git a/docs/provisioning_guide/project-info.html b/docs/provisioning_guide/project-info.html
index 274a197..82d49d9 100644
--- a/docs/provisioning_guide/project-info.html
+++ b/docs/provisioning_guide/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/provisioning_guide/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/provisioning_guide/project-summary.html b/docs/provisioning_guide/project-summary.html
index 30d8c07..b649bd7 100644
--- a/docs/provisioning_guide/project-summary.html
+++ b/docs/provisioning_guide/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/provisioning_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/provisioning_guide/source-repository.html b/docs/provisioning_guide/source-repository.html
index fe02485..2e536e4 100644
--- a/docs/provisioning_guide/source-repository.html
+++ b/docs/provisioning_guide/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/provisioning_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/provisioning_guide/team-list.html b/docs/provisioning_guide/team-list.html
index b2402d2..3bd1f42 100644
--- a/docs/provisioning_guide/team-list.html
+++ b/docs/provisioning_guide/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Provisioning Guide">Trafodion Provisioning Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/allclasses-frame.html b/docs/rest_reference/apidocs/allclasses-frame.html
index 87749bc..ffff068 100644
--- a/docs/rest_reference/apidocs/allclasses-frame.html
+++ b/docs/rest_reference/apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/allclasses-noframe.html b/docs/rest_reference/apidocs/allclasses-noframe.html
index 8774c5c..190ba2c 100644
--- a/docs/rest_reference/apidocs/allclasses-noframe.html
+++ b/docs/rest_reference/apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/constant-values.html b/docs/rest_reference/apidocs/constant-values.html
index 33fc75e..71e8938 100644
--- a/docs/rest_reference/apidocs/constant-values.html
+++ b/docs/rest_reference/apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/deprecated-list.html b/docs/rest_reference/apidocs/deprecated-list.html
index ad6acc9..91f4511 100644
--- a/docs/rest_reference/apidocs/deprecated-list.html
+++ b/docs/rest_reference/apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/help-doc.html b/docs/rest_reference/apidocs/help-doc.html
index d48141e..20e5ccc 100644
--- a/docs/rest_reference/apidocs/help-doc.html
+++ b/docs/rest_reference/apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/index-all.html b/docs/rest_reference/apidocs/index-all.html
index acd3679..3f0fa7a 100644
--- a/docs/rest_reference/apidocs/index-all.html
+++ b/docs/rest_reference/apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/index.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/index.html b/docs/rest_reference/apidocs/index.html
index 96f2794..43900af 100644
--- a/docs/rest_reference/apidocs/index.html
+++ b/docs/rest_reference/apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Trafodion REST 2.3.0 API</title>
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/Constants.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/Constants.html b/docs/rest_reference/apidocs/org/trafodion/rest/Constants.html
index ce7aecd..cf09a01 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/Constants.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/Constants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constants (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/GetStatusResponse.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/GetStatusResponse.html b/docs/rest_reference/apidocs/org/trafodion/rest/GetStatusResponse.html
index 5e24529..66b65e5 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/GetStatusResponse.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/GetStatusResponse.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>GetStatusResponse (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/RESTServlet.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/RESTServlet.html b/docs/rest_reference/apidocs/org/trafodion/rest/RESTServlet.html
index 4e0a8f0..a524981 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/RESTServlet.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/RESTServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RESTServlet (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/RegisteredServer.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/RegisteredServer.html b/docs/rest_reference/apidocs/org/trafodion/rest/RegisteredServer.html
index 3c8d75d..4b07d74 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/RegisteredServer.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/RegisteredServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RegisteredServer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/ResourceBase.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/ResourceBase.html b/docs/rest_reference/apidocs/org/trafodion/rest/ResourceBase.html
index e811775..c609526 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/ResourceBase.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/ResourceBase.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ResourceBase (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/ResourceConfig.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/ResourceConfig.html b/docs/rest_reference/apidocs/org/trafodion/rest/ResourceConfig.html
index e88d76e..5c57ebf 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/ResourceConfig.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/ResourceConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ResourceConfig (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/RestConstants.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/RestConstants.html b/docs/rest_reference/apidocs/org/trafodion/rest/RestConstants.html
index 312af32..c740f41 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/RestConstants.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/RestConstants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:38 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RestConstants (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/RootResource.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/RootResource.html b/docs/rest_reference/apidocs/org/trafodion/rest/RootResource.html
index 7434bdc..96df57f 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/RootResource.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/RootResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RootResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/RunningServer.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/RunningServer.html b/docs/rest_reference/apidocs/org/trafodion/rest/RunningServer.html
index d279491..f868682 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/RunningServer.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/RunningServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RunningServer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/ServerResource.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/ServerResource.html b/docs/rest_reference/apidocs/org/trafodion/rest/ServerResource.html
index b7a211f..619af63 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/ServerResource.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/ServerResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:10 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ServerResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/TrafodionRest.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/TrafodionRest.html b/docs/rest_reference/apidocs/org/trafodion/rest/TrafodionRest.html
index 7590d2d..d649568 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/TrafodionRest.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/TrafodionRest.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TrafodionRest (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/TransactionsResource.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/TransactionsResource.html b/docs/rest_reference/apidocs/org/trafodion/rest/TransactionsResource.html
index b2afee3..b65ae8a 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/TransactionsResource.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/TransactionsResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TransactionsResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/VersionAnnotation.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/VersionAnnotation.html b/docs/rest_reference/apidocs/org/trafodion/rest/VersionAnnotation.html
index 4871e0d..36dfa2f 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/VersionAnnotation.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/VersionAnnotation.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionAnnotation (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/VersionResource.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/VersionResource.html b/docs/rest_reference/apidocs/org/trafodion/rest/VersionResource.html
index 9284bef..8b77697 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/VersionResource.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/VersionResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/Constants.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/Constants.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/Constants.html
index 7b4556b..a5d6744 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/Constants.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/Constants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.Constants (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/GetStatusResponse.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/GetStatusResponse.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/GetStatusResponse.html
index 27ee01e..bec578e 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/GetStatusResponse.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/GetStatusResponse.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.GetStatusResponse (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RESTServlet.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RESTServlet.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RESTServlet.html
index f159eb0..737f426 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RESTServlet.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RESTServlet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.RESTServlet (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RegisteredServer.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RegisteredServer.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RegisteredServer.html
index 7c8f717..918cd34 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RegisteredServer.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RegisteredServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.RegisteredServer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceBase.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceBase.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceBase.html
index 12862ee..943443c 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceBase.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceBase.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.ResourceBase (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceConfig.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceConfig.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceConfig.html
index 293f8e2..054c59c 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceConfig.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ResourceConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.ResourceConfig (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RestConstants.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RestConstants.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RestConstants.html
index e4f92ea..94ec0e6 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RestConstants.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RestConstants.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.trafodion.rest.RestConstants (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RootResource.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RootResource.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RootResource.html
index 2a891fd..efdca59 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RootResource.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RootResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.RootResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RunningServer.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RunningServer.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RunningServer.html
index 4a3f121..a2ef1e1 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RunningServer.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/RunningServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.RunningServer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ServerResource.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ServerResource.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ServerResource.html
index a10b8ed..3b045a7 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ServerResource.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/ServerResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.ServerResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/TrafodionRest.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/TrafodionRest.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/TrafodionRest.html
index d8a848c..f3c17df 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/TrafodionRest.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/TrafodionRest.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.TrafodionRest (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/TransactionsResource.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/TransactionsResource.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/TransactionsResource.html
index bc4dad5..8f5dc04 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/TransactionsResource.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/TransactionsResource.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.TransactionsResource (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/class-use/VersionAnnotation.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/VersionAnnotation.html b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/VersionAnnotation.html
index db894e5..0a2734c 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/class-use/VersionAnnotation.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/class-use/VersionAnnotation.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.VersionAnnotation (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>


[02/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/sql_reference/Trafodion_SQL_Reference_Manual.pdf
----------------------------------------------------------------------
diff --git a/docs/sql_reference/Trafodion_SQL_Reference_Manual.pdf b/docs/sql_reference/Trafodion_SQL_Reference_Manual.pdf
index 562cd09..9de2a77 100644
--- a/docs/sql_reference/Trafodion_SQL_Reference_Manual.pdf
+++ b/docs/sql_reference/Trafodion_SQL_Reference_Manual.pdf
@@ -4,16 +4,16 @@
 << /Title (SQL Reference Manual)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20180320004734+00'00')
-/ModDate (D:20180320004734+00'00')
+/CreationDate (D:20180326153225+00'00')
+/ModDate (D:20180326153225+00'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 61 0 R
-/Outlines 5522 0 R
-/PageLabels 6357 0 R
+/Outlines 5524 0 R
+/PageLabels 6359 0 R
 /PageMode /UseOutlines
 /OpenAction [7 0 R /FitH 793.0]
 /ViewerPreferences << /DisplayDocTitle true
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 817
-/Kids [7 0 R 11 0 R 13 0 R 15 0 R 17 0 R 19 0 R 21 0 R 23 0 R 25 0 R 27 0 R 29 0 R 31 0 R 33 0 R 35 0 R 37 0 R 39 0 R 41 0 R 43 0 R 45 0 R 47 0 R 49 0 R 53 0 R 55 0 R 57 0 R 59 0 R 68 0 R 72 0 R 85 0 R 89 0 R 91 0 R 93 0 R 97 0 R 114 0 R 127 0 R 132 0 R 135 0 R 138 0 R 159 0 R 168 0 R 178 0 R 186 0 R 195 0 R 204 0 R 209 0 R 243 0 R 272 0 R 298 0 R 315 0 R 338 0 R 354 0 R 368 0 R 383 0 R 390 0 R 403 0 R 408 0 R 413 0 R 416 0 R 420 0 R 424 0 R 426 0 R 432 0 R 438 0 R 440 0 R 445 0 R 449 0 R 451 0 R 458 0 R 461 0 R 463 0 R 469 0 R 473 0 R 479 0 R 485 0 R 495 0 R 502 0 R 506 0 R 508 0 R 513 0 R 516 0 R 522 0 R 526 0 R 530 0 R 536 0 R 541 0 R 544 0 R 550 0 R 555 0 R 557 0 R 561 0 R 565 0 R 570 0 R 573 0 R 575 0 R 579 0 R 584 0 R 586 0 R 588 0 R 594 0 R 598 0 R 602 0 R 605 0 R 610 0 R 613 0 R 616 0 R 618 0 R 621 0 R 625 0 R 629 0 R 632 0 R 635 0 R 637 0 R 639 0 R 646 0 R 651 0 R 656 0 R 662 0 R 666 0 R 671 0 R 676 0 R 678 0 R 680 0 R 683 0 R 686 0 R 690 0 R 692 0 R 697 0 R 699 0 R 705 0 R
  707 0 R 714 0 R 716 0 R 719 0 R 721 0 R 726 0 R 732 0 R 738 0 R 740 0 R 744 0 R 748 0 R 752 0 R 755 0 R 759 0 R 763 0 R 765 0 R 767 0 R 771 0 R 773 0 R 776 0 R 778 0 R 780 0 R 786 0 R 791 0 R 796 0 R 801 0 R 805 0 R 809 0 R 812 0 R 815 0 R 823 0 R 830 0 R 832 0 R 841 0 R 844 0 R 852 0 R 855 0 R 862 0 R 867 0 R 875 0 R 878 0 R 886 0 R 893 0 R 896 0 R 901 0 R 906 0 R 911 0 R 914 0 R 918 0 R 923 0 R 928 0 R 933 0 R 938 0 R 944 0 R 949 0 R 958 0 R 961 0 R 963 0 R 970 0 R 972 0 R 978 0 R 983 0 R 985 0 R 990 0 R 993 0 R 996 0 R 1001 0 R 1004 0 R 1006 0 R 1008 0 R 1010 0 R 1017 0 R 1020 0 R 1022 0 R 1027 0 R 1029 0 R 1033 0 R 1036 0 R 1040 0 R 1047 0 R 1052 0 R 1055 0 R 1062 0 R 1066 0 R 1071 0 R 1073 0 R 1081 0 R 1084 0 R 1090 0 R 1100 0 R 1109 0 R 1113 0 R 1115 0 R 1118 0 R 1128 0 R 1130 0 R 1134 0 R 1138 0 R 1142 0 R 1144 0 R 1149 0 R 1156 0 R 1159 0 R 1162 0 R 1170 0 R 1178 0 R 1184 0 R 1189 0 R 1195 0 R 1197 0 R 1204 0 R 1212 0 R 1215 0 R 1221 0 R 1226 0 R 1228 0 R 1236 0 R 1239 0 R 
 1241 0 R 1243 0 R 1246 0 R 1248 0 R 1256 0 R 1262 0 R 1267 0 R 1273 0 R 1275 0 R 1277 0 R 1282 0 R 1285 0 R 1289 0 R 1294 0 R 1300 0 R 1307 0 R 1311 0 R 1318 0 R 1323 0 R 1327 0 R 1329 0 R 1333 0 R 1336 0 R 1338 0 R 1340 0 R 1342 0 R 1344 0 R 1346 0 R 1348 0 R 1350 0 R 1352 0 R 1354 0 R 1356 0 R 1358 0 R 1367 0 R 1375 0 R 1379 0 R 1387 0 R 1390 0 R 1395 0 R 1401 0 R 1405 0 R 1412 0 R 1415 0 R 1419 0 R 1423 0 R 1429 0 R 1431 0 R 1439 0 R 1446 0 R 1449 0 R 1454 0 R 1459 0 R 1470 0 R 1475 0 R 1479 0 R 1482 0 R 1487 0 R 1492 0 R 1494 0 R 1496 0 R 1506 0 R 1509 0 R 1519 0 R 1523 0 R 1525 0 R 1527 0 R 1532 0 R 1535 0 R 1537 0 R 1539 0 R 1541 0 R 1543 0 R 1546 0 R 1550 0 R 1552 0 R 1554 0 R 1560 0 R 1567 0 R 1573 0 R 1577 0 R 1579 0 R 1585 0 R 1587 0 R 1593 0 R 1596 0 R 1598 0 R 1600 0 R 1602 0 R 1604 0 R 1606 0 R 1608 0 R 1611 0 R 1614 0 R 1616 0 R 1618 0 R 1620 0 R 1622 0 R 1624 0 R 1626 0 R 1629 0 R 1631 0 R 1636 0 R 1642 0 R 1644 0 R 1652 0 R 1655 0 R 1660 0 R 1662 0 R 1667 0 R 1671 0 
 R 1675 0 R 1678 0 R 1681 0 R 1686 0 R 1688 0 R 1693 0 R 1697 0 R 1702 0 R 1705 0 R 1707 0 R 1713 0 R 1719 0 R 1723 0 R 1733 0 R 1740 0 R 1755 0 R 1761 0 R 1770 0 R 1772 0 R 1774 0 R 1776 0 R 1778 0 R 1783 0 R 1788 0 R 1791 0 R 1794 0 R 1797 0 R 1800 0 R 1802 0 R 1806 0 R 1809 0 R 1813 0 R 1817 0 R 1820 0 R 1830 0 R 1835 0 R 1838 0 R 1840 0 R 1842 0 R 1849 0 R 1852 0 R 1855 0 R 1858 0 R 1862 0 R 1868 0 R 1871 0 R 1873 0 R 1876 0 R 1879 0 R 1886 0 R 1888 0 R 1891 0 R 1893 0 R 1896 0 R 1903 0 R 1907 0 R 1916 0 R 1919 0 R 1926 0 R 1928 0 R 1933 0 R 1942 0 R 1946 0 R 1954 0 R 1959 0 R 1963 0 R 1967 0 R 1969 0 R 1972 0 R 1976 0 R 1981 0 R 1984 0 R 1987 0 R 1993 0 R 1998 0 R 2011 0 R 2019 0 R 2021 0 R 2027 0 R 2031 0 R 2038 0 R 2040 0 R 2042 0 R 2047 0 R 2049 0 R 2054 0 R 2056 0 R 2065 0 R 2070 0 R 2072 0 R 2082 0 R 2087 0 R 2092 0 R 2098 0 R 2104 0 R 2109 0 R 2114 0 R 2119 0 R 2122 0 R 2124 0 R 2126 0 R 2136 0 R 2145 0 R 2152 0 R 2156 0 R 2163 0 R 2166 0 R 2172 0 R 2176 0 R 2183 0 R 2186 
 0 R 2193 0 R 2203 0 R 2206 0 R 2209 0 R 2212 0 R 2216 0 R 2219 0 R 2221 0 R 2226 0 R 2228 0 R 2233 0 R 2235 0 R 2237 0 R 2239 0 R 2241 0 R 2243 0 R 2245 0 R 2247 0 R 2253 0 R 2255 0 R 2258 0 R 2260 0 R 2262 0 R 2265 0 R 2267 0 R 2274 0 R 2277 0 R 2280 0 R 2282 0 R 2284 0 R 2286 0 R 2288 0 R 2302 0 R 2332 0 R 2367 0 R 2393 0 R 2422 0 R 2435 0 R 2454 0 R 2475 0 R 2480 0 R 2485 0 R 2492 0 R 2495 0 R 2501 0 R 2508 0 R 2513 0 R 2519 0 R 2524 0 R 2531 0 R 2540 0 R 2544 0 R 2550 0 R 2554 0 R 2560 0 R 2564 0 R 2570 0 R 2575 0 R 2577 0 R 2579 0 R 2586 0 R 2589 0 R 2595 0 R 2600 0 R 2607 0 R 2609 0 R 2613 0 R 2617 0 R 2624 0 R 2628 0 R 2632 0 R 2635 0 R 2637 0 R 2643 0 R 2646 0 R 2651 0 R 2657 0 R 2663 0 R 2667 0 R 2669 0 R 2674 0 R 2680 0 R 2684 0 R 2688 0 R 2693 0 R 2700 0 R 2707 0 R 2710 0 R 2717 0 R 2720 0 R 2727 0 R 2730 0 R 2733 0 R 2740 0 R 2747 0 R 2754 0 R 2758 0 R 2761 0 R 2769 0 R 2775 0 R 2779 0 R 2782 0 R 2786 0 R 2789 0 R 2794 0 R 2800 0 R 2805 0 R 2810 0 R 2815 0 R 2819 0 R 282
 1 0 R 2823 0 R 2826 0 R 2832 0 R 2838 0 R 2842 0 R 2844 0 R 2851 0 R 2857 0 R 2865 0 R 2872 0 R 2878 0 R 2886 0 R 2889 0 R 2892 0 R 2895 0 R 2902 0 R 2904 0 R 2910 0 R 2917 0 R 2921 0 R 2926 0 R 2931 0 R 2933 0 R 2938 0 R 2945 0 R 2948 0 R 2954 0 R 2957 0 R 2963 0 R 2965 0 R 2971 0 R 2979 0 R 2985 0 R 2987 0 R 2996 0 R 3001 0 R 3006 0 R 3011 0 R 3019 0 R 3023 0 R 3028 0 R 3030 0 R 3042 0 R 3050 0 R 3052 0 R 3057 0 R 3063 0 R 3066 0 R 3071 0 R 3077 0 R 3082 0 R 3088 0 R 3093 0 R 3096 0 R 3102 0 R 3106 0 R 3111 0 R 3114 0 R 3119 0 R 3122 0 R 3126 0 R 3129 0 R 3134 0 R 3137 0 R 3141 0 R 3144 0 R 3149 0 R 3152 0 R 3155 0 R 3159 0 R 3161 0 R 3170 0 R 3176 0 R 3180 0 R 3190 0 R 3193 0 R 3198 0 R 3203 0 R 3209 0 R 3214 0 R 3219 0 R 3221 0 R 3223 0 R 3228 0 R 3233 0 R 3239 0 R 3245 0 R 3249 0 R 3252 0 R 3255 0 R 3259 0 R 3263 0 R 3265 0 R 3268 0 R 3271 0 R 3278 0 R 3281 0 R 3289 0 R 3293 0 R 3297 0 R 3307 0 R 3314 0 R 3320 0 R 3323 0 R 3328 0 R 3334 0 R 3340 0 R 3343 0 R 3348 0 R 3354 0 R 3
 356 0 R 3361 0 R 3366 0 R 3370 0 R 3376 0 R 3382 0 R 3388 0 R 3392 0 R 3397 0 R 3403 0 R 3409 0 R 3412 0 R 3419 0 R 3423 0 R 3428 0 R 3431 0 R 3439 0 R 3442 0 R 3447 0 R 3449 0 R 3451 0 R 3456 0 R 3458 0 R 3464 0 R 3470 0 R 3476 0 R 3479 0 R 3482 0 R 3485 0 R 3488 0 R 3491 0 R 3494 0 R 3498 0 R 3500 0 R 3503 0 R 3507 0 R 3509 0 R 3513 0 R 3518 0 R 3521 0 R 3528 0 R 3531 0 R 3538 0 R 3542 0 R 3551 0 R 3558 0 R 3560 0 R 3567 0 R 3569 0 R 3576 0 R 3585 0 R 3589 0 R 3594 0 R 3599 0 R 3604 0 R 3609 0 R 3612 0 R 3615 0 R 3618 0 R 3620 0 R 3623 0 R 3628 0 R 3631 0 R 3634 0 R 3637 0 R 3640 0 R 3644 0 R 3647 0 R 3650 0 R 3653 0 R 3656 0 R 3659 0 R 3662 0 R 3665 0 R 3668 0 R 3671 0 R 3674 0 R 3677 0 R 3680 0 R 3683 0 R 3687 0 R 3691 0 R 3694 0 R 3697 0 R 3700 0 R 3703 0 R 3706 0 R 3709 0 R 3714 0 R 3721 0 R 3724 0 R 3729 0 R 3735 0 R 3740 0 R 3742 0 R 3744 0 R 3746 0 R 3748 0 R 3750 0 R 3753 0 R 3757 0 R 3759 0 R 3761 0 R 3763 0 R 3767 0 R 3770 0 R 3772 0 R 3775 0 R 3777 0 R 3780 0 R 3782 0 R
  3785 0 R 3787 0 R 3792 0 R 3794 0 R 3796 0 R 3799 0 R 3801 0 R 3805 0 R 3808 0 R 3814 0 R 3816 0 R 3818 0 R 3824 0 R 3834 0 R 3844 0 R 3851 0 R 3856 0 R]
+/Kids [7 0 R 11 0 R 13 0 R 15 0 R 17 0 R 19 0 R 21 0 R 23 0 R 25 0 R 27 0 R 29 0 R 31 0 R 33 0 R 35 0 R 37 0 R 39 0 R 41 0 R 43 0 R 45 0 R 47 0 R 49 0 R 53 0 R 55 0 R 57 0 R 59 0 R 68 0 R 72 0 R 85 0 R 89 0 R 91 0 R 93 0 R 97 0 R 114 0 R 127 0 R 132 0 R 135 0 R 138 0 R 159 0 R 168 0 R 178 0 R 186 0 R 195 0 R 204 0 R 209 0 R 243 0 R 272 0 R 298 0 R 315 0 R 338 0 R 354 0 R 368 0 R 383 0 R 390 0 R 403 0 R 408 0 R 413 0 R 416 0 R 420 0 R 424 0 R 426 0 R 432 0 R 438 0 R 440 0 R 445 0 R 449 0 R 451 0 R 458 0 R 461 0 R 463 0 R 469 0 R 473 0 R 479 0 R 485 0 R 495 0 R 502 0 R 506 0 R 508 0 R 513 0 R 516 0 R 522 0 R 526 0 R 530 0 R 536 0 R 541 0 R 544 0 R 550 0 R 555 0 R 557 0 R 561 0 R 565 0 R 570 0 R 573 0 R 575 0 R 579 0 R 584 0 R 586 0 R 588 0 R 594 0 R 598 0 R 602 0 R 605 0 R 610 0 R 613 0 R 616 0 R 618 0 R 621 0 R 625 0 R 629 0 R 632 0 R 635 0 R 637 0 R 639 0 R 646 0 R 651 0 R 656 0 R 662 0 R 666 0 R 671 0 R 676 0 R 678 0 R 680 0 R 683 0 R 686 0 R 690 0 R 692 0 R 697 0 R 699 0 R 705 0 R
  707 0 R 714 0 R 716 0 R 719 0 R 721 0 R 726 0 R 732 0 R 738 0 R 740 0 R 744 0 R 748 0 R 752 0 R 755 0 R 759 0 R 763 0 R 765 0 R 767 0 R 771 0 R 773 0 R 776 0 R 778 0 R 780 0 R 786 0 R 791 0 R 796 0 R 801 0 R 805 0 R 809 0 R 812 0 R 815 0 R 823 0 R 830 0 R 832 0 R 841 0 R 844 0 R 852 0 R 855 0 R 862 0 R 867 0 R 875 0 R 878 0 R 886 0 R 893 0 R 896 0 R 901 0 R 906 0 R 911 0 R 914 0 R 918 0 R 923 0 R 928 0 R 933 0 R 938 0 R 944 0 R 949 0 R 958 0 R 961 0 R 963 0 R 970 0 R 972 0 R 978 0 R 983 0 R 985 0 R 990 0 R 993 0 R 996 0 R 1001 0 R 1004 0 R 1006 0 R 1008 0 R 1010 0 R 1017 0 R 1020 0 R 1022 0 R 1027 0 R 1029 0 R 1033 0 R 1036 0 R 1040 0 R 1047 0 R 1052 0 R 1055 0 R 1062 0 R 1066 0 R 1071 0 R 1073 0 R 1081 0 R 1084 0 R 1090 0 R 1100 0 R 1109 0 R 1113 0 R 1115 0 R 1118 0 R 1128 0 R 1130 0 R 1134 0 R 1138 0 R 1142 0 R 1144 0 R 1149 0 R 1156 0 R 1159 0 R 1162 0 R 1170 0 R 1178 0 R 1184 0 R 1189 0 R 1195 0 R 1197 0 R 1204 0 R 1212 0 R 1215 0 R 1221 0 R 1226 0 R 1228 0 R 1236 0 R 1239 0 R 
 1241 0 R 1243 0 R 1246 0 R 1248 0 R 1256 0 R 1262 0 R 1267 0 R 1273 0 R 1275 0 R 1277 0 R 1282 0 R 1285 0 R 1289 0 R 1294 0 R 1300 0 R 1307 0 R 1311 0 R 1318 0 R 1323 0 R 1327 0 R 1329 0 R 1333 0 R 1336 0 R 1338 0 R 1340 0 R 1342 0 R 1344 0 R 1346 0 R 1348 0 R 1350 0 R 1352 0 R 1354 0 R 1356 0 R 1358 0 R 1367 0 R 1375 0 R 1379 0 R 1387 0 R 1390 0 R 1395 0 R 1401 0 R 1405 0 R 1412 0 R 1415 0 R 1419 0 R 1423 0 R 1429 0 R 1431 0 R 1439 0 R 1446 0 R 1449 0 R 1454 0 R 1459 0 R 1470 0 R 1475 0 R 1479 0 R 1482 0 R 1487 0 R 1492 0 R 1494 0 R 1496 0 R 1506 0 R 1509 0 R 1519 0 R 1523 0 R 1525 0 R 1527 0 R 1532 0 R 1535 0 R 1537 0 R 1539 0 R 1541 0 R 1543 0 R 1546 0 R 1550 0 R 1552 0 R 1554 0 R 1560 0 R 1567 0 R 1573 0 R 1577 0 R 1579 0 R 1585 0 R 1587 0 R 1593 0 R 1596 0 R 1598 0 R 1600 0 R 1602 0 R 1604 0 R 1606 0 R 1608 0 R 1611 0 R 1614 0 R 1616 0 R 1618 0 R 1620 0 R 1622 0 R 1624 0 R 1626 0 R 1629 0 R 1631 0 R 1636 0 R 1642 0 R 1644 0 R 1652 0 R 1655 0 R 1660 0 R 1662 0 R 1667 0 R 1671 0 
 R 1675 0 R 1678 0 R 1681 0 R 1686 0 R 1688 0 R 1693 0 R 1697 0 R 1702 0 R 1705 0 R 1707 0 R 1713 0 R 1719 0 R 1723 0 R 1733 0 R 1740 0 R 1755 0 R 1761 0 R 1770 0 R 1772 0 R 1774 0 R 1776 0 R 1778 0 R 1783 0 R 1788 0 R 1791 0 R 1794 0 R 1797 0 R 1800 0 R 1802 0 R 1806 0 R 1809 0 R 1813 0 R 1817 0 R 1820 0 R 1830 0 R 1835 0 R 1838 0 R 1840 0 R 1842 0 R 1849 0 R 1852 0 R 1855 0 R 1858 0 R 1862 0 R 1868 0 R 1871 0 R 1873 0 R 1876 0 R 1879 0 R 1886 0 R 1888 0 R 1891 0 R 1893 0 R 1896 0 R 1903 0 R 1907 0 R 1916 0 R 1919 0 R 1926 0 R 1928 0 R 1933 0 R 1942 0 R 1946 0 R 1954 0 R 1959 0 R 1963 0 R 1967 0 R 1969 0 R 1972 0 R 1976 0 R 1981 0 R 1984 0 R 1987 0 R 1993 0 R 1998 0 R 2011 0 R 2019 0 R 2021 0 R 2027 0 R 2031 0 R 2038 0 R 2040 0 R 2042 0 R 2047 0 R 2049 0 R 2054 0 R 2056 0 R 2065 0 R 2070 0 R 2072 0 R 2082 0 R 2087 0 R 2092 0 R 2098 0 R 2104 0 R 2109 0 R 2114 0 R 2119 0 R 2122 0 R 2124 0 R 2126 0 R 2136 0 R 2145 0 R 2152 0 R 2156 0 R 2163 0 R 2166 0 R 2172 0 R 2176 0 R 2183 0 R 2186 
 0 R 2193 0 R 2203 0 R 2206 0 R 2209 0 R 2212 0 R 2216 0 R 2219 0 R 2221 0 R 2226 0 R 2228 0 R 2233 0 R 2235 0 R 2237 0 R 2239 0 R 2241 0 R 2243 0 R 2245 0 R 2247 0 R 2253 0 R 2255 0 R 2258 0 R 2260 0 R 2262 0 R 2265 0 R 2267 0 R 2274 0 R 2277 0 R 2280 0 R 2282 0 R 2284 0 R 2286 0 R 2288 0 R 2302 0 R 2332 0 R 2361 0 R 2388 0 R 2418 0 R 2437 0 R 2456 0 R 2477 0 R 2482 0 R 2487 0 R 2494 0 R 2497 0 R 2503 0 R 2510 0 R 2515 0 R 2521 0 R 2526 0 R 2533 0 R 2542 0 R 2546 0 R 2552 0 R 2556 0 R 2562 0 R 2566 0 R 2572 0 R 2577 0 R 2579 0 R 2581 0 R 2588 0 R 2591 0 R 2597 0 R 2602 0 R 2609 0 R 2611 0 R 2615 0 R 2619 0 R 2626 0 R 2630 0 R 2634 0 R 2637 0 R 2639 0 R 2645 0 R 2648 0 R 2653 0 R 2659 0 R 2665 0 R 2669 0 R 2671 0 R 2676 0 R 2682 0 R 2686 0 R 2690 0 R 2695 0 R 2702 0 R 2709 0 R 2712 0 R 2719 0 R 2722 0 R 2729 0 R 2732 0 R 2735 0 R 2742 0 R 2749 0 R 2756 0 R 2760 0 R 2763 0 R 2771 0 R 2777 0 R 2781 0 R 2784 0 R 2788 0 R 2791 0 R 2796 0 R 2802 0 R 2807 0 R 2812 0 R 2817 0 R 2821 0 R 282
 3 0 R 2825 0 R 2828 0 R 2834 0 R 2840 0 R 2844 0 R 2846 0 R 2853 0 R 2859 0 R 2867 0 R 2874 0 R 2880 0 R 2888 0 R 2891 0 R 2894 0 R 2897 0 R 2904 0 R 2906 0 R 2912 0 R 2919 0 R 2923 0 R 2928 0 R 2933 0 R 2935 0 R 2940 0 R 2947 0 R 2950 0 R 2956 0 R 2959 0 R 2965 0 R 2967 0 R 2973 0 R 2981 0 R 2987 0 R 2989 0 R 2998 0 R 3003 0 R 3008 0 R 3013 0 R 3021 0 R 3025 0 R 3030 0 R 3032 0 R 3044 0 R 3052 0 R 3054 0 R 3059 0 R 3065 0 R 3068 0 R 3073 0 R 3079 0 R 3084 0 R 3090 0 R 3095 0 R 3098 0 R 3104 0 R 3108 0 R 3113 0 R 3116 0 R 3121 0 R 3124 0 R 3128 0 R 3131 0 R 3136 0 R 3139 0 R 3143 0 R 3146 0 R 3151 0 R 3154 0 R 3157 0 R 3161 0 R 3163 0 R 3172 0 R 3178 0 R 3182 0 R 3192 0 R 3195 0 R 3200 0 R 3205 0 R 3211 0 R 3216 0 R 3221 0 R 3223 0 R 3225 0 R 3230 0 R 3235 0 R 3241 0 R 3247 0 R 3251 0 R 3254 0 R 3257 0 R 3261 0 R 3265 0 R 3267 0 R 3270 0 R 3273 0 R 3280 0 R 3283 0 R 3291 0 R 3295 0 R 3299 0 R 3309 0 R 3316 0 R 3322 0 R 3325 0 R 3330 0 R 3336 0 R 3342 0 R 3345 0 R 3350 0 R 3356 0 R 3
 358 0 R 3363 0 R 3368 0 R 3372 0 R 3378 0 R 3384 0 R 3390 0 R 3394 0 R 3399 0 R 3405 0 R 3411 0 R 3414 0 R 3421 0 R 3425 0 R 3430 0 R 3433 0 R 3441 0 R 3444 0 R 3449 0 R 3451 0 R 3453 0 R 3458 0 R 3460 0 R 3466 0 R 3472 0 R 3478 0 R 3481 0 R 3484 0 R 3487 0 R 3490 0 R 3493 0 R 3496 0 R 3500 0 R 3502 0 R 3505 0 R 3509 0 R 3511 0 R 3515 0 R 3520 0 R 3523 0 R 3530 0 R 3533 0 R 3540 0 R 3544 0 R 3553 0 R 3560 0 R 3562 0 R 3569 0 R 3571 0 R 3578 0 R 3587 0 R 3591 0 R 3596 0 R 3601 0 R 3606 0 R 3611 0 R 3614 0 R 3617 0 R 3620 0 R 3622 0 R 3625 0 R 3630 0 R 3633 0 R 3636 0 R 3639 0 R 3642 0 R 3646 0 R 3649 0 R 3652 0 R 3655 0 R 3658 0 R 3661 0 R 3664 0 R 3667 0 R 3670 0 R 3673 0 R 3676 0 R 3679 0 R 3682 0 R 3685 0 R 3689 0 R 3693 0 R 3696 0 R 3699 0 R 3702 0 R 3705 0 R 3708 0 R 3711 0 R 3716 0 R 3723 0 R 3726 0 R 3731 0 R 3737 0 R 3742 0 R 3744 0 R 3746 0 R 3748 0 R 3750 0 R 3752 0 R 3755 0 R 3759 0 R 3761 0 R 3763 0 R 3765 0 R 3769 0 R 3772 0 R 3774 0 R 3777 0 R 3779 0 R 3782 0 R 3784 0 R
  3787 0 R 3789 0 R 3794 0 R 3796 0 R 3798 0 R 3801 0 R 3803 0 R 3807 0 R 3810 0 R 3816 0 R 3818 0 R 3820 0 R 3826 0 R 3836 0 R 3846 0 R 3853 0 R 3858 0 R]
 >>
 endobj
 4 0 obj
@@ -1901,7 +1901,7 @@ endobj
 /F1.0 9 0 R
 >>
 >>
-/Annots [3858 0 R 3859 0 R 3860 0 R 3861 0 R 3862 0 R 3863 0 R 3864 0 R 3865 0 R 3866 0 R 3867 0 R 3868 0 R 3869 0 R 3870 0 R 3871 0 R 3872 0 R 3873 0 R 3874 0 R 3875 0 R 3876 0 R 3877 0 R 3878 0 R 3879 0 R 3880 0 R 3881 0 R 3882 0 R 3883 0 R 3884 0 R 3885 0 R 3886 0 R 3887 0 R 3888 0 R 3889 0 R 3890 0 R 3891 0 R 3892 0 R 3893 0 R 3894 0 R 3895 0 R 3896 0 R 3897 0 R 3898 0 R 3899 0 R 3900 0 R 3901 0 R 3902 0 R 3903 0 R 3904 0 R 3905 0 R 3906 0 R 3907 0 R 3908 0 R 3909 0 R 3910 0 R 3911 0 R 3912 0 R 3913 0 R 3914 0 R 3915 0 R 3916 0 R 3917 0 R 3918 0 R 3919 0 R 3920 0 R 3921 0 R 3922 0 R 3923 0 R 3924 0 R 3925 0 R 3926 0 R 3927 0 R 3928 0 R 3929 0 R 3930 0 R 3931 0 R 3932 0 R 3933 0 R 3934 0 R 3935 0 R 3936 0 R 3937 0 R 3938 0 R 3939 0 R]
+/Annots [3860 0 R 3861 0 R 3862 0 R 3863 0 R 3864 0 R 3865 0 R 3866 0 R 3867 0 R 3868 0 R 3869 0 R 3870 0 R 3871 0 R 3872 0 R 3873 0 R 3874 0 R 3875 0 R 3876 0 R 3877 0 R 3878 0 R 3879 0 R 3880 0 R 3881 0 R 3882 0 R 3883 0 R 3884 0 R 3885 0 R 3886 0 R 3887 0 R 3888 0 R 3889 0 R 3890 0 R 3891 0 R 3892 0 R 3893 0 R 3894 0 R 3895 0 R 3896 0 R 3897 0 R 3898 0 R 3899 0 R 3900 0 R 3901 0 R 3902 0 R 3903 0 R 3904 0 R 3905 0 R 3906 0 R 3907 0 R 3908 0 R 3909 0 R 3910 0 R 3911 0 R 3912 0 R 3913 0 R 3914 0 R 3915 0 R 3916 0 R 3917 0 R 3918 0 R 3919 0 R 3920 0 R 3921 0 R 3922 0 R 3923 0 R 3924 0 R 3925 0 R 3926 0 R 3927 0 R 3928 0 R 3929 0 R 3930 0 R 3931 0 R 3932 0 R 3933 0 R 3934 0 R 3935 0 R 3936 0 R 3937 0 R 3938 0 R 3939 0 R 3940 0 R 3941 0 R]
 >>
 endobj
 12 0 obj
@@ -3684,7 +3684,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [3940 0 R 3941 0 R 3942 0 R 3943 0 R 3944 0 R 3945 0 R 3946 0 R 3947 0 R 3948 0 R 3949 0 R 3950 0 R 3951 0 R 3952 0 R 3953 0 R 3954 0 R 3955 0 R 3956 0 R 3957 0 R 3958 0 R 3959 0 R 3960 0 R 3961 0 R 3962 0 R 3963 0 R 3964 0 R 3965 0 R 3966 0 R 3967 0 R 3968 0 R 3969 0 R 3970 0 R 3971 0 R 3972 0 R 3973 0 R 3974 0 R 3975 0 R 3976 0 R 3977 0 R 3978 0 R 3979 0 R 3980 0 R 3981 0 R 3982 0 R 3983 0 R 3984 0 R 3985 0 R 3986 0 R 3987 0 R 3988 0 R 3989 0 R 3990 0 R 3991 0 R 3992 0 R 3993 0 R 3994 0 R 3995 0 R 3996 0 R 3997 0 R 3998 0 R 3999 0 R 4000 0 R 4001 0 R 4002 0 R 4003 0 R 4004 0 R 4005 0 R 4006 0 R 4007 0 R 4008 0 R 4009 0 R 4010 0 R 4011 0 R 4012 0 R 4013 0 R 4014 0 R 4015 0 R 4016 0 R 4017 0 R 4018 0 R 4019 0 R 4020 0 R 4021 0 R 4022 0 R 4023 0 R 4024 0 R 4025 0 R 4026 0 R 4027 0 R]
+/Annots [3942 0 R 3943 0 R 3944 0 R 3945 0 R 3946 0 R 3947 0 R 3948 0 R 3949 0 R 3950 0 R 3951 0 R 3952 0 R 3953 0 R 3954 0 R 3955 0 R 3956 0 R 3957 0 R 3958 0 R 3959 0 R 3960 0 R 3961 0 R 3962 0 R 3963 0 R 3964 0 R 3965 0 R 3966 0 R 3967 0 R 3968 0 R 3969 0 R 3970 0 R 3971 0 R 3972 0 R 3973 0 R 3974 0 R 3975 0 R 3976 0 R 3977 0 R 3978 0 R 3979 0 R 3980 0 R 3981 0 R 3982 0 R 3983 0 R 3984 0 R 3985 0 R 3986 0 R 3987 0 R 3988 0 R 3989 0 R 3990 0 R 3991 0 R 3992 0 R 3993 0 R 3994 0 R 3995 0 R 3996 0 R 3997 0 R 3998 0 R 3999 0 R 4000 0 R 4001 0 R 4002 0 R 4003 0 R 4004 0 R 4005 0 R 4006 0 R 4007 0 R 4008 0 R 4009 0 R 4010 0 R 4011 0 R 4012 0 R 4013 0 R 4014 0 R 4015 0 R 4016 0 R 4017 0 R 4018 0 R 4019 0 R 4020 0 R 4021 0 R 4022 0 R 4023 0 R 4024 0 R 4025 0 R 4026 0 R 4027 0 R 4028 0 R 4029 0 R]
 >>
 endobj
 14 0 obj
@@ -5467,7 +5467,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4028 0 R 4029 0 R 4030 0 R 4031 0 R 4032 0 R 4033 0 R 4034 0 R 4035 0 R 4036 0 R 4037 0 R 4038 0 R 4039 0 R 4040 0 R 4041 0 R 4042 0 R 4043 0 R 4044 0 R 4045 0 R 4046 0 R 4047 0 R 4048 0 R 4049 0 R 4050 0 R 4051 0 R 4052 0 R 4053 0 R 4054 0 R 4055 0 R 4056 0 R 4057 0 R 4058 0 R 4059 0 R 4060 0 R 4061 0 R 4062 0 R 4063 0 R 4064 0 R 4065 0 R 4066 0 R 4067 0 R 4068 0 R 4069 0 R 4070 0 R 4071 0 R 4072 0 R 4073 0 R 4074 0 R 4075 0 R 4076 0 R 4077 0 R 4078 0 R 4079 0 R 4080 0 R 4081 0 R 4082 0 R 4083 0 R 4084 0 R 4085 0 R 4086 0 R 4087 0 R 4088 0 R 4089 0 R 4090 0 R 4091 0 R 4092 0 R 4093 0 R 4094 0 R 4095 0 R 4096 0 R 4097 0 R 4098 0 R 4099 0 R 4100 0 R 4101 0 R 4102 0 R 4103 0 R 4104 0 R 4105 0 R 4106 0 R 4107 0 R 4108 0 R 4109 0 R 4110 0 R 4111 0 R 4112 0 R 4113 0 R 4114 0 R 4115 0 R]
+/Annots [4030 0 R 4031 0 R 4032 0 R 4033 0 R 4034 0 R 4035 0 R 4036 0 R 4037 0 R 4038 0 R 4039 0 R 4040 0 R 4041 0 R 4042 0 R 4043 0 R 4044 0 R 4045 0 R 4046 0 R 4047 0 R 4048 0 R 4049 0 R 4050 0 R 4051 0 R 4052 0 R 4053 0 R 4054 0 R 4055 0 R 4056 0 R 4057 0 R 4058 0 R 4059 0 R 4060 0 R 4061 0 R 4062 0 R 4063 0 R 4064 0 R 4065 0 R 4066 0 R 4067 0 R 4068 0 R 4069 0 R 4070 0 R 4071 0 R 4072 0 R 4073 0 R 4074 0 R 4075 0 R 4076 0 R 4077 0 R 4078 0 R 4079 0 R 4080 0 R 4081 0 R 4082 0 R 4083 0 R 4084 0 R 4085 0 R 4086 0 R 4087 0 R 4088 0 R 4089 0 R 4090 0 R 4091 0 R 4092 0 R 4093 0 R 4094 0 R 4095 0 R 4096 0 R 4097 0 R 4098 0 R 4099 0 R 4100 0 R 4101 0 R 4102 0 R 4103 0 R 4104 0 R 4105 0 R 4106 0 R 4107 0 R 4108 0 R 4109 0 R 4110 0 R 4111 0 R 4112 0 R 4113 0 R 4114 0 R 4115 0 R 4116 0 R 4117 0 R]
 >>
 endobj
 16 0 obj
@@ -7250,7 +7250,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4116 0 R 4117 0 R 4118 0 R 4119 0 R 4120 0 R 4121 0 R 4122 0 R 4123 0 R 4124 0 R 4125 0 R 4126 0 R 4127 0 R 4128 0 R 4129 0 R 4130 0 R 4131 0 R 4132 0 R 4133 0 R 4134 0 R 4135 0 R 4136 0 R 4137 0 R 4138 0 R 4139 0 R 4140 0 R 4141 0 R 4142 0 R 4143 0 R 4144 0 R 4145 0 R 4146 0 R 4147 0 R 4148 0 R 4149 0 R 4150 0 R 4151 0 R 4152 0 R 4153 0 R 4154 0 R 4155 0 R 4156 0 R 4157 0 R 4158 0 R 4159 0 R 4160 0 R 4161 0 R 4162 0 R 4163 0 R 4164 0 R 4165 0 R 4166 0 R 4167 0 R 4168 0 R 4169 0 R 4170 0 R 4171 0 R 4172 0 R 4173 0 R 4174 0 R 4175 0 R 4176 0 R 4177 0 R 4178 0 R 4179 0 R 4180 0 R 4181 0 R 4182 0 R 4183 0 R 4184 0 R 4185 0 R 4186 0 R 4187 0 R 4188 0 R 4189 0 R 4190 0 R 4191 0 R 4192 0 R 4193 0 R 4194 0 R 4195 0 R 4196 0 R 4197 0 R 4198 0 R 4199 0 R 4200 0 R 4201 0 R 4202 0 R 4203 0 R]
+/Annots [4118 0 R 4119 0 R 4120 0 R 4121 0 R 4122 0 R 4123 0 R 4124 0 R 4125 0 R 4126 0 R 4127 0 R 4128 0 R 4129 0 R 4130 0 R 4131 0 R 4132 0 R 4133 0 R 4134 0 R 4135 0 R 4136 0 R 4137 0 R 4138 0 R 4139 0 R 4140 0 R 4141 0 R 4142 0 R 4143 0 R 4144 0 R 4145 0 R 4146 0 R 4147 0 R 4148 0 R 4149 0 R 4150 0 R 4151 0 R 4152 0 R 4153 0 R 4154 0 R 4155 0 R 4156 0 R 4157 0 R 4158 0 R 4159 0 R 4160 0 R 4161 0 R 4162 0 R 4163 0 R 4164 0 R 4165 0 R 4166 0 R 4167 0 R 4168 0 R 4169 0 R 4170 0 R 4171 0 R 4172 0 R 4173 0 R 4174 0 R 4175 0 R 4176 0 R 4177 0 R 4178 0 R 4179 0 R 4180 0 R 4181 0 R 4182 0 R 4183 0 R 4184 0 R 4185 0 R 4186 0 R 4187 0 R 4188 0 R 4189 0 R 4190 0 R 4191 0 R 4192 0 R 4193 0 R 4194 0 R 4195 0 R 4196 0 R 4197 0 R 4198 0 R 4199 0 R 4200 0 R 4201 0 R 4202 0 R 4203 0 R 4204 0 R 4205 0 R]
 >>
 endobj
 18 0 obj
@@ -9033,7 +9033,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4204 0 R 4205 0 R 4206 0 R 4207 0 R 4208 0 R 4209 0 R 4210 0 R 4211 0 R 4212 0 R 4213 0 R 4214 0 R 4215 0 R 4216 0 R 4217 0 R 4218 0 R 4219 0 R 4220 0 R 4221 0 R 4222 0 R 4223 0 R 4224 0 R 4225 0 R 4226 0 R 4227 0 R 4228 0 R 4229 0 R 4230 0 R 4231 0 R 4232 0 R 4233 0 R 4234 0 R 4235 0 R 4236 0 R 4237 0 R 4238 0 R 4239 0 R 4240 0 R 4241 0 R 4242 0 R 4243 0 R 4244 0 R 4245 0 R 4246 0 R 4247 0 R 4248 0 R 4249 0 R 4250 0 R 4251 0 R 4252 0 R 4253 0 R 4254 0 R 4255 0 R 4256 0 R 4257 0 R 4258 0 R 4259 0 R 4260 0 R 4261 0 R 4262 0 R 4263 0 R 4264 0 R 4265 0 R 4266 0 R 4267 0 R 4268 0 R 4269 0 R 4270 0 R 4271 0 R 4272 0 R 4273 0 R 4274 0 R 4275 0 R 4276 0 R 4277 0 R 4278 0 R 4279 0 R 4280 0 R 4281 0 R 4282 0 R 4283 0 R 4284 0 R 4285 0 R 4286 0 R 4287 0 R 4288 0 R 4289 0 R 4290 0 R 4291 0 R]
+/Annots [4206 0 R 4207 0 R 4208 0 R 4209 0 R 4210 0 R 4211 0 R 4212 0 R 4213 0 R 4214 0 R 4215 0 R 4216 0 R 4217 0 R 4218 0 R 4219 0 R 4220 0 R 4221 0 R 4222 0 R 4223 0 R 4224 0 R 4225 0 R 4226 0 R 4227 0 R 4228 0 R 4229 0 R 4230 0 R 4231 0 R 4232 0 R 4233 0 R 4234 0 R 4235 0 R 4236 0 R 4237 0 R 4238 0 R 4239 0 R 4240 0 R 4241 0 R 4242 0 R 4243 0 R 4244 0 R 4245 0 R 4246 0 R 4247 0 R 4248 0 R 4249 0 R 4250 0 R 4251 0 R 4252 0 R 4253 0 R 4254 0 R 4255 0 R 4256 0 R 4257 0 R 4258 0 R 4259 0 R 4260 0 R 4261 0 R 4262 0 R 4263 0 R 4264 0 R 4265 0 R 4266 0 R 4267 0 R 4268 0 R 4269 0 R 4270 0 R 4271 0 R 4272 0 R 4273 0 R 4274 0 R 4275 0 R 4276 0 R 4277 0 R 4278 0 R 4279 0 R 4280 0 R 4281 0 R 4282 0 R 4283 0 R 4284 0 R 4285 0 R 4286 0 R 4287 0 R 4288 0 R 4289 0 R 4290 0 R 4291 0 R 4292 0 R 4293 0 R]
 >>
 endobj
 20 0 obj
@@ -10816,7 +10816,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4292 0 R 4293 0 R 4294 0 R 4295 0 R 4296 0 R 4297 0 R 4298 0 R 4299 0 R 4300 0 R 4301 0 R 4302 0 R 4303 0 R 4304 0 R 4305 0 R 4306 0 R 4307 0 R 4308 0 R 4309 0 R 4310 0 R 4311 0 R 4312 0 R 4313 0 R 4314 0 R 4315 0 R 4316 0 R 4317 0 R 4318 0 R 4319 0 R 4320 0 R 4321 0 R 4322 0 R 4323 0 R 4324 0 R 4325 0 R 4326 0 R 4327 0 R 4328 0 R 4329 0 R 4330 0 R 4331 0 R 4332 0 R 4333 0 R 4334 0 R 4335 0 R 4336 0 R 4337 0 R 4338 0 R 4339 0 R 4340 0 R 4341 0 R 4342 0 R 4343 0 R 4344 0 R 4345 0 R 4346 0 R 4347 0 R 4348 0 R 4349 0 R 4350 0 R 4351 0 R 4352 0 R 4353 0 R 4354 0 R 4355 0 R 4356 0 R 4357 0 R 4358 0 R 4359 0 R 4360 0 R 4361 0 R 4362 0 R 4363 0 R 4364 0 R 4365 0 R 4366 0 R 4367 0 R 4368 0 R 4369 0 R 4370 0 R 4371 0 R 4372 0 R 4373 0 R 4374 0 R 4375 0 R 4376 0 R 4377 0 R 4378 0 R 4379 0 R]
+/Annots [4294 0 R 4295 0 R 4296 0 R 4297 0 R 4298 0 R 4299 0 R 4300 0 R 4301 0 R 4302 0 R 4303 0 R 4304 0 R 4305 0 R 4306 0 R 4307 0 R 4308 0 R 4309 0 R 4310 0 R 4311 0 R 4312 0 R 4313 0 R 4314 0 R 4315 0 R 4316 0 R 4317 0 R 4318 0 R 4319 0 R 4320 0 R 4321 0 R 4322 0 R 4323 0 R 4324 0 R 4325 0 R 4326 0 R 4327 0 R 4328 0 R 4329 0 R 4330 0 R 4331 0 R 4332 0 R 4333 0 R 4334 0 R 4335 0 R 4336 0 R 4337 0 R 4338 0 R 4339 0 R 4340 0 R 4341 0 R 4342 0 R 4343 0 R 4344 0 R 4345 0 R 4346 0 R 4347 0 R 4348 0 R 4349 0 R 4350 0 R 4351 0 R 4352 0 R 4353 0 R 4354 0 R 4355 0 R 4356 0 R 4357 0 R 4358 0 R 4359 0 R 4360 0 R 4361 0 R 4362 0 R 4363 0 R 4364 0 R 4365 0 R 4366 0 R 4367 0 R 4368 0 R 4369 0 R 4370 0 R 4371 0 R 4372 0 R 4373 0 R 4374 0 R 4375 0 R 4376 0 R 4377 0 R 4378 0 R 4379 0 R 4380 0 R 4381 0 R]
 >>
 endobj
 22 0 obj
@@ -12599,7 +12599,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4380 0 R 4381 0 R 4382 0 R 4383 0 R 4384 0 R 4385 0 R 4386 0 R 4387 0 R 4388 0 R 4389 0 R 4390 0 R 4391 0 R 4392 0 R 4393 0 R 4394 0 R 4395 0 R 4396 0 R 4397 0 R 4398 0 R 4399 0 R 4400 0 R 4401 0 R 4402 0 R 4403 0 R 4404 0 R 4405 0 R 4406 0 R 4407 0 R 4408 0 R 4409 0 R 4410 0 R 4411 0 R 4412 0 R 4413 0 R 4414 0 R 4415 0 R 4416 0 R 4417 0 R 4418 0 R 4419 0 R 4420 0 R 4421 0 R 4422 0 R 4423 0 R 4424 0 R 4425 0 R 4426 0 R 4427 0 R 4428 0 R 4429 0 R 4430 0 R 4431 0 R 4432 0 R 4433 0 R 4434 0 R 4435 0 R 4436 0 R 4437 0 R 4438 0 R 4439 0 R 4440 0 R 4441 0 R 4442 0 R 4443 0 R 4444 0 R 4445 0 R 4446 0 R 4447 0 R 4448 0 R 4449 0 R 4450 0 R 4451 0 R 4452 0 R 4453 0 R 4454 0 R 4455 0 R 4456 0 R 4457 0 R 4458 0 R 4459 0 R 4460 0 R 4461 0 R 4462 0 R 4463 0 R 4464 0 R 4465 0 R 4466 0 R 4467 0 R]
+/Annots [4382 0 R 4383 0 R 4384 0 R 4385 0 R 4386 0 R 4387 0 R 4388 0 R 4389 0 R 4390 0 R 4391 0 R 4392 0 R 4393 0 R 4394 0 R 4395 0 R 4396 0 R 4397 0 R 4398 0 R 4399 0 R 4400 0 R 4401 0 R 4402 0 R 4403 0 R 4404 0 R 4405 0 R 4406 0 R 4407 0 R 4408 0 R 4409 0 R 4410 0 R 4411 0 R 4412 0 R 4413 0 R 4414 0 R 4415 0 R 4416 0 R 4417 0 R 4418 0 R 4419 0 R 4420 0 R 4421 0 R 4422 0 R 4423 0 R 4424 0 R 4425 0 R 4426 0 R 4427 0 R 4428 0 R 4429 0 R 4430 0 R 4431 0 R 4432 0 R 4433 0 R 4434 0 R 4435 0 R 4436 0 R 4437 0 R 4438 0 R 4439 0 R 4440 0 R 4441 0 R 4442 0 R 4443 0 R 4444 0 R 4445 0 R 4446 0 R 4447 0 R 4448 0 R 4449 0 R 4450 0 R 4451 0 R 4452 0 R 4453 0 R 4454 0 R 4455 0 R 4456 0 R 4457 0 R 4458 0 R 4459 0 R 4460 0 R 4461 0 R 4462 0 R 4463 0 R 4464 0 R 4465 0 R 4466 0 R 4467 0 R 4468 0 R 4469 0 R]
 >>
 endobj
 24 0 obj
@@ -14382,7 +14382,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4468 0 R 4469 0 R 4470 0 R 4471 0 R 4472 0 R 4473 0 R 4474 0 R 4475 0 R 4476 0 R 4477 0 R 4478 0 R 4479 0 R 4480 0 R 4481 0 R 4482 0 R 4483 0 R 4484 0 R 4485 0 R 4486 0 R 4487 0 R 4488 0 R 4489 0 R 4490 0 R 4491 0 R 4492 0 R 4493 0 R 4494 0 R 4495 0 R 4496 0 R 4497 0 R 4498 0 R 4499 0 R 4500 0 R 4501 0 R 4502 0 R 4503 0 R 4504 0 R 4505 0 R 4506 0 R 4507 0 R 4508 0 R 4509 0 R 4510 0 R 4511 0 R 4512 0 R 4513 0 R 4514 0 R 4515 0 R 4516 0 R 4517 0 R 4518 0 R 4519 0 R 4520 0 R 4521 0 R 4522 0 R 4523 0 R 4524 0 R 4525 0 R 4526 0 R 4527 0 R 4528 0 R 4529 0 R 4530 0 R 4531 0 R 4532 0 R 4533 0 R 4534 0 R 4535 0 R 4536 0 R 4537 0 R 4538 0 R 4539 0 R 4540 0 R 4541 0 R 4542 0 R 4543 0 R 4544 0 R 4545 0 R 4546 0 R 4547 0 R 4548 0 R 4549 0 R 4550 0 R 4551 0 R 4552 0 R 4553 0 R 4554 0 R 4555 0 R]
+/Annots [4470 0 R 4471 0 R 4472 0 R 4473 0 R 4474 0 R 4475 0 R 4476 0 R 4477 0 R 4478 0 R 4479 0 R 4480 0 R 4481 0 R 4482 0 R 4483 0 R 4484 0 R 4485 0 R 4486 0 R 4487 0 R 4488 0 R 4489 0 R 4490 0 R 4491 0 R 4492 0 R 4493 0 R 4494 0 R 4495 0 R 4496 0 R 4497 0 R 4498 0 R 4499 0 R 4500 0 R 4501 0 R 4502 0 R 4503 0 R 4504 0 R 4505 0 R 4506 0 R 4507 0 R 4508 0 R 4509 0 R 4510 0 R 4511 0 R 4512 0 R 4513 0 R 4514 0 R 4515 0 R 4516 0 R 4517 0 R 4518 0 R 4519 0 R 4520 0 R 4521 0 R 4522 0 R 4523 0 R 4524 0 R 4525 0 R 4526 0 R 4527 0 R 4528 0 R 4529 0 R 4530 0 R 4531 0 R 4532 0 R 4533 0 R 4534 0 R 4535 0 R 4536 0 R 4537 0 R 4538 0 R 4539 0 R 4540 0 R 4541 0 R 4542 0 R 4543 0 R 4544 0 R 4545 0 R 4546 0 R 4547 0 R 4548 0 R 4549 0 R 4550 0 R 4551 0 R 4552 0 R 4553 0 R 4554 0 R 4555 0 R 4556 0 R 4557 0 R]
 >>
 endobj
 26 0 obj
@@ -16067,7 +16067,7 @@ ET
 BT
 559.3199999999999 92.8600000000007 Td
 /F1.0 10 Tf
-[<343833>] TJ
+[<343834>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -16107,7 +16107,7 @@ ET
 BT
 559.3199999999999 77.3000000000007 Td
 /F1.0 10 Tf
-[<343834>] TJ
+[<343835>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -16147,7 +16147,7 @@ ET
 BT
 559.3199999999999 61.7400000000007 Td
 /F1.0 10 Tf
-[<343834>] TJ
+[<343835>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -16165,7 +16165,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4556 0 R 4557 0 R 4558 0 R 4559 0 R 4560 0 R 4561 0 R 4562 0 R 4563 0 R 4564 0 R 4565 0 R 4566 0 R 4567 0 R 4568 0 R 4569 0 R 4570 0 R 4571 0 R 4572 0 R 4573 0 R 4574 0 R 4575 0 R 4576 0 R 4577 0 R 4578 0 R 4579 0 R 4580 0 R 4581 0 R 4582 0 R 4583 0 R 4584 0 R 4585 0 R 4586 0 R 4587 0 R 4588 0 R 4589 0 R 4590 0 R 4591 0 R 4592 0 R 4593 0 R 4594 0 R 4595 0 R 4596 0 R 4597 0 R 4598 0 R 4599 0 R 4600 0 R 4601 0 R 4602 0 R 4603 0 R 4604 0 R 4605 0 R 4606 0 R 4607 0 R 4608 0 R 4609 0 R 4610 0 R 4611 0 R 4612 0 R 4613 0 R 4614 0 R 4615 0 R 4616 0 R 4617 0 R 4618 0 R 4619 0 R 4620 0 R 4621 0 R 4622 0 R 4623 0 R 4624 0 R 4625 0 R 4626 0 R 4627 0 R 4628 0 R 4629 0 R 4630 0 R 4631 0 R 4632 0 R 4633 0 R 4634 0 R 4635 0 R 4636 0 R 4637 0 R 4638 0 R 4639 0 R 4640 0 R 4641 0 R 4642 0 R 4643 0 R]
+/Annots [4558 0 R 4559 0 R 4560 0 R 4561 0 R 4562 0 R 4563 0 R 4564 0 R 4565 0 R 4566 0 R 4567 0 R 4568 0 R 4569 0 R 4570 0 R 4571 0 R 4572 0 R 4573 0 R 4574 0 R 4575 0 R 4576 0 R 4577 0 R 4578 0 R 4579 0 R 4580 0 R 4581 0 R 4582 0 R 4583 0 R 4584 0 R 4585 0 R 4586 0 R 4587 0 R 4588 0 R 4589 0 R 4590 0 R 4591 0 R 4592 0 R 4593 0 R 4594 0 R 4595 0 R 4596 0 R 4597 0 R 4598 0 R 4599 0 R 4600 0 R 4601 0 R 4602 0 R 4603 0 R 4604 0 R 4605 0 R 4606 0 R 4607 0 R 4608 0 R 4609 0 R 4610 0 R 4611 0 R 4612 0 R 4613 0 R 4614 0 R 4615 0 R 4616 0 R 4617 0 R 4618 0 R 4619 0 R 4620 0 R 4621 0 R 4622 0 R 4623 0 R 4624 0 R 4625 0 R 4626 0 R 4627 0 R 4628 0 R 4629 0 R 4630 0 R 4631 0 R 4632 0 R 4633 0 R 4634 0 R 4635 0 R 4636 0 R 4637 0 R 4638 0 R 4639 0 R 4640 0 R 4641 0 R 4642 0 R 4643 0 R 4644 0 R 4645 0 R]
 >>
 endobj
 28 0 obj
@@ -17948,7 +17948,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4644 0 R 4645 0 R 4646 0 R 4647 0 R 4648 0 R 4649 0 R 4650 0 R 4651 0 R 4652 0 R 4653 0 R 4654 0 R 4655 0 R 4656 0 R 4657 0 R 4658 0 R 4659 0 R 4660 0 R 4661 0 R 4662 0 R 4663 0 R 4664 0 R 4665 0 R 4666 0 R 4667 0 R 4668 0 R 4669 0 R 4670 0 R 4671 0 R 4672 0 R 4673 0 R 4674 0 R 4675 0 R 4676 0 R 4677 0 R 4678 0 R 4679 0 R 4680 0 R 4681 0 R 4682 0 R 4683 0 R 4684 0 R 4685 0 R 4686 0 R 4687 0 R 4688 0 R 4689 0 R 4690 0 R 4691 0 R 4692 0 R 4693 0 R 4694 0 R 4695 0 R 4696 0 R 4697 0 R 4698 0 R 4699 0 R 4700 0 R 4701 0 R 4702 0 R 4703 0 R 4704 0 R 4705 0 R 4706 0 R 4707 0 R 4708 0 R 4709 0 R 4710 0 R 4711 0 R 4712 0 R 4713 0 R 4714 0 R 4715 0 R 4716 0 R 4717 0 R 4718 0 R 4719 0 R 4720 0 R 4721 0 R 4722 0 R 4723 0 R 4724 0 R 4725 0 R 4726 0 R 4727 0 R 4728 0 R 4729 0 R 4730 0 R 4731 0 R]
+/Annots [4646 0 R 4647 0 R 4648 0 R 4649 0 R 4650 0 R 4651 0 R 4652 0 R 4653 0 R 4654 0 R 4655 0 R 4656 0 R 4657 0 R 4658 0 R 4659 0 R 4660 0 R 4661 0 R 4662 0 R 4663 0 R 4664 0 R 4665 0 R 4666 0 R 4667 0 R 4668 0 R 4669 0 R 4670 0 R 4671 0 R 4672 0 R 4673 0 R 4674 0 R 4675 0 R 4676 0 R 4677 0 R 4678 0 R 4679 0 R 4680 0 R 4681 0 R 4682 0 R 4683 0 R 4684 0 R 4685 0 R 4686 0 R 4687 0 R 4688 0 R 4689 0 R 4690 0 R 4691 0 R 4692 0 R 4693 0 R 4694 0 R 4695 0 R 4696 0 R 4697 0 R 4698 0 R 4699 0 R 4700 0 R 4701 0 R 4702 0 R 4703 0 R 4704 0 R 4705 0 R 4706 0 R 4707 0 R 4708 0 R 4709 0 R 4710 0 R 4711 0 R 4712 0 R 4713 0 R 4714 0 R 4715 0 R 4716 0 R 4717 0 R 4718 0 R 4719 0 R 4720 0 R 4721 0 R 4722 0 R 4723 0 R 4724 0 R 4725 0 R 4726 0 R 4727 0 R 4728 0 R 4729 0 R 4730 0 R 4731 0 R 4732 0 R 4733 0 R]
 >>
 endobj
 30 0 obj
@@ -19731,7 +19731,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4732 0 R 4733 0 R 4734 0 R 4735 0 R 4736 0 R 4737 0 R 4738 0 R 4739 0 R 4740 0 R 4741 0 R 4742 0 R 4743 0 R 4744 0 R 4745 0 R 4746 0 R 4747 0 R 4748 0 R 4749 0 R 4750 0 R 4751 0 R 4752 0 R 4753 0 R 4754 0 R 4755 0 R 4756 0 R 4757 0 R 4758 0 R 4759 0 R 4760 0 R 4761 0 R 4762 0 R 4763 0 R 4764 0 R 4765 0 R 4766 0 R 4767 0 R 4768 0 R 4769 0 R 4770 0 R 4771 0 R 4772 0 R 4773 0 R 4774 0 R 4775 0 R 4776 0 R 4777 0 R 4778 0 R 4779 0 R 4780 0 R 4781 0 R 4782 0 R 4783 0 R 4784 0 R 4785 0 R 4786 0 R 4787 0 R 4788 0 R 4789 0 R 4790 0 R 4791 0 R 4792 0 R 4793 0 R 4794 0 R 4795 0 R 4796 0 R 4797 0 R 4798 0 R 4799 0 R 4800 0 R 4801 0 R 4802 0 R 4803 0 R 4804 0 R 4805 0 R 4806 0 R 4807 0 R 4808 0 R 4809 0 R 4810 0 R 4811 0 R 4812 0 R 4813 0 R 4814 0 R 4815 0 R 4816 0 R 4817 0 R 4818 0 R 4819 0 R]
+/Annots [4734 0 R 4735 0 R 4736 0 R 4737 0 R 4738 0 R 4739 0 R 4740 0 R 4741 0 R 4742 0 R 4743 0 R 4744 0 R 4745 0 R 4746 0 R 4747 0 R 4748 0 R 4749 0 R 4750 0 R 4751 0 R 4752 0 R 4753 0 R 4754 0 R 4755 0 R 4756 0 R 4757 0 R 4758 0 R 4759 0 R 4760 0 R 4761 0 R 4762 0 R 4763 0 R 4764 0 R 4765 0 R 4766 0 R 4767 0 R 4768 0 R 4769 0 R 4770 0 R 4771 0 R 4772 0 R 4773 0 R 4774 0 R 4775 0 R 4776 0 R 4777 0 R 4778 0 R 4779 0 R 4780 0 R 4781 0 R 4782 0 R 4783 0 R 4784 0 R 4785 0 R 4786 0 R 4787 0 R 4788 0 R 4789 0 R 4790 0 R 4791 0 R 4792 0 R 4793 0 R 4794 0 R 4795 0 R 4796 0 R 4797 0 R 4798 0 R 4799 0 R 4800 0 R 4801 0 R 4802 0 R 4803 0 R 4804 0 R 4805 0 R 4806 0 R 4807 0 R 4808 0 R 4809 0 R 4810 0 R 4811 0 R 4812 0 R 4813 0 R 4814 0 R 4815 0 R 4816 0 R 4817 0 R 4818 0 R 4819 0 R 4820 0 R 4821 0 R]
 >>
 endobj
 32 0 obj
@@ -21514,7 +21514,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4820 0 R 4821 0 R 4822 0 R 4823 0 R 4824 0 R 4825 0 R 4826 0 R 4827 0 R 4828 0 R 4829 0 R 4830 0 R 4831 0 R 4832 0 R 4833 0 R 4834 0 R 4835 0 R 4836 0 R 4837 0 R 4838 0 R 4839 0 R 4840 0 R 4841 0 R 4842 0 R 4843 0 R 4844 0 R 4845 0 R 4846 0 R 4847 0 R 4848 0 R 4849 0 R 4850 0 R 4851 0 R 4852 0 R 4853 0 R 4854 0 R 4855 0 R 4856 0 R 4857 0 R 4858 0 R 4859 0 R 4860 0 R 4861 0 R 4862 0 R 4863 0 R 4864 0 R 4865 0 R 4866 0 R 4867 0 R 4868 0 R 4869 0 R 4870 0 R 4871 0 R 4872 0 R 4873 0 R 4874 0 R 4875 0 R 4876 0 R 4877 0 R 4878 0 R 4879 0 R 4880 0 R 4881 0 R 4882 0 R 4883 0 R 4884 0 R 4885 0 R 4886 0 R 4887 0 R 4888 0 R 4889 0 R 4890 0 R 4891 0 R 4892 0 R 4893 0 R 4894 0 R 4895 0 R 4896 0 R 4897 0 R 4898 0 R 4899 0 R 4900 0 R 4901 0 R 4902 0 R 4903 0 R 4904 0 R 4905 0 R 4906 0 R 4907 0 R]
+/Annots [4822 0 R 4823 0 R 4824 0 R 4825 0 R 4826 0 R 4827 0 R 4828 0 R 4829 0 R 4830 0 R 4831 0 R 4832 0 R 4833 0 R 4834 0 R 4835 0 R 4836 0 R 4837 0 R 4838 0 R 4839 0 R 4840 0 R 4841 0 R 4842 0 R 4843 0 R 4844 0 R 4845 0 R 4846 0 R 4847 0 R 4848 0 R 4849 0 R 4850 0 R 4851 0 R 4852 0 R 4853 0 R 4854 0 R 4855 0 R 4856 0 R 4857 0 R 4858 0 R 4859 0 R 4860 0 R 4861 0 R 4862 0 R 4863 0 R 4864 0 R 4865 0 R 4866 0 R 4867 0 R 4868 0 R 4869 0 R 4870 0 R 4871 0 R 4872 0 R 4873 0 R 4874 0 R 4875 0 R 4876 0 R 4877 0 R 4878 0 R 4879 0 R 4880 0 R 4881 0 R 4882 0 R 4883 0 R 4884 0 R 4885 0 R 4886 0 R 4887 0 R 4888 0 R 4889 0 R 4890 0 R 4891 0 R 4892 0 R 4893 0 R 4894 0 R 4895 0 R 4896 0 R 4897 0 R 4898 0 R 4899 0 R 4900 0 R 4901 0 R 4902 0 R 4903 0 R 4904 0 R 4905 0 R 4906 0 R 4907 0 R 4908 0 R 4909 0 R]
 >>
 endobj
 34 0 obj
@@ -23297,7 +23297,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4908 0 R 4909 0 R 4910 0 R 4911 0 R 4912 0 R 4913 0 R 4914 0 R 4915 0 R 4916 0 R 4917 0 R 4918 0 R 4919 0 R 4920 0 R 4921 0 R 4922 0 R 4923 0 R 4924 0 R 4925 0 R 4926 0 R 4927 0 R 4928 0 R 4929 0 R 4930 0 R 4931 0 R 4932 0 R 4933 0 R 4934 0 R 4935 0 R 4936 0 R 4937 0 R 4938 0 R 4939 0 R 4940 0 R 4941 0 R 4942 0 R 4943 0 R 4944 0 R 4945 0 R 4946 0 R 4947 0 R 4948 0 R 4949 0 R 4950 0 R 4951 0 R 4952 0 R 4953 0 R 4954 0 R 4955 0 R 4956 0 R 4957 0 R 4958 0 R 4959 0 R 4960 0 R 4961 0 R 4962 0 R 4963 0 R 4964 0 R 4965 0 R 4966 0 R 4967 0 R 4968 0 R 4969 0 R 4970 0 R 4971 0 R 4972 0 R 4973 0 R 4974 0 R 4975 0 R 4976 0 R 4977 0 R 4978 0 R 4979 0 R 4980 0 R 4981 0 R 4982 0 R 4983 0 R 4984 0 R 4985 0 R 4986 0 R 4987 0 R 4988 0 R 4989 0 R 4990 0 R 4991 0 R 4992 0 R 4993 0 R 4994 0 R 4995 0 R]
+/Annots [4910 0 R 4911 0 R 4912 0 R 4913 0 R 4914 0 R 4915 0 R 4916 0 R 4917 0 R 4918 0 R 4919 0 R 4920 0 R 4921 0 R 4922 0 R 4923 0 R 4924 0 R 4925 0 R 4926 0 R 4927 0 R 4928 0 R 4929 0 R 4930 0 R 4931 0 R 4932 0 R 4933 0 R 4934 0 R 4935 0 R 4936 0 R 4937 0 R 4938 0 R 4939 0 R 4940 0 R 4941 0 R 4942 0 R 4943 0 R 4944 0 R 4945 0 R 4946 0 R 4947 0 R 4948 0 R 4949 0 R 4950 0 R 4951 0 R 4952 0 R 4953 0 R 4954 0 R 4955 0 R 4956 0 R 4957 0 R 4958 0 R 4959 0 R 4960 0 R 4961 0 R 4962 0 R 4963 0 R 4964 0 R 4965 0 R 4966 0 R 4967 0 R 4968 0 R 4969 0 R 4970 0 R 4971 0 R 4972 0 R 4973 0 R 4974 0 R 4975 0 R 4976 0 R 4977 0 R 4978 0 R 4979 0 R 4980 0 R 4981 0 R 4982 0 R 4983 0 R 4984 0 R 4985 0 R 4986 0 R 4987 0 R 4988 0 R 4989 0 R 4990 0 R 4991 0 R 4992 0 R 4993 0 R 4994 0 R 4995 0 R 4996 0 R 4997 0 R]
 >>
 endobj
 36 0 obj
@@ -25080,7 +25080,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [4996 0 R 4997 0 R 4998 0 R 4999 0 R 5000 0 R 5001 0 R 5002 0 R 5003 0 R 5004 0 R 5005 0 R 5006 0 R 5007 0 R 5008 0 R 5009 0 R 5010 0 R 5011 0 R 5012 0 R 5013 0 R 5014 0 R 5015 0 R 5016 0 R 5017 0 R 5018 0 R 5019 0 R 5020 0 R 5021 0 R 5022 0 R 5023 0 R 5024 0 R 5025 0 R 5026 0 R 5027 0 R 5028 0 R 5029 0 R 5030 0 R 5031 0 R 5032 0 R 5033 0 R 5034 0 R 5035 0 R 5036 0 R 5037 0 R 5038 0 R 5039 0 R 5040 0 R 5041 0 R 5042 0 R 5043 0 R 5044 0 R 5045 0 R 5046 0 R 5047 0 R 5048 0 R 5049 0 R 5050 0 R 5051 0 R 5052 0 R 5053 0 R 5054 0 R 5055 0 R 5056 0 R 5057 0 R 5058 0 R 5059 0 R 5060 0 R 5061 0 R 5062 0 R 5063 0 R 5064 0 R 5065 0 R 5066 0 R 5067 0 R 5068 0 R 5069 0 R 5070 0 R 5071 0 R 5072 0 R 5073 0 R 5074 0 R 5075 0 R 5076 0 R 5077 0 R 5078 0 R 5079 0 R 5080 0 R 5081 0 R 5082 0 R 5083 0 R]
+/Annots [4998 0 R 4999 0 R 5000 0 R 5001 0 R 5002 0 R 5003 0 R 5004 0 R 5005 0 R 5006 0 R 5007 0 R 5008 0 R 5009 0 R 5010 0 R 5011 0 R 5012 0 R 5013 0 R 5014 0 R 5015 0 R 5016 0 R 5017 0 R 5018 0 R 5019 0 R 5020 0 R 5021 0 R 5022 0 R 5023 0 R 5024 0 R 5025 0 R 5026 0 R 5027 0 R 5028 0 R 5029 0 R 5030 0 R 5031 0 R 5032 0 R 5033 0 R 5034 0 R 5035 0 R 5036 0 R 5037 0 R 5038 0 R 5039 0 R 5040 0 R 5041 0 R 5042 0 R 5043 0 R 5044 0 R 5045 0 R 5046 0 R 5047 0 R 5048 0 R 5049 0 R 5050 0 R 5051 0 R 5052 0 R 5053 0 R 5054 0 R 5055 0 R 5056 0 R 5057 0 R 5058 0 R 5059 0 R 5060 0 R 5061 0 R 5062 0 R 5063 0 R 5064 0 R 5065 0 R 5066 0 R 5067 0 R 5068 0 R 5069 0 R 5070 0 R 5071 0 R 5072 0 R 5073 0 R 5074 0 R 5075 0 R 5076 0 R 5077 0 R 5078 0 R 5079 0 R 5080 0 R 5081 0 R 5082 0 R 5083 0 R 5084 0 R 5085 0 R]
 >>
 endobj
 38 0 obj
@@ -26863,7 +26863,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [5084 0 R 5085 0 R 5086 0 R 5087 0 R 5088 0 R 5089 0 R 5090 0 R 5091 0 R 5092 0 R 5093 0 R 5094 0 R 5095 0 R 5096 0 R 5097 0 R 5098 0 R 5099 0 R 5100 0 R 5101 0 R 5102 0 R 5103 0 R 5104 0 R 5105 0 R 5106 0 R 5107 0 R 5108 0 R 5109 0 R 5110 0 R 5111 0 R 5112 0 R 5113 0 R 5114 0 R 5115 0 R 5116 0 R 5117 0 R 5118 0 R 5119 0 R 5120 0 R 5121 0 R 5122 0 R 5123 0 R 5124 0 R 5125 0 R 5126 0 R 5127 0 R 5128 0 R 5129 0 R 5130 0 R 5131 0 R 5132 0 R 5133 0 R 5134 0 R 5135 0 R 5136 0 R 5137 0 R 5138 0 R 5139 0 R 5140 0 R 5141 0 R 5142 0 R 5143 0 R 5144 0 R 5145 0 R 5146 0 R 5147 0 R 5148 0 R 5149 0 R 5150 0 R 5151 0 R 5152 0 R 5153 0 R 5154 0 R 5155 0 R 5156 0 R 5157 0 R 5158 0 R 5159 0 R 5160 0 R 5161 0 R 5162 0 R 5163 0 R 5164 0 R 5165 0 R 5166 0 R 5167 0 R 5168 0 R 5169 0 R 5170 0 R 5171 0 R]
+/Annots [5086 0 R 5087 0 R 5088 0 R 5089 0 R 5090 0 R 5091 0 R 5092 0 R 5093 0 R 5094 0 R 5095 0 R 5096 0 R 5097 0 R 5098 0 R 5099 0 R 5100 0 R 5101 0 R 5102 0 R 5103 0 R 5104 0 R 5105 0 R 5106 0 R 5107 0 R 5108 0 R 5109 0 R 5110 0 R 5111 0 R 5112 0 R 5113 0 R 5114 0 R 5115 0 R 5116 0 R 5117 0 R 5118 0 R 5119 0 R 5120 0 R 5121 0 R 5122 0 R 5123 0 R 5124 0 R 5125 0 R 5126 0 R 5127 0 R 5128 0 R 5129 0 R 5130 0 R 5131 0 R 5132 0 R 5133 0 R 5134 0 R 5135 0 R 5136 0 R 5137 0 R 5138 0 R 5139 0 R 5140 0 R 5141 0 R 5142 0 R 5143 0 R 5144 0 R 5145 0 R 5146 0 R 5147 0 R 5148 0 R 5149 0 R 5150 0 R 5151 0 R 5152 0 R 5153 0 R 5154 0 R 5155 0 R 5156 0 R 5157 0 R 5158 0 R 5159 0 R 5160 0 R 5161 0 R 5162 0 R 5163 0 R 5164 0 R 5165 0 R 5166 0 R 5167 0 R 5168 0 R 5169 0 R 5170 0 R 5171 0 R 5172 0 R 5173 0 R]
 >>
 endobj
 40 0 obj
@@ -28646,7 +28646,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [5172 0 R 5173 0 R 5174 0 R 5175 0 R 5176 0 R 5177 0 R 5178 0 R 5179 0 R 5180 0 R 5181 0 R 5182 0 R 5183 0 R 5184 0 R 5185 0 R 5186 0 R 5187 0 R 5188 0 R 5189 0 R 5190 0 R 5191 0 R 5192 0 R 5193 0 R 5194 0 R 5195 0 R 5196 0 R 5197 0 R 5198 0 R 5199 0 R 5200 0 R 5201 0 R 5202 0 R 5203 0 R 5204 0 R 5205 0 R 5206 0 R 5207 0 R 5208 0 R 5209 0 R 5210 0 R 5211 0 R 5212 0 R 5213 0 R 5214 0 R 5215 0 R 5216 0 R 5217 0 R 5218 0 R 5219 0 R 5220 0 R 5221 0 R 5222 0 R 5223 0 R 5224 0 R 5225 0 R 5226 0 R 5227 0 R 5228 0 R 5229 0 R 5230 0 R 5231 0 R 5232 0 R 5233 0 R 5234 0 R 5235 0 R 5236 0 R 5237 0 R 5238 0 R 5239 0 R 5240 0 R 5241 0 R 5242 0 R 5243 0 R 5244 0 R 5245 0 R 5246 0 R 5247 0 R 5248 0 R 5249 0 R 5250 0 R 5251 0 R 5252 0 R 5253 0 R 5254 0 R 5255 0 R 5256 0 R 5257 0 R 5258 0 R 5259 0 R]
+/Annots [5174 0 R 5175 0 R 5176 0 R 5177 0 R 5178 0 R 5179 0 R 5180 0 R 5181 0 R 5182 0 R 5183 0 R 5184 0 R 5185 0 R 5186 0 R 5187 0 R 5188 0 R 5189 0 R 5190 0 R 5191 0 R 5192 0 R 5193 0 R 5194 0 R 5195 0 R 5196 0 R 5197 0 R 5198 0 R 5199 0 R 5200 0 R 5201 0 R 5202 0 R 5203 0 R 5204 0 R 5205 0 R 5206 0 R 5207 0 R 5208 0 R 5209 0 R 5210 0 R 5211 0 R 5212 0 R 5213 0 R 5214 0 R 5215 0 R 5216 0 R 5217 0 R 5218 0 R 5219 0 R 5220 0 R 5221 0 R 5222 0 R 5223 0 R 5224 0 R 5225 0 R 5226 0 R 5227 0 R 5228 0 R 5229 0 R 5230 0 R 5231 0 R 5232 0 R 5233 0 R 5234 0 R 5235 0 R 5236 0 R 5237 0 R 5238 0 R 5239 0 R 5240 0 R 5241 0 R 5242 0 R 5243 0 R 5244 0 R 5245 0 R 5246 0 R 5247 0 R 5248 0 R 5249 0 R 5250 0 R 5251 0 R 5252 0 R 5253 0 R 5254 0 R 5255 0 R 5256 0 R 5257 0 R 5258 0 R 5259 0 R 5260 0 R 5261 0 R]
 >>
 endobj
 42 0 obj
@@ -30429,7 +30429,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [5260 0 R 5261 0 R 5262 0 R 5263 0 R 5264 0 R 5265 0 R 5266 0 R 5267 0 R 5268 0 R 5269 0 R 5270 0 R 5271 0 R 5272 0 R 5273 0 R 5274 0 R 5275 0 R 5276 0 R 5277 0 R 5278 0 R 5279 0 R 5280 0 R 5281 0 R 5282 0 R 5283 0 R 5284 0 R 5285 0 R 5286 0 R 5287 0 R 5288 0 R 5289 0 R 5290 0 R 5291 0 R 5292 0 R 5293 0 R 5294 0 R 5295 0 R 5296 0 R 5297 0 R 5298 0 R 5299 0 R 5300 0 R 5301 0 R 5302 0 R 5303 0 R 5304 0 R 5305 0 R 5306 0 R 5307 0 R 5308 0 R 5309 0 R 5310 0 R 5311 0 R 5312 0 R 5313 0 R 5314 0 R 5315 0 R 5316 0 R 5317 0 R 5318 0 R 5319 0 R 5320 0 R 5321 0 R 5322 0 R 5323 0 R 5324 0 R 5325 0 R 5326 0 R 5327 0 R 5328 0 R 5329 0 R 5330 0 R 5331 0 R 5332 0 R 5333 0 R 5334 0 R 5335 0 R 5336 0 R 5337 0 R 5338 0 R 5339 0 R 5340 0 R 5341 0 R 5342 0 R 5343 0 R 5344 0 R 5345 0 R 5346 0 R 5347 0 R]
+/Annots [5262 0 R 5263 0 R 5264 0 R 5265 0 R 5266 0 R 5267 0 R 5268 0 R 5269 0 R 5270 0 R 5271 0 R 5272 0 R 5273 0 R 5274 0 R 5275 0 R 5276 0 R 5277 0 R 5278 0 R 5279 0 R 5280 0 R 5281 0 R 5282 0 R 5283 0 R 5284 0 R 5285 0 R 5286 0 R 5287 0 R 5288 0 R 5289 0 R 5290 0 R 5291 0 R 5292 0 R 5293 0 R 5294 0 R 5295 0 R 5296 0 R 5297 0 R 5298 0 R 5299 0 R 5300 0 R 5301 0 R 5302 0 R 5303 0 R 5304 0 R 5305 0 R 5306 0 R 5307 0 R 5308 0 R 5309 0 R 5310 0 R 5311 0 R 5312 0 R 5313 0 R 5314 0 R 5315 0 R 5316 0 R 5317 0 R 5318 0 R 5319 0 R 5320 0 R 5321 0 R 5322 0 R 5323 0 R 5324 0 R 5325 0 R 5326 0 R 5327 0 R 5328 0 R 5329 0 R 5330 0 R 5331 0 R 5332 0 R 5333 0 R 5334 0 R 5335 0 R 5336 0 R 5337 0 R 5338 0 R 5339 0 R 5340 0 R 5341 0 R 5342 0 R 5343 0 R 5344 0 R 5345 0 R 5346 0 R 5347 0 R 5348 0 R 5349 0 R]
 >>
 endobj
 44 0 obj
@@ -32212,7 +32212,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [5348 0 R 5349 0 R 5350 0 R 5351 0 R 5352 0 R 5353 0 R 5354 0 R 5355 0 R 5356 0 R 5357 0 R 5358 0 R 5359 0 R 5360 0 R 5361 0 R 5362 0 R 5363 0 R 5364 0 R 5365 0 R 5366 0 R 5367 0 R 5368 0 R 5369 0 R 5370 0 R 5371 0 R 5372 0 R 5373 0 R 5374 0 R 5375 0 R 5376 0 R 5377 0 R 5378 0 R 5379 0 R 5380 0 R 5381 0 R 5382 0 R 5383 0 R 5384 0 R 5385 0 R 5386 0 R 5387 0 R 5388 0 R 5389 0 R 5390 0 R 5391 0 R 5392 0 R 5393 0 R 5394 0 R 5395 0 R 5396 0 R 5397 0 R 5398 0 R 5399 0 R 5400 0 R 5401 0 R 5402 0 R 5403 0 R 5404 0 R 5405 0 R 5406 0 R 5407 0 R 5408 0 R 5409 0 R 5410 0 R 5411 0 R 5412 0 R 5413 0 R 5414 0 R 5415 0 R 5416 0 R 5417 0 R 5418 0 R 5419 0 R 5420 0 R 5421 0 R 5422 0 R 5423 0 R 5424 0 R 5425 0 R 5426 0 R 5427 0 R 5428 0 R 5429 0 R 5430 0 R 5431 0 R 5432 0 R 5433 0 R 5434 0 R 5435 0 R]
+/Annots [5350 0 R 5351 0 R 5352 0 R 5353 0 R 5354 0 R 5355 0 R 5356 0 R 5357 0 R 5358 0 R 5359 0 R 5360 0 R 5361 0 R 5362 0 R 5363 0 R 5364 0 R 5365 0 R 5366 0 R 5367 0 R 5368 0 R 5369 0 R 5370 0 R 5371 0 R 5372 0 R 5373 0 R 5374 0 R 5375 0 R 5376 0 R 5377 0 R 5378 0 R 5379 0 R 5380 0 R 5381 0 R 5382 0 R 5383 0 R 5384 0 R 5385 0 R 5386 0 R 5387 0 R 5388 0 R 5389 0 R 5390 0 R 5391 0 R 5392 0 R 5393 0 R 5394 0 R 5395 0 R 5396 0 R 5397 0 R 5398 0 R 5399 0 R 5400 0 R 5401 0 R 5402 0 R 5403 0 R 5404 0 R 5405 0 R 5406 0 R 5407 0 R 5408 0 R 5409 0 R 5410 0 R 5411 0 R 5412 0 R 5413 0 R 5414 0 R 5415 0 R 5416 0 R 5417 0 R 5418 0 R 5419 0 R 5420 0 R 5421 0 R 5422 0 R 5423 0 R 5424 0 R 5425 0 R 5426 0 R 5427 0 R 5428 0 R 5429 0 R 5430 0 R 5431 0 R 5432 0 R 5433 0 R 5434 0 R 5435 0 R 5436 0 R 5437 0 R]
 >>
 endobj
 46 0 obj
@@ -33955,7 +33955,7 @@ endobj
 /Font << /F1.0 9 0 R
 >>
 >>
-/Annots [5436 0 R 5437 0 R 5438 0 R 5439 0 R 5440 0 R 5441 0 R 5442 0 R 5443 0 R 5444 0 R 5445 0 R 5446 0 R 5447 0 R 5448 0 R 5449 0 R 5450 0 R 5451 0 R 5452 0 R 5453 0 R 5454 0 R 5455 0 R 5456 0 R 5457 0 R 5458 0 R 5459 0 R 5460 0 R 5461 0 R 5462 0 R 5463 0 R 5464 0 R 5465 0 R 5466 0 R 5467 0 R 5468 0 R 5469 0 R 5470 0 R 5471 0 R 5472 0 R 5473 0 R 5474 0 R 5475 0 R 5476 0 R 5477 0 R 5478 0 R 5479 0 R 5480 0 R 5481 0 R 5482 0 R 5483 0 R 5484 0 R 5485 0 R 5486 0 R 5487 0 R 5488 0 R 5489 0 R 5490 0 R 5491 0 R 5492 0 R 5493 0 R 5494 0 R 5495 0 R 5496 0 R 5497 0 R 5498 0 R 5499 0 R 5500 0 R 5501 0 R 5502 0 R 5503 0 R 5504 0 R 5505 0 R 5506 0 R 5507 0 R 5508 0 R 5509 0 R 5510 0 R 5511 0 R 5512 0 R 5513 0 R 5514 0 R 5515 0 R 5516 0 R 5517 0 R 5518 0 R 5519 0 R 5520 0 R 5521 0 R]
+/Annots [5438 0 R 5439 0 R 5440 0 R 5441 0 R 5442 0 R 5443 0 R 5444 0 R 5445 0 R 5446 0 R 5447 0 R 5448 0 R 5449 0 R 5450 0 R 5451 0 R 5452 0 R 5453 0 R 5454 0 R 5455 0 R 5456 0 R 5457 0 R 5458 0 R 5459 0 R 5460 0 R 5461 0 R 5462 0 R 5463 0 R 5464 0 R 5465 0 R 5466 0 R 5467 0 R 5468 0 R 5469 0 R 5470 0 R 5471 0 R 5472 0 R 5473 0 R 5474 0 R 5475 0 R 5476 0 R 5477 0 R 5478 0 R 5479 0 R 5480 0 R 5481 0 R 5482 0 R 5483 0 R 5484 0 R 5485 0 R 5486 0 R 5487 0 R 5488 0 R 5489 0 R 5490 0 R 5491 0 R 5492 0 R 5493 0 R 5494 0 R 5495 0 R 5496 0 R 5497 0 R 5498 0 R 5499 0 R 5500 0 R 5501 0 R 5502 0 R 5503 0 R 5504 0 R 5505 0 R 5506 0 R 5507 0 R 5508 0 R 5509 0 R 5510 0 R 5511 0 R 5512 0 R 5513 0 R 5514 0 R 5515 0 R 5516 0 R 5517 0 R 5518 0 R 5519 0 R 5520 0 R 5521 0 R 5522 0 R 5523 0 R]
 >>
 endobj
 48 0 obj
@@ -35218,7 +35218,7 @@ endobj
 >>
 endobj
 62 0 obj
-<< /Kids [1013 0 R 3573 0 R 1014 0 R 2999 0 R 1373 0 R 1936 0 R]
+<< /Kids [1013 0 R 3575 0 R 1014 0 R 3001 0 R 1373 0 R 1936 0 R]
 >>
 endobj
 63 0 obj
@@ -35243,11 +35243,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAAA+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 6359 0 R
+/FontDescriptor 6361 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 6361 0 R
-/ToUnicode 6360 0 R
+/Widths 6363 0 R
+/ToUnicode 6362 0 R
 >>
 endobj
 66 0 obj
@@ -42482,12 +42482,12 @@ endobj
 endobj
 183 0 obj
 << /Limits [(About_This_Document) (alter_sequence_syntax)]
-/Names [(About_This_Document) 60 0 R (Decode_function) 2816 0 R (Document_Organization) 73 0 R (Intended_Audience) 66 0 R (New_and_Changed_Information) 69 0 R (_authorization_ids) 1709 0 R (abs_function) 2476 0 R (accessing_trafodion_sql_tables) 128 0 R (accumulated_statistics_of_an_executing_statement) 3773 0 R (acos_function) 2481 0 R (active-sessions-for-the-user) 890 0 R (adaptive_statistics_collection) 3722 0 R (add_months_function) 2486 0 R (adding_or_subtracting_imprecise_interval_values) 1822 0 R (additional_rules_for_arithmetic_operations) 1900 0 R (aggregate-set-functions) 2291 0 R (alter_sequence_considerations) 414 0 R (alter_sequence_examples) 417 0 R (alter_sequence_statement) 404 0 R (alter_sequence_syntax) 409 0 R]
+/Names [(About_This_Document) 60 0 R (Decode_function) 2818 0 R (Document_Organization) 73 0 R (Intended_Audience) 66 0 R (New_and_Changed_Information) 69 0 R (_authorization_ids) 1709 0 R (abs_function) 2478 0 R (accessing_trafodion_sql_tables) 128 0 R (accumulated_statistics_of_an_executing_statement) 3775 0 R (acos_function) 2483 0 R (active-sessions-for-the-user) 890 0 R (adaptive_statistics_collection) 3724 0 R (add_months_function) 2488 0 R (adding_or_subtracting_imprecise_interval_values) 1822 0 R (additional_rules_for_arithmetic_operations) 1900 0 R (aggregate-set-functions) 2291 0 R (alter_sequence_considerations) 414 0 R (alter_sequence_examples) 417 0 R (alter_sequence_statement) 404 0 R (alter_sequence_syntax) 409 0 R]
 >>
 endobj
 184 0 obj
 << /Limits [(invoke_considerations) (keys)]
-/Names [(invoke_considerations) 1124 0 R (invoke_examples) 1126 0 R (invoke_required_privileges) 1125 0 R (invoke_statement) 1119 0 R (invoke_syntax) 1121 0 R (is_ipv4_function) 2934 0 R (is_ipv6_function) 2939 0 R (isnull_function) 2952 0 R (juliantimestamp_function) 2958 0 R (keys) 1934 0 R]
+/Names [(invoke_considerations) 1124 0 R (invoke_examples) 1126 0 R (invoke_required_privileges) 1125 0 R (invoke_statement) 1119 0 R (invoke_syntax) 1121 0 R (is_ipv4_function) 2936 0 R (is_ipv6_function) 2941 0 R (isnull_function) 2954 0 R (juliantimestamp_function) 2960 0 R (keys) 1934 0 R]
 >>
 endobj
 185 0 obj
@@ -46604,7 +46604,7 @@ endobj
 endobj
 304 0 obj
 << /Limits [(supported_sql_statements_with_hive_tables) (sysdate_function)]
-/Names [(supported_sql_statements_with_hive_tables) 172 0 R (syntax-description-of-grant) 1041 0 R (syntax-description-of-revoke) 1182 0 R (syntax-description-of-revoke-component-privilege) 1202 0 R (syntax-of-queryid_extract) 3803 0 R (syntax_description_of_datediff) 2734 0 R (syntax_description_of_identity_column) 1922 0 R (syntax_descriptions_of_emptyblob_function) 2859 0 R (syntax_descriptions_of_emptyclob_function) 2867 0 R (syntax_for_default_clause) 2204 0 R (syntax_of_get_statistics) 3727 0 R (syntax_of_statistics_table-valued_function) 3810 0 R (sysdate_function) 3443 0 R]
+/Names [(supported_sql_statements_with_hive_tables) 172 0 R (syntax-description-of-grant) 1041 0 R (syntax-description-of-revoke) 1182 0 R (syntax-description-of-revoke-component-privilege) 1202 0 R (syntax-of-queryid_extract) 3805 0 R (syntax_description_of_datediff) 2736 0 R (syntax_description_of_identity_column) 1922 0 R (syntax_descriptions_of_emptyblob_function) 2861 0 R (syntax_descriptions_of_emptyclob_function) 2869 0 R (syntax_for_default_clause) 2204 0 R (syntax_of_get_statistics) 3729 0 R (syntax_of_statistics_table-valued_function) 3812 0 R (sysdate_function) 3445 0 R]
 >>
 endobj
 305 0 obj
@@ -51196,7 +51196,7 @@ endobj
 endobj
 410 0 obj
 << /Limits [(ansi_names_for_hive_tables) (between_predicate)]
-/Names [(ansi_names_for_hive_tables) 166 0 R (ascii_function) 2496 0 R (asin_function) 2509 0 R (asin_function) 2502 0 R (atan2_function) 2520 0 R (atan_function) 2514 0 R (authname_function) 2525 0 R (authorization_and_availability_requirements) 454 0 R (avg_function) 2532 0 R (avg_nulls) 2541 0 R (avg_window_function) 3621 0 R (base_tables_and_views) 2180 0 R (before-you-drop-a-role) 887 0 R (begin_work_considerations) 476 0 R (begin_work_examples) 477 0 R (begin_work_statement) 474 0 R (between_predicate) 2008 0 R]
+/Names [(ansi_names_for_hive_tables) 166 0 R (ascii_function) 2498 0 R (asin_function) 2511 0 R (asin_function) 2504 0 R (atan2_function) 2522 0 R (atan_function) 2516 0 R (authname_function) 2527 0 R (authorization_and_availability_requirements) 454 0 R (avg_function) 2534 0 R (avg_nulls) 2543 0 R (avg_window_function) 3623 0 R (base_tables_and_views) 2180 0 R (before-you-drop-a-role) 887 0 R (begin_work_considerations) 476 0 R (begin_work_examples) 477 0 R (begin_work_statement) 474 0 R (between_predicate) 2008 0 R]
 >>
 endobj
 411 0 obj
@@ -59601,7 +59601,7 @@ endobj
 endobj
 492 0 obj
 << /Limits [(cardinality_of_the_transpose_result) (character_value_expressions)]
-/Names [(cardinality_of_the_transpose_result) 2275 0 R (case_expression) 2561 0 R (case_insensitive_delimited_identifiers) 1911 0 R (cast_expression) 2580 0 R (ceiling_function) 2590 0 R (cell_per_row_access_to_hbase_tables) 133 0 R (char_and_varchar_operands) 2604 0 R (char_and_varchar_operands_1) 3165 0 R (char_function) 2596 0 R (char_length_function) 2601 0 R (character_data_type) 2567 0 R (character_data_types) 1780 0 R (character_sets) 1711 0 R (character_string_data_types) 1798 0 R (character_string_functions) 2303 0 R (character_string_literals) 1952 0 R (character_value_expressions) 1850 0 R]
+/Names [(cardinality_of_the_transpose_result) 2275 0 R (case_expression) 2563 0 R (case_insensitive_delimited_identifiers) 1911 0 R (cast_expression) 2582 0 R (ceiling_function) 2592 0 R (cell_per_row_access_to_hbase_tables) 133 0 R (char_and_varchar_operands) 2606 0 R (char_and_varchar_operands_1) 3167 0 R (char_function) 2598 0 R (char_length_function) 2603 0 R (character_data_type) 2569 0 R (character_data_types) 1780 0 R (character_sets) 1711 0 R (character_string_data_types) 1798 0 R (character_string_functions) 2303 0 R (character_string_literals) 1952 0 R (character_value_expressions) 1850 0 R]
 >>
 endobj
 493 0 obj
@@ -102166,7 +102166,7 @@ endobj
 endobj
 798 0 obj
 << /Limits [(create_view_updatable_and_non_updatable_views) (current_user_function)]
-/Names [(create_view_updatable_and_non_updatable_views) 797 0 R (create_view_vertical_partition_example) 813 0 R (create_volatile_table_considerations) 729 0 R (creating_and_dropping_schemas) 2148 0 R (creating_or_adding_constraints_on_sql_tables) 1726 0 R (current_date_function) 2681 0 R (current_function) 2675 0 R (current_time_function) 2685 0 R (current_timestamp_function) 2689 0 R (current_user_function) 2694 0 R]
+/Names [(create_view_updatable_and_non_updatable_views) 797 0 R (create_view_vertical_partition_example) 813 0 R (create_volatile_table_considerations) 729 0 R (creating_and_dropping_schemas) 2148 0 R (creating_or_adding_constraints_on_sql_tables) 1726 0 R (current_date_function) 2683 0 R (current_function) 2677 0 R (current_time_function) 2687 0 R (current_timestamp_function) 2691 0 R (current_user_function) 2696 0 R]
 >>
 endobj
 799 0 obj
@@ -105557,7 +105557,7 @@ endobj
 endobj
 835 0 obj
 << /Limits [(delete_isolation-levels-of-transactions-and-access-options-of-statements) (drop_index_considerations)]
-/Names [(delete_isolation-levels-of-transactions-and-access-options-of-statements) 827 0 R (delete_statement) 816 0 R (delete_syntax) 817 0 R (delete_transaction-initiation-and-termination) 826 0 R (delimited_identifiers) 1910 0 R (dense_rank_window_function) 3641 0 R (derived_column_names) 1720 0 R (descending_columns_in_keys) 2016 0 R (diff1_function) 2833 0 R (diff2_function) 2845 0 R (difference_between_char_and_varchar) 1804 0 R (difference_sequence_functions) 2423 0 R (displaying_sql_runtime_statistics) 3751 0 R (drop_function_considerations) 838 0 R (drop_function_examples) 842 0 R (drop_function_required_privileges) 839 0 R (drop_function_statement) 833 0 R (drop_function_syntax) 834 0 R (drop_index_considerations) 849 0 R]
+/Names [(delete_isolation-levels-of-transactions-and-access-options-of-statements) 827 0 R (delete_statement) 816 0 R (delete_syntax) 817 0 R (delete_transaction-initiation-and-termination) 826 0 R (delimited_identifiers) 1910 0 R (dense_rank_window_function) 3643 0 R (derived_column_names) 1720 0 R (descending_columns_in_keys) 2016 0 R (diff1_function) 2835 0 R (diff2_function) 2847 0 R (difference_between_char_and_varchar) 1804 0 R (difference_sequence_functions) 2425 0 R (displaying_sql_runtime_statistics) 3753 0 R (drop_function_considerations) 838 0 R (drop_function_examples) 842 0 R (drop_function_required_privileges) 839 0 R (drop_function_statement) 833 0 R (drop_function_syntax) 834 0 R (drop_index_considerations) 849 0 R]
 >>
 endobj
 836 0 obj
@@ -108868,7 +108868,7 @@ endobj
 endobj
 891 0 obj
 << /Limits [(alter_table_considerations) (ansi_compliant_statements)]
-/Names [(alter_table_considerations) 452 0 R (alter_table_examples) 459 0 R (alter_table_statement) 421 0 R (alter_table_syntax) 427 0 R (alter_user_considerations) 470 0 R (alter_user_examples) 471 0 R (alter_user_statement) 464 0 R (alter_user_syntax) 465 0 R (alternative_forms) 3424 0 R (ansi_compliance_and_trafodion_sql_extensions) 210 0 R (ansi_compliant_functions) 273 0 R (ansi_compliant_statements) 211 0 R]
+/Names [(alter_table_considerations) 452 0 R (alter_table_examples) 459 0 R (alter_table_statement) 421 0 R (alter_table_syntax) 427 0 R (alter_user_considerations) 470 0 R (alter_user_examples) 471 0 R (alter_user_statement) 464 0 R (alter_user_syntax) 465 0 R (alternative_forms) 3426 0 R (ansi_compliance_and_trafodion_sql_extensions) 210 0 R (ansi_compliant_functions) 273 0 R (ansi_compliant_statements) 211 0 R]
 >>
 endobj
 892 0 obj
@@ -115274,7 +115274,7 @@ endobj
 endobj
 975 0 obj
 << /Limits [(emptyblob_function) (examples_of_add_months)]
-/Names [(emptyblob_function) 2858 0 R (emptyclob_function) 2866 0 R (encryption_functions) 2415 0 R (equivalent-result) 2836 0 R (equivalent_result) 3338 0 R (equivalent_result) 3311 0 R (equivalent_result_1) 2849 0 R (error) 2745 0 R (example_of_a_base_table) 2184 0 R (example_of_a_view) 2191 0 R (example_of_extended_numeric_precision_data_type) 1795 0 R (examples-of-create-table) 761 0 R (examples-of-decode) 2824 0 R (examples-of-null) 2107 0 R (examples-of-table-statement) 1437 0 R (examples_of_abs) 2478 0 R (examples_of_acos) 2483 0 R (examples_of_add_months) 2493 0 R]
+/Names [(emptyblob_function) 2860 0 R (emptyclob_function) 2868 0 R (encryption_functions) 2419 0 R (equivalent-result) 2838 0 R (equivalent_result) 3340 0 R (equivalent_result) 3313 0 R (equivalent_result_1) 2851 0 R (error) 2747 0 R (example_of_a_base_table) 2184 0 R (example_of_a_view) 2191 0 R (example_of_extended_numeric_precision_data_type) 1795 0 R (examples-of-create-table) 761 0 R (examples-of-decode) 2826 0 R (examples-of-null) 2107 0 R (examples-of-table-statement) 1437 0 R (examples_of_abs) 2480 0 R (examples_of_acos) 2485 0 R (examples_of_add_months) 2495 0 R]
 >>
 endobj
 976 0 obj
@@ -120910,17 +120910,17 @@ endobj
 endobj
 1012 0 obj
 << /Limits [(explain_obtaining_explain_plans) (externaltolob_function_examples)]
-/Names [(explain_obtaining_explain_plans) 976 0 R (explain_required_privileges) 974 0 R (explain_statement) 964 0 R (explain_syntax) 967 0 R (explicit_correlation_names) 1735 0 R (expressions) 1843 0 R (extended_numeric_precision) 1786 0 R (externaltolob_function) 2896 0 R (externaltolob_function_considerations) 2899 0 R (externaltolob_function_examples) 2900 0 R]
+/Names [(explain_obtaining_explain_plans) 976 0 R (explain_required_privileges) 974 0 R (explain_statement) 964 0 R (explain_syntax) 967 0 R (explicit_correlation_names) 1735 0 R (expressions) 1843 0 R (extended_numeric_precision) 1786 0 R (externaltolob_function) 2898 0 R (externaltolob_function_considerations) 2901 0 R (externaltolob_function_examples) 2902 0 R]
 >>
 endobj
 1013 0 obj
 << /Limits [(About_This_Document) (considerations_for_extended_numeric_precision_data_type)]
-/Kids [183 0 R 891 0 R 410 0 R 2503 0 R 492 0 R 2562 0 R 1716 0 R 2067 0 R 2536 0 R 2697 0 R]
+/Kids [183 0 R 891 0 R 410 0 R 2505 0 R 492 0 R 2564 0 R 1716 0 R 2067 0 R 2538 0 R 2699 0 R]
 >>
 endobj
 1014 0 obj
 << /Limits [(create_table_required_privileges) (examples_of_add_months)]
-/Kids [728 0 R 798 0 R 3436 0 R 1991 0 R 2751 0 R 3579 0 R 835 0 R 858 0 R 882 0 R 916 0 R 941 0 R 975 0 R]
+/Kids [728 0 R 798 0 R 3438 0 R 1991 0 R 2753 0 R 3581 0 R 835 0 R 858 0 R 882 0 R 916 0 R 941 0 R 975 0 R]
 >>
 endobj
 1015 0 obj
@@ -130621,7 +130621,7 @@ endobj
 endobj
 1102 0 obj
 << /Limits [(grant_statement) (in_predicate_results)]
-/Names [(grant_statement) 1037 0 R (group_concat_function) 2918 0 R (hbase-snapshots) 1564 0 R (hive-scans) 1571 0 R (hive-source-table) 1562 0 R (hour_function) 2922 0 R (identifiers) 1908 0 R (identity_column) 1920 0 R (implicit_correlation_names) 1738 0 R (improving-throughput) 1561 0 R (in_predicate) 2050 0 R (in_predicate_results) 2059 0 R]
+/Names [(grant_statement) 1037 0 R (group_concat_function) 2920 0 R (hbase-snapshots) 1564 0 R (hive-scans) 1571 0 R (hive-source-table) 1562 0 R (hour_function) 2924 0 R (identifiers) 1908 0 R (identity_column) 1920 0 R (implicit_correlation_names) 1738 0 R (improving-throughput) 1561 0 R (in_predicate) 2050 0 R (in_predicate_results) 2059 0 R]
 >>
 endobj
 1103 0 obj
@@ -135342,7 +135342,7 @@ endobj
 endobj
 1146 0 obj
 << /Limits [(merge_syntax) (movingcount_function)]
-/Names [(merge_syntax) 1132 0 R (merge_upsert_using_single_row) 1136 0 R (min_function) 3058 0 R (min_window_function) 3675 0 R (minute_function) 3067 0 R (mod_function) 3072 0 R (month_function) 3078 0 R (monthname_function) 3083 0 R (moving_sequence_functions) 2426 0 R (movingavg_function) 3089 0 R (movingcount_function) 3097 0 R]
+/Names [(merge_syntax) 1132 0 R (merge_upsert_using_single_row) 1136 0 R (min_function) 3060 0 R (min_window_function) 3677 0 R (minute_function) 3069 0 R (mod_function) 3074 0 R (month_function) 3080 0 R (monthname_function) 3085 0 R (moving_sequence_functions) 2428 0 R (movingavg_function) 3091 0 R (movingcount_function) 3099 0 R]
 >>
 endobj
 1147 0 obj
@@ -138064,7 +138064,7 @@ endobj
 endobj
 1180 0 obj
 << /Limits [(regular_identifiers) (reserved_sql_identifiers_c)]
-/Names [(regular_identifiers) 1909 0 R (relationship_to_the_juliantimestamp_function) 2640 0 R (repeat_function) 3224 0 R (replace_function) 3229 0 R (required-privileges) 455 0 R (requirements_for_the_expression_length_and_start_position) 3426 0 R (reserved-sql-identifers-f) 3827 0 R (reserved_sql_identifiers_a) 3820 0 R (reserved_sql_identifiers_b) 3821 0 R (reserved_sql_identifiers_c) 3822 0 R]
+/Names [(regular_identifiers) 1909 0 R (relationship_to_the_juliantimestamp_function) 2642 0 R (repeat_function) 3226 0 R (replace_function) 3231 0 R (required-privileges) 455 0 R (requirements_for_the_expression_length_and_start_position) 3428 0 R (reserved-sql-identifers-f) 3829 0 R (reserved_sql_identifiers_a) 3822 0 R (reserved_sql_identifiers_b) 3823 0 R (reserved_sql_identifiers_c) 3824 0 R]
 >>
 endobj
 1181 0 obj
@@ -142466,7 +142466,7 @@ endobj
 endobj
 1223 0 obj
 << /Limits [(revoke_role_examples) (rules_for_dml_statements)]
-/Names [(revoke_role_examples) 1224 0 R (revoke_role_statement) 1216 0 R (revoke_role_syntax) 1219 0 R (right_function) 3234 0 R (roles) 2137 0 R (rollback_work_begin_and_end_a_transaction) 1233 0 R (rollback_work_considerations) 1232 0 R (rollback_work_examples) 1234 0 R (rollback_work_statement) 1229 0 R (rollback_work_syntax) 1231 0 R (rollup_function) 3240 0 R (round_function) 3266 0 R (row_number_window_function) 3688 0 R (rows_since_changed_function) 3282 0 R (rows_since_function) 3272 0 R (rowwise_access_to_hbase_tables) 136 0 R (rpad_function) 3290 0 R (rtrim_function) 3298 0 R (rules_for_dml_statements) 198 0 R]
+/Names [(revoke_role_examples) 1224 0 R (revoke_role_statement) 1216 0 R (revoke_role_syntax) 1219 0 R (right_function) 3236 0 R (roles) 2137 0 R (rollback_work_begin_and_end_a_transaction) 1233 0 R (rollback_work_considerations) 1232 0 R (rollback_work_examples) 1234 0 R (rollback_work_statement) 1229 0 R (rollback_work_syntax) 1231 0 R (rollup_function) 3242 0 R (round_function) 3268 0 R (row_number_window_function) 3690 0 R (rows_since_changed_function) 3284 0 R (rows_since_function) 3274 0 R (rowwise_access_to_hbase_tables) 136 0 R (rpad_function) 3292 0 R (rtrim_function) 3300 0 R (rules_for_dml_statements) 198 0 R]
 >>
 endobj
 1224 0 obj
@@ -155079,7 +155079,7 @@ endobj
 endobj
 1298 0 obj
 << /Limits [(rules_for_extended_numeric_precision_data_type) (runningsum_function)]
-/Names [(rules_for_extended_numeric_precision_data_type) 1792 0 R (running_sequence_functions) 2436 0 R (runningavg_function) 3308 0 R (runningcount_function) 3315 0 R (runningmax_function) 3324 0 R (runningmin_function) 3329 0 R (runningrank_function) 3210 0 R (runningrank_null_values) 3215 0 R (runningstddev_function) 3335 0 R (runningsum_function) 3344 0 R]
+/Names [(rules_for_extended_numeric_precision_data_type) 1792 0 R (running_sequence_functions) 2438 0 R (runningavg_function) 3310 0 R (runningcount_function) 3317 0 R (runningmax_function) 3326 0 R (runningmin_function) 3331 0 R (runningrank_function) 3212 0 R (runningrank_null_values) 3217 0 R (runningstddev_function) 3337 0 R (runningsum_function) 3346 0 R]
 >>
 endobj
 1299 0 obj
@@ -156500,7 +156500,7 @@ endobj
 endobj
 1315 0 obj
 << /Limits [(select_order_by_clause_and_the_union_operator) (set_schema_syntax)]
-/Names [(select_order_by_clause_and_the_union_operator) 1325 0 R (select_restrictions_on_embedded_inserts) 1305 0 R (select_statement) 1237 0 R (select_syntax) 1244 0 R (select_union_all_and_associativity) 1331 0 R (select_use_of_views_with_select) 1301 0 R (sequence_by_clause) 2248 0 R (sequence_functions) 2420 0 R (sequence_order_dependency) 3212 0 R (set_schema_considerations) 1363 0 R (set_schema_examples) 1365 0 R (set_schema_statement) 1359 0 R (set_schema_syntax) 1360 0 R]
+/Names [(select_order_by_clause_and_the_union_operator) 1325 0 R (select_restrictions_on_embedded_inserts) 1305 0 R (select_statement) 1237 0 R (select_syntax) 1244 0 R (select_union_all_and_associativity) 1331 0 R (select_use_of_views_with_select) 1301 0 R (sequence_by_clause) 2248 0 R (sequence_functions) 2424 0 R (sequence_order_dependency) 3214 0 R (set_schema_considerations) 1363 0 R (set_schema_examples) 1365 0 R (set_schema_statement) 1359 0 R (set_schema_syntax) 1360 0 R]
 >>
 endobj
 1316 0 obj
@@ -165382,12 +165382,12 @@ endobj
 endobj
 1372 0 obj
 << /Limits [(set_transaction_consideration) (showcontrol_syntax)]
-/Names [(set_transaction_consideration) 1370 0 R (set_transaction_examples) 1377 0 R (set_transaction_explicit_transactions) 1376 0 R (set_transaction_implicit_transactions) 1371 0 R (set_transaction_statement) 1368 0 R (set_transaction_syntax) 1369 0 R (sha2_function) 3367 0 R (sha_function) 3362 0 R (show_get_and_explain_statements) 391 0 R (showcontrol_examples) 1388 0 R (showcontrol_statement) 1380 0 R (showcontrol_syntax) 1381 0 R]
+/Names [(set_transaction_consideration) 1370 0 R (set_transaction_examples) 1377 0 R (set_transaction_explicit_transactions) 1376 0 R (set_transaction_implicit_transactions) 1371 0 R (set_transaction_statement) 1368 0 R (set_transaction_syntax) 1369 0 R (sha2_function) 3369 0 R (sha_function) 3364 0 R (show_get_and_explain_statements) 391 0 R (showcontrol_examples) 1388 0 R (showcontrol_statement) 1380 0 R (showcontrol_syntax) 1381 0 R]
 >>
 endobj
 1373 0 obj
 << /Limits [(grant_component_privilege_considerations) (rules_for_dml_statements)]
-/Kids [1079 0 R 1102 0 R 2060 0 R 1563 0 R 184 0 R 2967 0 R 1935 0 R 3032 0 R 1146 0 R 3098 0 R 1996 0 R 3047 0 R 1638 0 R 1944 0 R 1120 0 R 1180 0 R 3829 0 R 3842 0 R 3187 0 R 1223 0 R]
+/Kids [1079 0 R 1102 0 R 2060 0 R 1563 0 R 184 0 R 2969 0 R 1935 0 R 3034 0 R 1146 0 R 3100 0 R 1996 0 R 3049 0 R 1638 0 R 1944 0 R 1120 0 R 1180 0 R 3831 0 R 3844 0 R 3189 0 R 1223 0 R]
 >>
 endobj
 1374 0 obj
@@ -170928,7 +170928,7 @@ endobj
 endobj
 1425 0 obj
 << /Limits [(showddl_statement) (sql_language)]
-/Names [(showddl_statement) 1391 0 R (showddl_syntax) 1392 0 R (showstats-statement) 1416 0 R (showstats_considerations) 1424 0 R (showstats_examples) 1427 0 R (showstats_required_privileges) 1426 0 R (showstats_syntax) 1417 0 R (sign_function) 3371 0 R (signed_intervals) 1832 0 R (similarity_to_char_length_function) 3166 0 R (sin_function) 3377 0 R (sinh_function) 3383 0 R (space-usage) 1569 0 R (space_function) 3389 0 R (sql-parameters) 2625 0 R (sql_clauses) 2194 0 R (sql_functions_and_expressions) 2289 0 R (sql_indexes) 1930 0 R (sql_language) 106 0 R]
+/Names [(showddl_statement) 1391 0 R (showddl_syntax) 1392 0 R (showstats-statement) 1416 0 R (showstats_considerations) 1424 0 R (showstats_examples) 1427 0 R (showstats_required_privileges) 1426 0 R (showstats_syntax) 1417 0 R (sign_function) 3373 0 R (signed_intervals) 1832 0 R (similarity_to_char_length_function) 3168 0 R (sin_function) 3379 0 R (sinh_function) 3385 0 R (space-usage) 1569 0 R (space_function) 3391 0 R (sql-parameters) 2627 0 R (sql_clauses) 2194 0 R (sql_functions_and_expressions) 2289 0 R (sql_indexes) 1930 0 R (sql_language) 106 0 R]
 >>
 endobj
 1426 0 obj
@@ -172425,7 +172425,7 @@ endobj
 endobj
 1441 0 obj
 << /Limits [(transaction-required) (update_authorization_requirements)]
-/Names [(transaction-required) 627 0 R (transaction_control_statements) 348 0 R (transaction_isolation_levels) 205 0 R (transaction_management) 187 0 R (translate_function) 3519 0 R (transpose_clause) 2263 0 R (trim_function) 3522 0 R (type_mapping_from_hive_to_trafodion_sql) 169 0 R (ucase_function) 3532 0 R (unload_considerations) 1663 0 R (unload_examples) 1665 0 R (unload_required_privileges) 1664 0 R (unload_statement) 1656 0 R (unload_syntax) 1657 0 R (unregister_user_considerations) 1444 0 R (unregister_user_examples) 1447 0 R (unregister_user_statement) 1440 0 R (unregister_user_syntax) 1442 0 R (update_authorization_requirements) 1465 0 R]
+/Names [(transaction-required) 627 0 R (transaction_control_statements) 348 0 R (transaction_isolation_levels) 205 0 R (transaction_management) 187 0 R (translate_function) 3521 0 R (transpose_clause) 2263 0 R (trim_function) 3524 0 R (type_mapping_from_hive_to_trafodion_sql) 169 0 R (ucase_function) 3534 0 R (unload_considerations) 1663 0 R (unload_examples) 1665 0 R (unload_required_privileges) 1664 0 R (unload_statement) 1656 0 R (unload_syntax) 1657 0 R (unregister_user_considerations) 1444 0 R (unregister_user_examples) 1447 0 R (unregister_user_statement) 1440 0 R (unregister_user_syntax) 1442 0 R (update_authorization_requirements) 1465 0 R]
 >>
 endobj
 1442 0 obj
@@ -178560,7 +178560,7 @@ endobj
 endobj
 1498 0 obj
 << /Limits [(update_transaction_initiation_and_termination) (user_function)]
-/Names [(update_transaction_initiation_and_termination) 1466 0 R (update_updating_character_values) 1476 0 R (upper_function) 3543 0 R (upsert_examples) 1490 0 R (upsert_statement) 1483 0 R (upsert_syntax) 1484 0 R (upshift_function) 3552 0 R (use_of_converttimestamp) 2641 0 R (user_defined_and_system_defined_transactions) 193 0 R (user_function) 3561 0 R]
+/Names [(update_transaction_initiation_and_termination) 1466 0 R (update_updating_character_values) 1476 0 R (upper_function) 3545 0 R (upsert_examples) 1490 0 R (upsert_statement) 1483 0 R (upsert_syntax) 1484 0 R (upshift_function) 3554 0 R (use_of_converttimestamp) 2643 0 R (user_defined_and_system_defined_transactions) 193 0 R (user_function) 3563 0 R]
 >>
 endobj
 1499 0 obj
@@ -186229,7 +186229,7 @@ endobj
 endobj
 1563 0 obj
 << /Limits [(insert_statement) (introduction)]
-/Names [(insert_statement) 1085 0 R (insert_syntax) 1086 0 R (insert_transaction_initiation_and_termination) 1093 0 R (insert_use_of_a_values_clause_for_the_source_query_expression) 1098 0 R (insert_using_compatible_data_types) 1103 0 R (inserting-character-values) 1104 0 R (inserting-date-and-time-values) 1107 0 R (inserting-interval-values) 1106 0 R (inserting-nulls) 1110 0 R (inserting-numeric-values) 1105 0 R (interval_data_type) 2572 0 R (interval_data_types) 1818 0 R (interval_data_types) 1784 0 R (interval_leading_precision) 1828 0 R (interval_literals) 1970 0 R (interval_qualifier) 1883 0 R (interval_ranges) 1831 0 R (interval_value_expressions) 1874 0 R (introduction) 98 0 R]
+/Names [(insert_statement) 1085 0 R (insert_syntax) 1086 0 R (insert_transaction_initiation_and_termination) 1093 0 R (insert_use_of_a_values_clause_for_the_source_query_expression) 1098 0 R (insert_using_compatible_data_types) 1103 0 R (inserting-character-values) 1104 0 R (inserting-date-and-time-values) 1107 0 R (inserting-interval-values) 1106 0 R (inserting-nulls) 1110 0 R (inserting-numeric-values) 1105 0 R (interval_data_type) 2574 0 R (interval_data_types) 1818 0 R (interval_data_types) 1784 0 R (interval_leading_precision) 1828 0 R (interval_literals) 1970 0 R (interval_qualifier) 1883 0 R (interval_ranges) 1831 0 R (interval_value_expressions) 1874 0 R (introduction) 98 0 R]
 >>
 endobj
 1564 0 obj
@@ -200015,7 +200015,7 @@ endobj
 endobj
 1638 0 obj
 << /Limits [(pertable-and-operator-statistics) (prepare_statement)]
-/Names [(pertable-and-operator-statistics) 3718 0 R (pertable_statistics_of_an_executing_statement) 3768 0 R (pi_function) 3177 0 R (populate_index_considerations) 1637 0 R (populate_index_examples) 1640 0 R (populate_index_required_privileges) 1639 0 R (populate_index_syntax) 1633 0 R (populate_index_utility) 1632 0 R (position_function) 3181 0 R (power_function) 3194 0 R (precision_magnitude) 1901 0 R (predicates) 1999 0 R (prepare_availability_of_a_prepared_statement) 1154 0 R (prepare_considerations) 1153 0 R (prepare_examples) 1157 0 R (prepare_statement) 1150 0 R]
+/Names [(pertable-and-operator-statistics) 3720 0 R (pertable_statistics_of_an_executing_statement) 3770 0 R (pi_function) 3179 0 R (populate_index_considerations) 1637 0 R (populate_index_examples) 1640 0 R (populate_index_required_privileges) 1639 0 R (populate_index_syntax) 1633 0 R (populate_index_utility) 1632 0 R (position_function) 3183 0 R (power_function) 3196 0 R (precision_magnitude) 1901 0 R (predicates) 1999 0 R (prepare_availability_of_a_prepared_statement) 1154 0 R (prepare_considerations) 1153 0 R (prepare_examples) 1157 0 R (prepare_statement) 1150 0 R]
 >>
 endobj
 1639 0 obj
@@ -230789,7 +230789,7 @@ endobj
 endobj
 1882 0 obj
 << /Limits [(sql_language_elements) (start_and_end_fields)]
-/Names [(sql_language_elements) 1708 0 R (sql_object_namespaces) 1759 0 R (sql_runtime_statistics) 3715 0 R (sql_statements) 299 0 R (sql_statements_categories) 303 0 R (sql_utilities) 1510 0 R (sql_views) 2188 0 R (sqrt_function) 3393 0 R (staging-folder-for-hfiles) 1558 0 R (standard_normalization) 2290 0 R (start_and_end_fields) 1881 0 R]
+/Names [(sql_language_elements) 1708 0 R (sql_object_namespaces) 1759 0 R (sql_runtime_statistics) 3717 0 R (sql_statements) 299 0 R (sql_statements_categories) 303 0 R (sql_utilities) 1510 0 R (sql_views) 2188 0 R (sqrt_function) 3395 0 R (staging-folder-for-hfiles) 1558 0 R (standard_normalization) 2290 0 R (start_and_end_fields) 1881 0 R]
 >>
 endobj
 1883 0 obj
@@ -233776,7 +233776,7 @@ endobj
 endobj
 1898 0 obj
 << /Limits [(considerations_for_in) (considerations_for_min)]
-/Names [(considerations_for_in) 2057 0 R (considerations_for_interval_data_types) 1821 0 R (considerations_for_interval_literals) 1977 0 R (considerations_for_interval_value_expressions) 1880 0 R (considerations_for_juliantimestamp) 2960 0 R (considerations_for_locate) 2992 0 R (considerations_for_lower) 3016 0 R (considerations_for_ltrim) 3036 0 R (considerations_for_max) 3045 0 R (considerations_for_min) 3060 0 R]
+/Names [(considerations_for_in) 2057 0 R (considerations_for_interval_data_types) 1821 0 R (considerations_for_interval_literals) 1977 0 R (considerations_for_interval_value_expressions) 1880 0 R (considerations_for_juliantimestamp) 2962 0 R (considerations_for_locate) 2994 0 R (considerations_for_lower) 3018 0 R (considerations_for_ltrim) 3038 0 R (considerations_for_max) 3047 0 R (considerations_for_min) 3062 0 R]
 >>
 endobj
 1899 0 obj
@@ -236844,12 +236844,12 @@ endobj
 endobj
 1935 0 obj
 << /Limits [(load_statement) (logical_equivalents_using_and_and_or)]
-/Names [(load_statement) 1544 0 R (load_syntax) 1547 0 R (loading_data_from_hive_table_examples) 1627 0 R (lob_functions) 2378 0 R (locate_function) 2988 0 R (log10_function) 3007 0 R (log_error_rows_examples) 1580 0 R (log_function) 3002 0 R (logical_equivalent_using_any_or_some) 2058 0 R (logical_equivalents_using_and_and_or) 2015 0 R]
+/Names [(load_statement) 1544 0 R (load_syntax) 1547 0 R (loading_data_from_hive_table_examples) 1627 0 R (lob_functions) 2380 0 R (locate_function) 2990 0 R (log10_function) 3009 0 R (log_error_rows_examples) 1580 0 R (log_function) 3004 0 R (logical_equivalent_using_any_or_some) 2058 0 R (logical_equivalents_using_and_and_or) 2015 0 R]
 >>
 endobj
 1936 0 obj
 << /Limits [(rules_for_extended_numeric_precision_data_type) (zeroifnull_function)]
-/Kids [1298 0 R 3350 0 R 2223 0 R 1315 0 R 1372 0 R 1399 0 R 1425 0 R 1882 0 R 3415 0 R 304 0 R 3453 0 R 1441 0 R 1468 0 R 1700 0 R 1498 0 R 3789 0 R 2084 0 R 3601 0 R]
+/Kids [1298 0 R 3352 0 R 2223 0 R 1315 0 R 1372 0 R 1399 0 R 1425 0 R 1882 0 R 3417 0 R 304 0 R 3455 0 R 1441 0 R 1468 0 R 1700 0 R 1498 0 R 3791 0 R 2084 0 R 3603 0 R]
 >>
 endobj
 1937 0 obj
@@ -236991,7 +236991,7 @@ endobj
 endobj
 1944 0 obj
 << /Limits [(prepare_syntax) (read_committed)]
-/Names [(prepare_syntax) 1151 0 R (prepared_statements) 379 0 R (primary_keys) 1943 0 R (privileges) 2127 0 R (privileges-needed-to-create-a-referential-integrity-constraint) 456 0 R (progress-statistics-of-an-executing-statement) 3778 0 R (purgedata_availability) 1650 0 R (purgedata_considerations) 1648 0 R (purgedata_examples) 1653 0 R (purgedata_required_privileges) 1649 0 R (purgedata_syntax) 1646 0 R (purgedata_utility) 1645 0 R (quantified_comparison_predicates) 2110 0 R (quarter_function) 3199 0 R (radians_function) 3204 0 R (rank_window_function) 3684 0 R (read_committed) 207 0 R]
+/Names [(prepare_syntax) 1151 0 R (prepared_statements) 379 0 R (primary_keys) 1943 0 R (privileges) 2127 0 R (privileges-needed-to-create-a-referential-integrity-constraint) 456 0 R (progress-statistics-of-an-executing-statement) 3780 0 R (purgedata_availability) 1650 0 R (purgedata_considerations) 1648 0 R (purgedata_examples) 1653 0 R (purgedata_required_privileges) 1649 0 R (purgedata_syntax) 1646 0 R (purgedata_utility) 1645 0 R (quantified_comparison_predicates) 2110 0 R (quarter_function) 3201 0 R (radians_function) 3206 0 R (rank_window_function) 3686 0 R (read_committed) 207 0 R]
 >>
 endobj
 1945 0 obj
@@ -238798,7 +238798,7 @@ endobj
 endobj
 1961 0 obj
 << /Limits [(examples_of_in) (examples_of_juliantimestamp)]
-/Names [(examples_of_in) 2068 0 R (examples_of_inet_aton) 2946 0 R (examples_of_inet_ntoa) 2951 0 R (examples_of_insert) 2929 0 R (examples_of_interval_literals) 1979 0 R (examples_of_interval_value_expressions) 1889 0 R (examples_of_is_ipv4) 2936 0 R (examples_of_is_ipv6) 2941 0 R (examples_of_isnull) 2955 0 R (examples_of_juliantimestamp) 2961 0 R]
+/Names [(examples_of_in) 2068 0 R (examples_of_inet_aton) 2948 0 R (examples_of_inet_ntoa) 2953 0 R (examples_of_insert) 2931 0 R (examples_of_interval_literals) 1979 0 R (examples_of_interval_value_expressions) 1889 0 R (examples_of_is_ipv4) 2938 0 R (examples_of_is_ipv6) 2943 0 R (examples_of_isnull) 2957 0 R (examples_of_juliantimestamp) 2963 0 R]
 >>
 endobj
 1962 0 obj
@@ -243540,7 +243540,7 @@ endobj
 endobj
 1991 0 obj
 << /Limits [(database_object_names) (datetime_data_types)]
-/Names [(database_object_names) 1752 0 R (database_objects) 1742 0 R (date_add_function) 2701 0 R (date_difference_in_day) 2752 0 R (date_difference_in_minute) 2750 0 R (date_difference_in_quarter) 2756 0 R (date_difference_in_second) 2749 0 R (date_difference_in_week) 2755 0 R (date_difference_in_year) 2759 0 R (date_part_function_of_a_timestamp) 2776 0 R (date_part_function_of_an_interval) 2770 0 R (date_sub_function) 2711 0 R (date_trunc_function) 2783 0 R (dateadd_function) 2721 0 R (datediff_function) 2731 0 R (dateformat_function) 2762 0 R (datetime-arguments) 2839 0 R (datetime_arguments) 2852 0 R (datetime_data_type) 2571 0 R (datetime_data_types) 1810 0 R]
+/Names [(database_object_names) 1752 0 R (database_objects) 1742 0 R (date_add_function) 2703 0 R (date_difference_in_day) 2754 0 R (date_difference_in_minute) 2752 0 R (date_difference_in_quarter) 2758 0 R (date_difference_in_second) 2751 0 R (date_difference_in_week) 2757 0 R (date_difference_in_year) 2761 0 R (date_part_function_of_a_timestamp) 2778 0 R (date_part_function_of_an_interval) 2772 0 R (date_sub_function) 2713 0 R (date_trunc_function) 2785 0 R (dateadd_function) 2723 0 R (datediff_function) 2733 0 R (dateformat_function) 2764 0 R (datetime-arguments) 2841 0 R (datetime_arguments) 2854 0 R (datetime_data_type) 2573 0 R (datetime_data_types) 1810 0 R]
 >>
 endobj
 1992 0 obj
@@ -244219,7 +244219,7 @@ endobj
 endobj
 1996 0 obj
 << /Limits [(null_in_result_sets) (operands-of-the-expression)]
-/Names [(null_in_result_sets) 3242 0 R (null_predicate) 2099 0 R (nullif_function) 3145 0 R (nullifzero_function) 3150 0 R (nulls) 3610 0 R (numeric_data_type) 2568 0 R (numeric_data_types) 1836 0 R (numeric_data_types) 1785 0 R (numeric_literals) 1982 0 R (numeric_value_expressions) 1894 0 R (nvl_function) 3156 0 R (object_naming_statements) 387 0 R (obtaining_an_explain_plan_while_queries_are_running) 2887 0 R (octet_length_function) 3162 0 R (offset_function) 3171 0 R (olap_functions) 3605 0 R (operands) 2622 0 R (operands-of-the-expression) 2538 0 R]
+/Names [(null_in_result_sets) 3244 0 R (null_predicate) 2099 0 R (nullif_function) 3147 0 R (nullifzero_function) 3152 0 R (nulls) 3612 0 R (numeric_data_type) 2570 0 R (numeric_data_types) 1836 0 R (numeric_data_types) 1785 0 R (numeric_literals) 1982 0 R (numeric_value_expressions) 1894 0 R (nvl_function) 3158 0 R (object_naming_statements) 387 0 R (obtaining_an_explain_plan_while_queries_are_running) 2889 0 R (octet_length_function) 3164 0 R (offset_function) 3173 0 R (olap_functions) 3607 0 R (operands) 2624 0 R (operands-of-the-expression) 2540 0 R]
 >>
 endobj
 1997 0 obj
@@ -251224,7 +251224,7 @@ endobj
 endobj
 2060 0 obj
 << /Limits [(incremental-loads) (insert_self_referencing_insert_and_begin_work_or_autocommit_off)]
-/Names [(incremental-loads) 1565 0 R (index_keys) 1939 0 R (index_table_only_examples) 1594 0 R (indexes) 1929 0 R (inet_aton_function) 2942 0 R (inet_ntoa_function) 2949 0 R (insert_authorization_requirements) 1092 0 R (insert_considerations) 1091 0 R (insert_examples) 1111 0 R (insert_examples_of_self_referencing_inserts) 1116 0 R (insert_function) 2927 0 R (insert_isolation-levels-of-transactions-and-access-options-of-statements) 1097 0 R (insert_requirements_for_inserted_rows) 1101 0 R (insert_self_referencing_insert_and_begin_work_or_autocommit_off) 1094 0 R]
+/Names [(incremental-loads) 1565 0 R (index_keys) 1939 0 R (index_table_only_examples) 1594 0 R (indexes) 1929 0 R (inet_aton_function) 2944 0 R (inet_ntoa_function) 2951 0 R (insert_authorization_requirements) 1092 0 R (insert_considerations) 1091 0 R (insert_examples) 1111 0 R (insert_examples_of_self_referencing_inserts) 1116 0 R (insert_function) 2929 0 R (insert_isolation-levels-of-transactions-and-access-options-of-statements) 1097 0 R (insert_requirements_for_inserted_rows) 1101 0 R (insert_self_referencing_insert_and_begin_work_or_autocommit_off) 1094 0 R]
 >>
 endobj
 2061 0 obj
@@ -251744,7 +251744,7 @@ endobj
 endobj
 2067 0 obj
 << /Limits [(comparing_the_pattern_to_char_columns) (considerations_for_ascii)]
-/Names [(comparing_the_pattern_to_char_columns) 2088 0 R (comparing_the_pattern_to_varchar_columns) 2089 0 R (comparing_the_value_to_the_pattern) 2079 0 R (comparison_predicates) 2022 0 R (concat_function) 2618 0 R (concatenation_operator) 2620 0 R (concurrency) 201 0 R (considerations-for-null) 2105 0 R (considerations-for-table) 1434 0 R (considerations-for-union) 1321 0 R (considerations_for_all_any_some) 2115 0 R (considerations_for_ascii) 2505 0 R]
+/Names [(comparing_the_pattern_to_char_columns) 2088 0 R (comparing_the_pattern_to_varchar_columns) 2089 0 R (comparing_the_value_to_the_pattern) 2079 0 R (comparison_predicates) 2022 0 R (concat_function) 2620 0 R (concatenation_operator) 2622 0 R (concurrency) 201 0 R (considerations-for-null) 2105 0 R (considerations-for-table) 1434 0 R (considerations-for-union) 1321 0 R (considerations_for_all_any_some) 2115 0 R (considerations_for_ascii) 2507 0 R]
 >>
 endobj
 2068 0 obj
@@ -252985,7 +252985,7 @@ endobj
 endobj
 2084 0 obj
 << /Limits [(using_trafodion_sql_to_access_hive_tables) (variance_function)]
-/Names [(using_trafodion_sql_to_access_hive_tables) 160 0 R (using_ucase) 2994 0 R (valid_conversions_for_cast) 2584 0 R (values_considerations) 1500 0 R (values_examples) 1507 0 R (values_relationship_to_insert_statement) 1503 0 R (values_relationship_to_select_statement) 1501 0 R (values_statement) 1497 0 R (values_syntax) 1499 0 R (variance_function) 3570 0 R]
+/Names [(using_trafodion_sql_to_access_hive_tables) 160 0 R (using_ucase) 2996 0 R (valid_conversions_for_cast) 2586 0 R (values_considerations) 1500 0 R (values_examples) 1507 0 R (values_relationship_to_insert_statement) 1503 0 R (values_relationship_to_select_statement) 1501 0 R (values_statement) 1497 0 R (values_syntax) 1499 0 R (variance_function) 3572 0 R]
 >>
 endobj
 2085 0 obj
@@ -285245,7 +285245,7 @@ endobj
 >>
 endobj
 2331 0 obj
-<< /Length 21942
+<< /Length 22924
 >>
 stream
 q
@@ -285284,110 +285284,178 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+1.000 0.000 0.000 scn
+1.000 0.000 0.000 SCN
+
+BT
+208.935 620.6500000000002 Td
+/F3.0 10 Tf
+[<54> 120 <6162> 20 <6c6520372d33204f76> 25 <6572> -30 <766965> 20 <77206f662044> 40 <41> 120 <544554494d452046756e6374696f6e73>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+36.000 568.060 135.000 27.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+171.000 568.060 270.000 27.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+441.000 568.060 135.000 27.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+36.000 513.820 135.000 27.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+171.000 513.820 270.000 27.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+441.000 513.820 135.000 27.120 re
+f
+0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 579.400 135.000 27.120 re
+36.000 482.700 135.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 579.400 405.000 27.120 re
+171.000 482.700 270.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 548.280 135.000 15.560 re
+441.000 482.700 135.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 548.280 405.000 15.560 re
+36.000 428.460 135.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 505.600 135.000 27.120 re
+171.000 428.460 270.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 505.600 405.000 27.120 re
+441.000 428.460 135.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 462.920 135.000 27.120 re
+36.000 351.100 135.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 462.920 405.000 27.120 re
+171.000 351.100 270.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 420.240 135.000 15.560 re
+441.000 351.100 135.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 420.240 405.000 15.560 re
+36.000 308.420 135.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 389.120 135.000 15.560 re
+171.000 308.420 270.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 389.120 405.000 15.560 re
+441.000 308.420 135.000 15.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 346.440 135.000 15.560 re
+36.000 254.180 135.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 346.440 405.000 15.560 re
+171.000 254.180 270.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 303.760 135.000 15.560 re
+441.000 254.180 135.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 303.760 405.000 15.560 re
+36.000 199.940 135.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 249.520 135.000 27.120 re
+171.000 199.940 270.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 249.520 405.000 27.120 re
+441.000 199.940 135.000 38.680 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-36.000 195.280 135.000 27.120 re
+36.000 145.700 135.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-171.000 195.280 405.000 27.120 re
+171.000 145.700 270.000 27.120 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 s

<TRUNCATED>

[12/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/spj_guide/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/license.html b/docs/2.3.0/spj_guide/license.html
index df84388..17e2eff 100644
--- a/docs/2.3.0/spj_guide/license.html
+++ b/docs/2.3.0/spj_guide/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/spj_guide/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/mail-lists.html b/docs/2.3.0/spj_guide/mail-lists.html
index 7d2c342..04ba8ad 100644
--- a/docs/2.3.0/spj_guide/mail-lists.html
+++ b/docs/2.3.0/spj_guide/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/spj_guide/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/project-info.html b/docs/2.3.0/spj_guide/project-info.html
index 3166ec0..3692637 100644
--- a/docs/2.3.0/spj_guide/project-info.html
+++ b/docs/2.3.0/spj_guide/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/spj_guide/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/project-summary.html b/docs/2.3.0/spj_guide/project-summary.html
index 8b6aca9..58a56f0 100644
--- a/docs/2.3.0/spj_guide/project-summary.html
+++ b/docs/2.3.0/spj_guide/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/spj_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/source-repository.html b/docs/2.3.0/spj_guide/source-repository.html
index 45f23d5..6f96acb 100644
--- a/docs/2.3.0/spj_guide/source-repository.html
+++ b/docs/2.3.0/spj_guide/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/2.3.0/spj_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/team-list.html b/docs/2.3.0/spj_guide/team-list.html
index 765abd3..f03fa61 100644
--- a/docs/2.3.0/spj_guide/team-list.html
+++ b/docs/2.3.0/spj_guide/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>


[03/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-frame.html b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-frame.html
index 8c7670b..1f69bca 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-frame.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.version.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-summary.html b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-summary.html
index c77c80e..503a58c 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-summary.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.version.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-tree.html b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-tree.html
index db87ad3..b4cefa0 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-tree.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.version.util Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-use.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-use.html b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-use.html
index 2031470..364e070 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-use.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/version/util/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.version.util (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKConfig.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKConfig.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKConfig.html
index 89c767c..3e26613 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKConfig.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZKConfig (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKServerTool.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKServerTool.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKServerTool.html
index c9e12d1..c63b5a8 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKServerTool.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZKServerTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZKServerTool (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkClient.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkClient.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkClient.html
index 83437bb..488a9ea 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkClient.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkClient.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZkClient (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkQuorumPeer.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkQuorumPeer.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkQuorumPeer.html
index 4670c5c..e085a12 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkQuorumPeer.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkQuorumPeer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZkQuorumPeer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkUtil.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkUtil.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkUtil.html
index 8c94411..4e72b74 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkUtil.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZkUtil.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZkUtil (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZooKeeperMainServerArg.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZooKeeperMainServerArg.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZooKeeperMainServerArg.html
index c783b1e..f5bdb37 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZooKeeperMainServerArg.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/ZooKeeperMainServerArg.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:11 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:39 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZooKeeperMainServerArg (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKConfig.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKConfig.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKConfig.html
index 2a08234..8b9b72a 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKConfig.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZKConfig (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKServerTool.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKServerTool.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKServerTool.html
index 7d1719d..38500e1 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKServerTool.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZKServerTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZKServerTool (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkClient.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkClient.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkClient.html
index 443c207..d3044b7 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkClient.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkClient.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZkClient (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkQuorumPeer.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkQuorumPeer.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkQuorumPeer.html
index d119ae9..cc97d72 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkQuorumPeer.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkQuorumPeer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZkQuorumPeer (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkUtil.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkUtil.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkUtil.html
index 55ccde9..817470b 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkUtil.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZkUtil.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZkUtil (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZooKeeperMainServerArg.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZooKeeperMainServerArg.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZooKeeperMainServerArg.html
index 7131753..a0ca011 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZooKeeperMainServerArg.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/class-use/ZooKeeperMainServerArg.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.rest.zookeeper.ZooKeeperMainServerArg (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-frame.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-frame.html
index 299244c..7313778 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-frame.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.zookeeper (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-summary.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-summary.html
index 4be36e7..554947e 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-summary.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.zookeeper (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-tree.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-tree.html
index 05576db..05f4f81 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-tree.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.rest.zookeeper Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-use.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-use.html b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-use.html
index 1cc143a..b26a726 100644
--- a/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-use.html
+++ b/docs/rest_reference/apidocs/org/trafodion/rest/zookeeper/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.rest.zookeeper (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/overview-frame.html b/docs/rest_reference/apidocs/overview-frame.html
index 9e965f6..a981de1 100644
--- a/docs/rest_reference/apidocs/overview-frame.html
+++ b/docs/rest_reference/apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/overview-summary.html b/docs/rest_reference/apidocs/overview-summary.html
index 066ddc8..dbf5da0 100644
--- a/docs/rest_reference/apidocs/overview-summary.html
+++ b/docs/rest_reference/apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:41 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/overview-tree.html b/docs/rest_reference/apidocs/overview-tree.html
index 99efd8e..68aee1f 100644
--- a/docs/rest_reference/apidocs/overview-tree.html
+++ b/docs/rest_reference/apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:13 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/apidocs/serialized-form.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/apidocs/serialized-form.html b/docs/rest_reference/apidocs/serialized-form.html
index 7306add..01ae0d1 100644
--- a/docs/rest_reference/apidocs/serialized-form.html
+++ b/docs/rest_reference/apidocs/serialized-form.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:40:12 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:40 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Serialized Form (Trafodion REST 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/failsafe-report.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/failsafe-report.html b/docs/rest_reference/failsafe-report.html
index 26399fa..1b115f6 100644
--- a/docs/rest_reference/failsafe-report.html
+++ b/docs/rest_reference/failsafe-report.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion REST">Trafodion REST</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/index.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/index.html b/docs/rest_reference/index.html
index 1dcb7f9..989ce37 100644
--- a/docs/rest_reference/index.html
+++ b/docs/rest_reference/index.html
@@ -92,7 +92,7 @@ under the License.</p>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock">2.3.0</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">2018-03-20T00:38</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2018-03-26T15:23</p></td>
 </tr>
 </tbody>
 </table>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/mail-lists.html b/docs/rest_reference/mail-lists.html
index a6ff34f..148c883 100644
--- a/docs/rest_reference/mail-lists.html
+++ b/docs/rest_reference/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion REST">Trafodion REST</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/project-info.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/project-info.html b/docs/rest_reference/project-info.html
index 5f1b9d4..1c80bf3 100644
--- a/docs/rest_reference/project-info.html
+++ b/docs/rest_reference/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion REST">Trafodion REST</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/project-reports.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/project-reports.html b/docs/rest_reference/project-reports.html
index 5e2f4c4..dade6e3 100644
--- a/docs/rest_reference/project-reports.html
+++ b/docs/rest_reference/project-reports.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion REST">Trafodion REST</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/rest_reference/team-list.html
----------------------------------------------------------------------
diff --git a/docs/rest_reference/team-list.html b/docs/rest_reference/team-list.html
index 7c31a92..0d58e55 100644
--- a/docs/rest_reference/team-list.html
+++ b/docs/rest_reference/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion REST">Trafodion REST</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/spj_guide/Trafodion_SPJ_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/spj_guide/Trafodion_SPJ_Guide.pdf b/docs/spj_guide/Trafodion_SPJ_Guide.pdf
index a23d8f6..e021b28 100644
Binary files a/docs/spj_guide/Trafodion_SPJ_Guide.pdf and b/docs/spj_guide/Trafodion_SPJ_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/spj_guide/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/spj_guide/dependencies.html b/docs/spj_guide/dependencies.html
index c00b1db..144c415 100644
--- a/docs/spj_guide/dependencies.html
+++ b/docs/spj_guide/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/spj_guide/integration.html
----------------------------------------------------------------------
diff --git a/docs/spj_guide/integration.html b/docs/spj_guide/integration.html
index d2966d0..fb8b5cf 100644
--- a/docs/spj_guide/integration.html
+++ b/docs/spj_guide/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/spj_guide/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/spj_guide/issue-tracking.html b/docs/spj_guide/issue-tracking.html
index 04ae308..7847020 100644
--- a/docs/spj_guide/issue-tracking.html
+++ b/docs/spj_guide/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/spj_guide/license.html
----------------------------------------------------------------------
diff --git a/docs/spj_guide/license.html b/docs/spj_guide/license.html
index df84388..17e2eff 100644
--- a/docs/spj_guide/license.html
+++ b/docs/spj_guide/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/spj_guide/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/spj_guide/mail-lists.html b/docs/spj_guide/mail-lists.html
index 7d2c342..04ba8ad 100644
--- a/docs/spj_guide/mail-lists.html
+++ b/docs/spj_guide/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/spj_guide/project-info.html
----------------------------------------------------------------------
diff --git a/docs/spj_guide/project-info.html b/docs/spj_guide/project-info.html
index 3166ec0..3692637 100644
--- a/docs/spj_guide/project-info.html
+++ b/docs/spj_guide/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/spj_guide/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/spj_guide/project-summary.html b/docs/spj_guide/project-summary.html
index 8b6aca9..58a56f0 100644
--- a/docs/spj_guide/project-summary.html
+++ b/docs/spj_guide/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/spj_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/spj_guide/source-repository.html b/docs/spj_guide/source-repository.html
index 45f23d5..6f96acb 100644
--- a/docs/spj_guide/source-repository.html
+++ b/docs/spj_guide/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/spj_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/spj_guide/team-list.html b/docs/spj_guide/team-list.html
index 765abd3..f03fa61 100644
--- a/docs/spj_guide/team-list.html
+++ b/docs/spj_guide/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>


[06/20] trafodion-site git commit: Merge [TRAFODION-3001] PR 1486

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/GetJavaProperty.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/GetJavaProperty.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/GetJavaProperty.html
index 9f259a7..3655ec4 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/GetJavaProperty.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/GetJavaProperty.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.GetJavaProperty (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/InfoServer.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/InfoServer.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/InfoServer.html
index 178749d..fc1f80d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/InfoServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/InfoServer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.InfoServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT2Util.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT2Util.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT2Util.html
index e22af00..e882b62 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT2Util.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT2Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.JdbcT2Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT4Util.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT4Util.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT4Util.html
index ba024a7..d62d38f 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT4Util.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/JdbcT4Util.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.JdbcT4Util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Log4jUtils.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Log4jUtils.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Log4jUtils.html
index 6857930..be8bb2b 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Log4jUtils.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Log4jUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Log4jUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounter.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounter.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounter.html
index a89d653..7c5b1c2 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounter.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounter.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.RetryCounter (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounterFactory.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounterFactory.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounterFactory.html
index 476a468..988fad1 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounterFactory.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/RetryCounterFactory.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.RetryCounterFactory (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/SqlUtils.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/SqlUtils.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/SqlUtils.html
index 2508aef..109a605 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/SqlUtils.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/SqlUtils.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.SqlUtils (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Strings.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Strings.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Strings.html
index beb4b0f..d79b0b6 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Strings.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/Strings.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.Strings (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/VersionInfo.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/VersionInfo.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/VersionInfo.html
index 9ec9e82..e996de4 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/VersionInfo.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/class-use/VersionInfo.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.util.VersionInfo (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-frame.html
index 4d899fa..b0d8f2d 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-summary.html
index faee5a7..604c74c 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-tree.html
index 8244848..4a889cd 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.util Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-use.html
index 9a09a88..8f491e6 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/util/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.Version.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.Version.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.Version.html
index 8375716..731a416 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.Version.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VerGen.Version (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.html
index 51e0f70..78e9909 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/VerGen.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VerGen (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.Version.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.Version.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.Version.html
index 374685e..76921c2 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.Version.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.Version.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.version.util.VerGen.Version (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.html
index b4af919..ca12404 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/class-use/VerGen.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.version.util.VerGen (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-frame.html
index f973a2c..49da3c1 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.version.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-summary.html
index df30b14..3f7b365 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.version.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-tree.html
index 5d66cc1..4c13445 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.version.util Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-use.html
index b48170d..1753232 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/version/util/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.version.util (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/DcsQuorumPeer.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/DcsQuorumPeer.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/DcsQuorumPeer.html
index 0614a5a..253d9cf 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/DcsQuorumPeer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/DcsQuorumPeer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DcsQuorumPeer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKConfig.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKConfig.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKConfig.html
index 1180013..0a0b65e 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKConfig.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZKConfig (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKServerTool.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKServerTool.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKServerTool.html
index 9f63e42..d7e5e73 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKServerTool.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZKServerTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZKServerTool (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkClient.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkClient.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkClient.html
index a1c7073..d69ee47 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkClient.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkClient.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZkClient (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkUtil.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkUtil.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkUtil.html
index 3563e00..42b2773 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkUtil.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZkUtil.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZkUtil (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZooKeeperMainServerArg.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZooKeeperMainServerArg.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZooKeeperMainServerArg.html
index 4766a1d..b30194c 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZooKeeperMainServerArg.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/ZooKeeperMainServerArg.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:49 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:16 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ZooKeeperMainServerArg (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/DcsQuorumPeer.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/DcsQuorumPeer.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/DcsQuorumPeer.html
index 6e4868f..10086e4 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/DcsQuorumPeer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/DcsQuorumPeer.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.DcsQuorumPeer (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKConfig.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKConfig.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKConfig.html
index 8dfb990..c883887 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKConfig.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKConfig.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.ZKConfig (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKServerTool.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKServerTool.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKServerTool.html
index f81d41b..ef9d9a2 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKServerTool.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZKServerTool.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.ZKServerTool (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkClient.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkClient.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkClient.html
index 52104a1..8e5e25a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkClient.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkClient.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.ZkClient (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkUtil.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkUtil.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkUtil.html
index 3f3216a..488ed53 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkUtil.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZkUtil.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.ZkUtil (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZooKeeperMainServerArg.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZooKeeperMainServerArg.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZooKeeperMainServerArg.html
index 3d457a5..58511bb 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZooKeeperMainServerArg.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/class-use/ZooKeeperMainServerArg.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.trafodion.dcs.zookeeper.ZooKeeperMainServerArg (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-frame.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-frame.html
index 18ee9d1..453aae0 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-frame.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.zookeeper (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-summary.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-summary.html
index 0eff1a8..cd3116a 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-summary.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.zookeeper (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-tree.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-tree.html
index e491e4f..d657ba2 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-tree.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.trafodion.dcs.zookeeper Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-use.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-use.html b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-use.html
index 5d768ab..a962425 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-use.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/zookeeper/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.trafodion.dcs.zookeeper (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/overview-frame.html b/docs/dcs_reference/apidocs/overview-frame.html
index d470066..7a73b52 100644
--- a/docs/dcs_reference/apidocs/overview-frame.html
+++ b/docs/dcs_reference/apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/overview-summary.html b/docs/dcs_reference/apidocs/overview-summary.html
index d845e9b..0107415 100644
--- a/docs/dcs_reference/apidocs/overview-summary.html
+++ b/docs/dcs_reference/apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:52 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/overview-tree.html b/docs/dcs_reference/apidocs/overview-tree.html
index 3de6072..0db1b4f 100644
--- a/docs/dcs_reference/apidocs/overview-tree.html
+++ b/docs/dcs_reference/apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:18 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/apidocs/serialized-form.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/serialized-form.html b/docs/dcs_reference/apidocs/serialized-form.html
index 69b115c..fc68f3b 100644
--- a/docs/dcs_reference/apidocs/serialized-form.html
+++ b/docs/dcs_reference/apidocs/serialized-form.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.7.0_161) on Tue Mar 20 00:39:51 UTC 2018 -->
+<!-- Generated by javadoc (1.7.0_161) on Mon Mar 26 15:25:17 UTC 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Serialized Form (Trafodion Database Connectivity Services 2.3.0 API)</title>
-<meta name="date" content="2018-03-20">
+<meta name="date" content="2018-03-26">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/failsafe-report.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/failsafe-report.html b/docs/dcs_reference/failsafe-report.html
index 8b5b096..0f8192d 100644
--- a/docs/dcs_reference/failsafe-report.html
+++ b/docs/dcs_reference/failsafe-report.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Database Connectivity Services">Trafodion Database Connectivity Services</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/index.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/index.html b/docs/dcs_reference/index.html
index fb79712..5e309e3 100644
--- a/docs/dcs_reference/index.html
+++ b/docs/dcs_reference/index.html
@@ -109,7 +109,7 @@ under the License.</p>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock">2.3.0</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">2018-03-20T00:38</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2018-03-26T15:23</p></td>
 </tr>
 </tbody>
 </table>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/dcs_reference/project-reports.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/project-reports.html b/docs/dcs_reference/project-reports.html
index 392579f..f1935e2 100644
--- a/docs/dcs_reference/project-reports.html
+++ b/docs/dcs_reference/project-reports.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-20 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-03-26 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Database Connectivity Services">Trafodion Database Connectivity Services</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf b/docs/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf
index 2159141..f9a46ea 100644
Binary files a/docs/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf and b/docs/jdbct4ref_guide/Trafodion_JDBCT4_Reference_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/jdbct4ref_guide/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/dependencies.html b/docs/jdbct4ref_guide/dependencies.html
index f84981b..536729b 100644
--- a/docs/jdbct4ref_guide/dependencies.html
+++ b/docs/jdbct4ref_guide/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/jdbct4ref_guide/integration.html
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/integration.html b/docs/jdbct4ref_guide/integration.html
index 01c810f..554f773 100644
--- a/docs/jdbct4ref_guide/integration.html
+++ b/docs/jdbct4ref_guide/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/jdbct4ref_guide/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/issue-tracking.html b/docs/jdbct4ref_guide/issue-tracking.html
index 556042f..0988369 100644
--- a/docs/jdbct4ref_guide/issue-tracking.html
+++ b/docs/jdbct4ref_guide/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/jdbct4ref_guide/license.html
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/license.html b/docs/jdbct4ref_guide/license.html
index 4d5da44..0b07b5f 100644
--- a/docs/jdbct4ref_guide/license.html
+++ b/docs/jdbct4ref_guide/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/jdbct4ref_guide/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/mail-lists.html b/docs/jdbct4ref_guide/mail-lists.html
index 80b1f7f..f82c9fc 100644
--- a/docs/jdbct4ref_guide/mail-lists.html
+++ b/docs/jdbct4ref_guide/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/jdbct4ref_guide/project-info.html
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/project-info.html b/docs/jdbct4ref_guide/project-info.html
index 110a65a..2f3f840 100644
--- a/docs/jdbct4ref_guide/project-info.html
+++ b/docs/jdbct4ref_guide/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/jdbct4ref_guide/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/project-summary.html b/docs/jdbct4ref_guide/project-summary.html
index 4605b04..c0a66e1 100644
--- a/docs/jdbct4ref_guide/project-summary.html
+++ b/docs/jdbct4ref_guide/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/jdbct4ref_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/source-repository.html b/docs/jdbct4ref_guide/source-repository.html
index 09a67ab..3fe5eb5 100644
--- a/docs/jdbct4ref_guide/source-repository.html
+++ b/docs/jdbct4ref_guide/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/jdbct4ref_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/jdbct4ref_guide/team-list.html b/docs/jdbct4ref_guide/team-list.html
index 24f42ef..2424b22 100644
--- a/docs/jdbct4ref_guide/team-list.html
+++ b/docs/jdbct4ref_guide/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion JDBC Type 4 Programmer's Reference Guide">Trafodion JDBC Type 4 Programmer's Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/load_transform/Trafodion_Load_Transform_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/load_transform/Trafodion_Load_Transform_Guide.pdf b/docs/load_transform/Trafodion_Load_Transform_Guide.pdf
index 1bbfaf8..30efc19 100644
Binary files a/docs/load_transform/Trafodion_Load_Transform_Guide.pdf and b/docs/load_transform/Trafodion_Load_Transform_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/load_transform/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/load_transform/dependencies.html b/docs/load_transform/dependencies.html
index a49b8f7..2a6b73e 100644
--- a/docs/load_transform/dependencies.html
+++ b/docs/load_transform/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/load_transform/integration.html
----------------------------------------------------------------------
diff --git a/docs/load_transform/integration.html b/docs/load_transform/integration.html
index db81e96..37ab5a9 100644
--- a/docs/load_transform/integration.html
+++ b/docs/load_transform/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/load_transform/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/load_transform/issue-tracking.html b/docs/load_transform/issue-tracking.html
index bcafaf1..f71c634 100644
--- a/docs/load_transform/issue-tracking.html
+++ b/docs/load_transform/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/load_transform/license.html
----------------------------------------------------------------------
diff --git a/docs/load_transform/license.html b/docs/load_transform/license.html
index e6552e8..2a40583 100644
--- a/docs/load_transform/license.html
+++ b/docs/load_transform/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/load_transform/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/load_transform/mail-lists.html b/docs/load_transform/mail-lists.html
index 72fe923..ec836a8 100644
--- a/docs/load_transform/mail-lists.html
+++ b/docs/load_transform/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/load_transform/project-info.html
----------------------------------------------------------------------
diff --git a/docs/load_transform/project-info.html b/docs/load_transform/project-info.html
index 9026e40..5d528ce 100644
--- a/docs/load_transform/project-info.html
+++ b/docs/load_transform/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/load_transform/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/load_transform/project-summary.html b/docs/load_transform/project-summary.html
index 180c8e8..ea1d799 100644
--- a/docs/load_transform/project-summary.html
+++ b/docs/load_transform/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/load_transform/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/load_transform/source-repository.html b/docs/load_transform/source-repository.html
index 8515d94..f809e68 100644
--- a/docs/load_transform/source-repository.html
+++ b/docs/load_transform/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/load_transform/team-list.html
----------------------------------------------------------------------
diff --git a/docs/load_transform/team-list.html b/docs/load_transform/team-list.html
index fac9810..752aa06 100644
--- a/docs/load_transform/team-list.html
+++ b/docs/load_transform/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Load and Transform Guide">Trafodion Load and Transform Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf b/docs/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf
index 52216ff..e18279a 100644
Binary files a/docs/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf and b/docs/lob_guide/Trafodion_SQL_Large_Objects_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/lob_guide/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/lob_guide/dependencies.html b/docs/lob_guide/dependencies.html
index 7ace70b..0bd9c35 100644
--- a/docs/lob_guide/dependencies.html
+++ b/docs/lob_guide/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/lob_guide/integration.html
----------------------------------------------------------------------
diff --git a/docs/lob_guide/integration.html b/docs/lob_guide/integration.html
index bda718a..bcaa6f3 100644
--- a/docs/lob_guide/integration.html
+++ b/docs/lob_guide/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/lob_guide/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/lob_guide/issue-tracking.html b/docs/lob_guide/issue-tracking.html
index d30de34..7c6c8cd 100644
--- a/docs/lob_guide/issue-tracking.html
+++ b/docs/lob_guide/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/26dd83d0/docs/lob_guide/license.html
----------------------------------------------------------------------
diff --git a/docs/lob_guide/license.html b/docs/lob_guide/license.html
index 6bf8793..632bc18 100644
--- a/docs/lob_guide/license.html
+++ b/docs/lob_guide/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Mar 20, 2018 -->
+<!-- Generated by Apache Maven Doxia at Mar 26, 2018 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180320" />
+    <meta name="Date-Revision-yyyymmdd" content="20180326" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-03-20</span>
+        <span id="publishDate">Last Published: 2018-03-26</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Large Objects Guide">Trafodion SQL Large Objects Guide</a>