http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1c6152f6/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 46bce98..bffab63 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 04fa99b..d89fed7 100644 --- a/docs/2.3.0/sql_reference/index.html +++ b/docs/2.3.0/sql_reference/index.html @@ -556,9 +556,10 @@ table.CodeRay td.code>pre{padding:0} <li><a href="#sql_language">2.1. SQL Language</a></li> <li><a href="#using_trafodion_sql_to_access_hbase_tables">2.2. Using Trafodion SQL to Access HBase Tables</a> <ul class="sectlevel3"> -<li><a href="#ways_to_access_hbase_tables">2.2.1. Ways to Access HBase Tables</a></li> -<li><a href="#trafodion_sql_tables_versus_native_hbase_tables">2.2.2. Trafodion SQL Tables Versus Native HBase Tables</a></li> -<li><a href="#supported_sql_statements_with_hbase_tables">2.2.3. Supported SQL Statements With HBase Tables</a></li> +<li><a href="#initializing_the_trafodion_metadata">2.2.1. Initializing the Trafodion Metadata</a></li> +<li><a href="#ways_to_access_hbase_tables">2.2.2. Ways to Access HBase Tables</a></li> +<li><a href="#trafodion_sql_tables_versus_native_hbase_tables">2.2.3. Trafodion SQL Tables Versus Native HBase Tables</a></li> +<li><a href="#supported_sql_statements_with_hbase_tables">2.2.4. Supported SQL Statements With HBase Tables</a></li> </ul> </li> <li><a href="#using_trafodion_sql_to_access_hive_tables">2.3. Using Trafodion SQL to Access Hive Tables</a> @@ -2670,7 +2671,19 @@ identifiers, literals, and predicates. For more information, see:</p> <a href="http://trafodion.apache.org/docs/cqd_reference/index.hmtl">Trafodion Control Query Default (CQD) Reference Guide</a>.</p> </div> <div class="sect3"> -<h4 id="ways_to_access_hbase_tables">2.2.1. Ways to Access HBase Tables</h4> +<h4 id="initializing_the_trafodion_metadata">2.2.1. Initializing the Trafodion Metadata</h4> +<div class="paragraph"> +<p>Before using SQL statements for the first time to access HBase tables, you will need to initialize the Trafodion metadata. +To initialize the Trafodion metadata, run this command:</p> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">initialize trafodion;</code></pre> +</div> +</div> +</div> +<div class="sect3"> +<h4 id="ways_to_access_hbase_tables">2.2.2. Ways to Access HBase Tables</h4> <div class="paragraph"> <p>Trafodion SQL supports these ways to access HBase tables:</p> </div> @@ -2823,7 +2836,7 @@ PRIMARY KEY (ROW_ID) </div> </div> <div class="sect3"> -<h4 id="trafodion_sql_tables_versus_native_hbase_tables">2.2.2. Trafodion SQL Tables Versus Native HBase Tables</h4> +<h4 id="trafodion_sql_tables_versus_native_hbase_tables">2.2.3. Trafodion SQL Tables Versus Native HBase Tables</h4> <div class="paragraph"> <p>Trafodion SQL tables have many advantages over regular HBase tables:</p> </div> @@ -2855,7 +2868,7 @@ so users lose the flexibility of dynamic columns that comes with HBase.</p> </div> </div> <div class="sect3"> -<h4 id="supported_sql_statements_with_hbase_tables">2.2.3. Supported SQL Statements With HBase Tables</h4> +<h4 id="supported_sql_statements_with_hbase_tables">2.2.4. Supported SQL Statements With HBase Tables</h4> <div class="paragraph"> <p>You can use these SQL statements with HBase tables:</p> </div> @@ -31214,7 +31227,7 @@ value) is set to the last valid day of the result month. See <h3 id="ascii_function">7.12. ASCII Function</h3> <div class="paragraph"> <p>The ASCII function returns the integer that is the ASCII code of the -first character in a character string expression associated with either +first character in a character string expression associated with the ISO88591 character set or the UTF8 character set.</p> </div> <div class="paragraph"> @@ -31228,10 +31241,13 @@ the ISO88591 character set or the UTF8 character set.</p> <div class="ulist"> <ul> <li> -<p><code>_character-expression</code></p> +<p><code><em>character-expression</em></code></p> <div class="paragraph"> <p>is an SQL character value expression that specifies a string of -characters. See <a href="#character_value_expressions">Character Value Expressions</a>.</p> +characters.</p> +</div> +<div class="paragraph"> +<p>For more information, see <a href="#character_value_expressions">Character Value Expressions</a>.</p> </div> </li> </ul> @@ -31239,14 +31255,472 @@ characters. See <a href="#character_value_expressions">Character Value Expressio <div class="sect3"> <h4 id="considerations_for_ascii">7.12.1. Considerations For ASCII</h4> <div class="paragraph"> -<p>For a string expression in the UTF8 character set, if the value of the -first byte in the string is greater than 127, Trafodion SQL returns this -error message:</p> +<p>The ASCII function handles string literals and columns differently:</p> </div> +<div class="ulist"> +<ul> +<li> +<p>For a string, the value of the character or <strong>the value of each character</strong> in the string cannot be greater than 255, or else it returns the following error:</p> <div class="listingblock"> <div class="content"> -<pre class="CodeRay highlight"><code data-lang="text">ERROR[8428] The argument to function ASCII is not valid.</code></pre> +<pre class="CodeRay highlight"><code data-lang="text">*** ERROR[4106] The character set for the operand of function ASCII must be ISO88591</code></pre> +</div> +</div> +<div class="paragraph"> +<p><strong>Example</strong></p> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">SQL>SELECT ASCII('ÿ') FROM DUAL; + +(EXPR) +---------- + 255 + +--- 1 row(s) selected.</code></pre> +</div> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">SQL>SELECT ASCII('u') FROM DUAL; + +(EXPR) +---------- + 117 + +--- 1 row(s) selected.</code></pre> +</div> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">SQL>SELECT ASCII('ÿu') FROM DUAL; + +(EXPR) +---------- + 255 + +--- 1 row(s) selected.</code></pre> +</div> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">SQL>SELECT ASCII('æ±') FROM DUAL; + +*** ERROR[4106] The character set for the operand of function ASCII must be ISO88591. [2018-05-07 06:01:55]</code></pre> +</div> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">SQL>SELECT ASCII('ÿuæ±') FROM DUAL; + +*** ERROR[4106] The character set for the operand of function ASCII must be ISO88591. [2018-05-08 08:21:34]</code></pre> +</div> +</div> +</li> +<li> +<p>For a column, the string expression(s) in this column can be only single-byte, or else it returns the following error:</p> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">*** ERROR[8428] The argument to function ASCII is not valid.</code></pre> +</div> +</div> +<div class="ulist"> +<ul> +<li> +<p>For a string in a column with definition of UTF8, the value of the first byte in the string cannot be greater than 127.</p> +</li> +<li> +<p>For a string in a column with definition of ISO88591, the value of the first byte in the string can be all characters in the ISO88591 character set.</p> +<div class="paragraph"> +<p><strong>Example</strong></p> +</div> +<table class="tableblock frame-all grid-all spread"> +<caption class="title">Table 1. UTF8 (with and without error) — Table with One Row</caption> +<colgroup> +<col style="width: 10%;"> +<col style="width: 45%;"> +<col style="width: 45%;"> +</colgroup> +<tbody> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Column Definition</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>UTF8</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>UTF8</strong></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Table Structure</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t25; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T25 + ( + C1 CHAR(4 CHARS) CHARACTER SET UTF8 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T25 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t24; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T24 + ( + C1 CHAR(4 CHARS) CHARACTER SET UTF8 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T24 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Data</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t25; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">æ±u +</p><p class="tableblock">--- 1 row(s) selected.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t24; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">uæ± +</p><p class="tableblock">--- 1 row(s) selected.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Result</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t25; +</p><p class="tableblock">***ERROR[8428] The argument to function ASCII is not valid. [2018-05-08 10:14:08]</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t24; +</p><p class="tableblock"></p><p class="tableblock">(EXPR) +</p><p class="tableblock">---------- +</p><p class="tableblock"> 117 +</p><p class="tableblock">--- 1 row(s) selected.</code></p></td> +</tr> +</tbody> +</table> +<table class="tableblock frame-all grid-all spread"> +<caption class="title">Table 2. UTF8 (with and without error) — Table with Two Rows</caption> +<colgroup> +<col style="width: 10%;"> +<col style="width: 45%;"> +<col style="width: 45%;"> +</colgroup> +<tbody> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Column Definition</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>UTF8</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>UTF8</strong></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Table Structure</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t26; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T26 + ( + C1 CHAR(4 CHARS) CHARACTER SET UTF8 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T26 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t27; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T27 + ( + C1 CHAR(4 CHARS) CHARACTER SET UTF8 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T27 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Data</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t26; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">uæ± +</p><p class="tableblock">æ±u +</p><p class="tableblock">--- 2 row(s) selected.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t27; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">uæ± +</p><p class="tableblock">uæ± +</p><p class="tableblock">--- 2 row(s) selected.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Result</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t26; +</p><p class="tableblock">***ERROR[8428] The argument to function ASCII is not valid. [2018-05-08 10:29:03]</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t27; +</p><p class="tableblock"></p><p class="tableblock">(EXPR) +</p><p class="tableblock">---------- +</p><p class="tableblock"> 117 +</p><p class="tableblock"> 117 +</p><p class="tableblock">--- 2 row(s) selected.</code></p></td> +</tr> +</tbody> +</table> +<table class="tableblock frame-all grid-all spread"> +<caption class="title">Table 3. Comparison between UTF8 and ISO88591 (with error) — Table with One Row</caption> +<colgroup> +<col style="width: 10%;"> +<col style="width: 45%;"> +<col style="width: 45%;"> +</colgroup> +<tbody> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Column Definition</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>UTF8</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>ISO99591</strong></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Table Structure</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t11; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T11 + ( + C1 CHAR(4 CHARS) CHARACTER SET UTF8 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T11 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t12; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T12 + ( + C1 CHAR(4) CHARACTER SET ISO88591 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T12 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Data</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t11; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">ÿu +</p><p class="tableblock">--- 1 row(s) selected.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t12; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">ÿu +</p><p class="tableblock">--- 1 row(s) selected.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Result</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t1; +</p><p class="tableblock">***ERROR[8428] The argument to function ASCII is not valid. [2018-05-07 02:13:42]</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t2; +</p><p class="tableblock">(EXPR) +</p><p class="tableblock">---------- +</p><p class="tableblock"> 255 +</p><p class="tableblock">--- 1 row(s) selected.</code></p></td> +</tr> +</tbody> +</table> +<table class="tableblock frame-all grid-all spread"> +<caption class="title">Table 4. Comparison between UTF8 and ISO88591 (without error) — Table with One Row</caption> +<colgroup> +<col style="width: 10%;"> +<col style="width: 45%;"> +<col style="width: 45%;"> +</colgroup> +<tbody> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Column Definition</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>UTF8</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>ISO99591</strong></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Table Structure</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t17; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T17 + ( + C1 CHAR(4 CHARS) CHARACTER SET UTF8 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T17 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t18; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T18 + ( + C1 CHAR(4) CHARACTER SET ISO88591 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T18 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Data</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t17; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">uÿ +</p><p class="tableblock">--- 1 row(s) selected.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t18; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">uÿ +</p><p class="tableblock">--- 1 row(s) selected.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Result</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t17; +</p><p class="tableblock">(EXPR) +</p><p class="tableblock">---------- +</p><p class="tableblock"> 117 +</p><p class="tableblock">--- 1 row(s) selected.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t18; +</p><p class="tableblock">(EXPR) +</p><p class="tableblock">---------- +</p><p class="tableblock"> 117 +</p><p class="tableblock">--- 1 row(s) selected.</code></p></td> +</tr> +</tbody> +</table> +<table class="tableblock frame-all grid-all spread"> +<caption class="title">Table 5. Comparison between UTF8 and ISO88591 (with error) — Table with Two Rows</caption> +<colgroup> +<col style="width: 10%;"> +<col style="width: 45%;"> +<col style="width: 45%;"> +</colgroup> +<tbody> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Column Definition</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>UTF8</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>ISO99591</strong></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Table Structure</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t22; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T22 + ( + C1 CHAR(4 CHARS) CHARACTER SET UTF8 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock"></p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T22 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t23; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T23 + ( + C1 CHAR(4) CHARACTER SET ISO88591 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T23 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Data</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t22; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">uÿ +</p><p class="tableblock">ÿu +</p><p class="tableblock">--- 2 row(s) selected.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t23; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">uÿ +</p><p class="tableblock">ÿu +</p><p class="tableblock">--- 2 row(s) selected.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Result</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t22; +</p><p class="tableblock"><strong>*</strong> ERROR[8428] The argument to function ASCII is not valid. [2018-05-08 10:01:29]</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t23; +</p><p class="tableblock">(EXPR) +</p><p class="tableblock">---------- +</p><p class="tableblock"> 117 +</p><p class="tableblock"> 255 +</p><p class="tableblock">--- 2 row(s) selected.</code></p></td> +</tr> +</tbody> +</table> +</li> +</ul> </div> +<table class="tableblock frame-all grid-all spread"> +<caption class="title">Table 6. Comparison between UTF8 and ISO88591 (without error) — Table with Two Rows</caption> +<colgroup> +<col style="width: 10%;"> +<col style="width: 45%;"> +<col style="width: 45%;"> +</colgroup> +<tbody> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Column Definition</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>UTF8</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>ISO99591</strong></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Table Structure</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t20; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T20 + ( + C1 CHAR(4 CHARS) CHARACTER SET UTF8 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock"> — GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T20 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SHOWDDL t21; +</p><p class="tableblock">CREATE TABLE TRAFODION.SEABASE.T21 + ( + C1 CHAR(4) CHARACTER SET ISO88591 COLLATE + DEFAULT DEFAULT NULL NOT SERIALIZED + ) + ATTRIBUTES ALIGNED FORMAT +; +</p><p class="tableblock">--- GRANT SELECT, INSERT, DELETE, UPDATE, REFERENCES ON TRAFODION.SEABASE.T21 TO DB__ROOT WITH GRANT OPTION; +</p><p class="tableblock">--- SQL operation complete.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Data</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t20; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">uÿ +</p><p class="tableblock">uÿ +</p><p class="tableblock">--- 2 row(s) selected.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT * FROM t21; +</p><p class="tableblock">C1 +</p><p class="tableblock">---- +</p><p class="tableblock">uÿ +</p><p class="tableblock">uÿ +</p><p class="tableblock">--- 2 row(s) selected.</code></p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Result</strong></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t20; +</p><p class="tableblock">(EXPR) +</p><p class="tableblock">---------- +</p><p class="tableblock"> 117 +</p><p class="tableblock"> 117 +</p><p class="tableblock">--- 2 row(s) selected.</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>SQL>SELECT ASCII(c1) FROM t21; +</p><p class="tableblock">(EXPR) +</p><p class="tableblock">---------- +</p><p class="tableblock"> 117 +</p><p class="tableblock"> 117 +</p><p class="tableblock">--- 2 row(s) selected.</code></p></td> +</tr> +</tbody> +</table> +</li> +</ul> </div> </div> <div class="sect3"> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1c6152f6/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 8394bbc..80f8346 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 6afc2b5..2d22828 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 4f930dc..77373cc 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 2d5cf28..0092574 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 49591f8..3a61e14 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 532576e..d0576bd 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 8b0d8bc..04fd739 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 28940b8..c4c595c 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 3edf10f..ac23e52 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/1c6152f6/docs/client_install/dependencies.html ---------------------------------------------------------------------- diff --git a/docs/client_install/dependencies.html b/docs/client_install/dependencies.html index 1ff294a..b813c8c 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/client_install/integration.html ---------------------------------------------------------------------- diff --git a/docs/client_install/integration.html b/docs/client_install/integration.html index 20d5338..f0b688f 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/client_install/issue-tracking.html ---------------------------------------------------------------------- diff --git a/docs/client_install/issue-tracking.html b/docs/client_install/issue-tracking.html index e8949af..4c25f55 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/client_install/license.html ---------------------------------------------------------------------- diff --git a/docs/client_install/license.html b/docs/client_install/license.html index 827eacd..105559b 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/client_install/mail-lists.html ---------------------------------------------------------------------- diff --git a/docs/client_install/mail-lists.html b/docs/client_install/mail-lists.html index a1eb80c..a95458b 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/client_install/project-info.html ---------------------------------------------------------------------- diff --git a/docs/client_install/project-info.html b/docs/client_install/project-info.html index 424b0a3..0478ab9 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/client_install/project-summary.html ---------------------------------------------------------------------- diff --git a/docs/client_install/project-summary.html b/docs/client_install/project-summary.html index 8f0c924..b2aaf98 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/client_install/source-repository.html ---------------------------------------------------------------------- diff --git a/docs/client_install/source-repository.html b/docs/client_install/source-repository.html index 1bd631b..58c475b 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/client_install/team-list.html ---------------------------------------------------------------------- diff --git a/docs/client_install/team-list.html b/docs/client_install/team-list.html index fceb3a9..21d12b4 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 73a06af..025fd25 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/1c6152f6/docs/command_interface/dependencies.html ---------------------------------------------------------------------- diff --git a/docs/command_interface/dependencies.html b/docs/command_interface/dependencies.html index 7b4ff99..f3b8eab 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/command_interface/integration.html ---------------------------------------------------------------------- diff --git a/docs/command_interface/integration.html b/docs/command_interface/integration.html index 8e7309a..0479dfb 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/command_interface/issue-tracking.html ---------------------------------------------------------------------- diff --git a/docs/command_interface/issue-tracking.html b/docs/command_interface/issue-tracking.html index 7bdd26f..9f946b4 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/command_interface/license.html ---------------------------------------------------------------------- diff --git a/docs/command_interface/license.html b/docs/command_interface/license.html index 856d14a..f3dd36d 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/command_interface/mail-lists.html ---------------------------------------------------------------------- diff --git a/docs/command_interface/mail-lists.html b/docs/command_interface/mail-lists.html index 4bc5b9c..7217a44 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/command_interface/project-info.html ---------------------------------------------------------------------- diff --git a/docs/command_interface/project-info.html b/docs/command_interface/project-info.html index 255f7d8..938a754 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/command_interface/project-summary.html ---------------------------------------------------------------------- diff --git a/docs/command_interface/project-summary.html b/docs/command_interface/project-summary.html index 25d81fd..ad0eb92 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/command_interface/source-repository.html ---------------------------------------------------------------------- diff --git a/docs/command_interface/source-repository.html b/docs/command_interface/source-repository.html index 3133546..0741d68 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/command_interface/team-list.html ---------------------------------------------------------------------- diff --git a/docs/command_interface/team-list.html b/docs/command_interface/team-list.html index f491f74..8826265 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 19ea2a3..e67a2ec 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/1c6152f6/docs/cqd_reference/dependencies.html ---------------------------------------------------------------------- diff --git a/docs/cqd_reference/dependencies.html b/docs/cqd_reference/dependencies.html index 2fcf08a..7e29047 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/cqd_reference/integration.html ---------------------------------------------------------------------- diff --git a/docs/cqd_reference/integration.html b/docs/cqd_reference/integration.html index 92f1ff4..edf53d9 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/cqd_reference/issue-tracking.html ---------------------------------------------------------------------- diff --git a/docs/cqd_reference/issue-tracking.html b/docs/cqd_reference/issue-tracking.html index c1467f7..eb8f302 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/cqd_reference/license.html ---------------------------------------------------------------------- diff --git a/docs/cqd_reference/license.html b/docs/cqd_reference/license.html index 6e8a63f..1e5a95e 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/cqd_reference/mail-lists.html ---------------------------------------------------------------------- diff --git a/docs/cqd_reference/mail-lists.html b/docs/cqd_reference/mail-lists.html index ea6e7a1..bf9859e 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/cqd_reference/project-info.html ---------------------------------------------------------------------- diff --git a/docs/cqd_reference/project-info.html b/docs/cqd_reference/project-info.html index fbd1276..fc71923 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/cqd_reference/project-summary.html ---------------------------------------------------------------------- diff --git a/docs/cqd_reference/project-summary.html b/docs/cqd_reference/project-summary.html index 46e184c..9e6c908 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/cqd_reference/source-repository.html ---------------------------------------------------------------------- diff --git a/docs/cqd_reference/source-repository.html b/docs/cqd_reference/source-repository.html index 981a6ae..21ea0ec 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/docs/cqd_reference/team-list.html ---------------------------------------------------------------------- diff --git a/docs/cqd_reference/team-list.html b/docs/cqd_reference/team-list.html index 28bdce3..14ff977 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 Apr 30, 2018 --> +<!-- Generated by Apache Maven Doxia at May 10, 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="20180430" /> + <meta name="Date-Revision-yyyymmdd" content="20180510" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-04-30</span> + <span id="publishDate">Last Published: 2018-05-10</span> | <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/1c6152f6/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 0456e52..ff01fed 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 Mon Apr 30 15:30:08 UTC 2018 --> +<!-- Generated by javadoc (1.7.0_161) on Thu May 10 18:10:22 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-04-30"> +<meta name="date" content="2018-05-10"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/1c6152f6/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 679f2b8..cbaeaac 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 Mon Apr 30 15:30:08 UTC 2018 --> +<!-- Generated by javadoc (1.7.0_161) on Thu May 10 18:10:22 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-04-30"> +<meta name="date" content="2018-05-10"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body>
