You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2011/05/19 22:23:33 UTC

svn commit: r1125084 - in /db/derby/docs/branches/10.8/src: ref/rrefgetdbpropfunc.dita ref/rrefimportdataproc.dita ref/rrefimportdataproclobs.dita ref/rrefsyscsruntimestatsfunc.dita tools/rtoolsimport64241.dita

Author: chaase3
Date: Thu May 19 20:23:32 2011
New Revision: 1125084

URL: http://svn.apache.org/viewvc?rev=1125084&view=rev
Log:
DERBY-5238  VARCHAR size typos in some documentation topics

Merged DERBY-5238.diff to 10.8 code branch from trunk revision 1125079.

Modified:
    db/derby/docs/branches/10.8/src/ref/rrefgetdbpropfunc.dita
    db/derby/docs/branches/10.8/src/ref/rrefimportdataproc.dita
    db/derby/docs/branches/10.8/src/ref/rrefimportdataproclobs.dita
    db/derby/docs/branches/10.8/src/ref/rrefsyscsruntimestatsfunc.dita
    db/derby/docs/branches/10.8/src/tools/rtoolsimport64241.dita

Modified: db/derby/docs/branches/10.8/src/ref/rrefgetdbpropfunc.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/ref/rrefgetdbpropfunc.dita?rev=1125084&r1=1125083&r2=1125084&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/ref/rrefgetdbpropfunc.dita (original)
+++ db/derby/docs/branches/10.8/src/ref/rrefgetdbpropfunc.dita Thu May 19 20:23:32 2011
@@ -28,7 +28,7 @@ connection.</p>
 <codeph>SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY</codeph> function returns the
 invalid value, but <ph conref="../conrefs.dita#prod/productshortname"></ph> uses
 the default value.</p></section>
-<section><title>Syntax</title> <codeblock>VARCHAR(32762) SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY(IN KEY VARCHAR(128))</codeblock> <p>An
+<section><title>Syntax</title> <codeblock>VARCHAR(32672) SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY(IN KEY VARCHAR(128))</codeblock> <p>An
 error will be returned if KEY is null.</p></section>
 <section><title>SQL example</title> <p>Retrieve the value of the
 <codeph>derby.locks.deadlockTimeout</codeph> property:</p>

Modified: db/derby/docs/branches/10.8/src/ref/rrefimportdataproc.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/ref/rrefimportdataproc.dita?rev=1125084&r1=1125083&r2=1125084&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/ref/rrefimportdataproc.dita (original)
+++ db/derby/docs/branches/10.8/src/ref/rrefimportdataproc.dita Thu May 19 20:23:32 2011
@@ -36,18 +36,18 @@ returned from the procedure.</p> <dl><dl
 table. Passing a NULL value will use the default schema name.</dd>
 </dlentry><dlentry>
 <dt>TABLENAME</dt>
-<dd>An input argument of type VARCHAR (128) that specifies the table name
+<dd>An input argument of type VARCHAR(128) that specifies the table name
 of the table into which the data is to be imported. This table cannot be a
 system table or a declared temporary table. Passing a null will result in
 an error.</dd>
 </dlentry><dlentry>
 <dt>INSERTCOLUMNS</dt>
-<dd>An input argument of type VARCHAR (32762) that specifies the column names
+<dd>An input argument of type VARCHAR(32672) that specifies the column names
 (separated by commas) of the table into which the data is to be imported.
 Passing a NULL value will import the data into all of the columns of the table.</dd>
 </dlentry><dlentry>
 <dt>COLUMNINDEXES</dt>
-<dd>An input argument of type VARCHAR (32762) that specifies the indexes (numbered
+<dd>An input argument of type VARCHAR(32672) that specifies the indexes (numbered
 from 1 and separated by commas) of the input data fields to be imported. Passing
 a NULL value will use all of the input data fields in the file.</dd>
 </dlentry><dlentry>

Modified: db/derby/docs/branches/10.8/src/ref/rrefimportdataproclobs.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/ref/rrefimportdataproclobs.dita?rev=1125084&r1=1125083&r2=1125084&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/ref/rrefimportdataproclobs.dita (original)
+++ db/derby/docs/branches/10.8/src/ref/rrefimportdataproclobs.dita Thu May 19 20:23:32 2011
@@ -41,45 +41,45 @@ to the location of the LOB data.</p><dl>
 <dt>SCHEMANAME</dt>
 <dd>Specifies the schema of the table. You can specify a NULL value to use
 the default schema name. The <parmname>SCHEMANAME</parmname> parameter takes
-an input argument that is a VARCHAR (128) data type.</dd>
+an input argument that is a VARCHAR(128) data type.</dd>
 </dlentry><dlentry>
 <dt>TABLENAME</dt>
 <dd>Specifies the name of the table into which the data is to be imported.
 This table cannot be a system table or a declared temporary table. The string
 must exactly match case of the table name. Specifying a NULL value results
 in an error. The <parmname>TABLENAME</parmname> parameter takes an input argument
-that is a VARCHAR (128) data type.</dd>
+that is a VARCHAR(128) data type.</dd>
 </dlentry><dlentry>
 <dt>INSERTCOLUMNS</dt>
 <dd>Specifies the comma separated column names of the table into which the
 data will be imported. You can specify a NULL value to import into all columns
 of the table. The <parmname>INSERTCOLUMNS</parmname> parameter takes an input
-argument that is a VARCHAR (32672) data type.</dd>
+argument that is a VARCHAR(32672) data type.</dd>
 </dlentry><dlentry>
 <dt>COLUMNINDEXES</dt>
 <dd>Specifies the comma separated column indexes (numbered from one) of the
 input data fields that will be imported. You can specify a NULL value to use
 all input data fields in the file. The <parmname>COLUMNINDEXES</parmname> parameter
-takes an input argument that is a VARCHAR (32762) data type.</dd>
+takes an input argument that is a VARCHAR(32672) data type.</dd>
 </dlentry><dlentry>
 <dt>FILENAME</dt>
 <dd>Specifies the name of the file that contains the data to be imported.
 If the path is omitted, the current working directory is used. The specified
 location of the file should refer to the server side location if using the
 Network Server. Specifying a NULL value results in an error. The <parmname>fileName</parmname> parameter
-takes an input argument that is a VARCHAR (32672) data type.</dd>
+takes an input argument that is a VARCHAR(32672) data type.</dd>
 </dlentry><dlentry>
 <dt>COLUMNDELIMITER</dt>
 <dd>Specifies a column delimiter. The specified character is used in place
 of a comma to signify the end of a column. You can specify a NULL value to
 use the default value of a comma. The <parmname>COLUMNDELIMITER</parmname> parameter
-takes an input argument that is a CHAR (1) data type.</dd>
+takes an input argument that is a CHAR(1) data type.</dd>
 </dlentry><dlentry>
 <dt>CHARACTERDELIMITER</dt>
 <dd>Specifies a character delimiter. The specified character is used in place
 of double quotation marks to enclose a character string. You can specify a
 NULL value to use the default value of a double quotation mark. The <parmname>CHARACTERDELIMITER</parmname> parameter
-takes an input argument that is a CHAR (1) data type.</dd>
+takes an input argument that is a CHAR(1) data type.</dd>
 </dlentry><dlentry>
 <dt>CODESET</dt>
 <dd>Specifies the code set of the data in the input file. The code set name
@@ -87,7 +87,7 @@ should be one of the Java-supported char
 from the specified code set to the database code set (UTF-8). You can specify
 a NULL value to interpret the data file in the same code set as the JVM in
 which it is being executed. The <parmname>CODESET</parmname> parameter takes
-an input argument that is a VARCHAR (128) data type.</dd>
+an input argument that is a VARCHAR(128) data type.</dd>
 </dlentry><dlentry>
 <dt>REPLACE</dt>
 <dd>A non-zero value for the replace parameter will import in REPLACE mode,

Modified: db/derby/docs/branches/10.8/src/ref/rrefsyscsruntimestatsfunc.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/ref/rrefsyscsruntimestatsfunc.dita?rev=1125084&r1=1125083&r2=1125084&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/ref/rrefsyscsruntimestatsfunc.dita (original)
+++ db/derby/docs/branches/10.8/src/ref/rrefsyscsruntimestatsfunc.dita Thu May 19 20:23:32 2011
@@ -22,7 +22,7 @@ limitations under the License.
 <title>SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS system function</title>
 <refbody>
 <section><p>The <codeph>SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS</codeph> function
-returns a VARCHAR(32762) value representing the query execution plan and run
+returns a VARCHAR(32672) value representing the query execution plan and run
 time statistics for a java.sql.ResultSet. A query execution plan is a tree
 of execution nodes. There are a number of possible node types. Statistics
 are accumulated during execution at each node. The types of statistics include
@@ -30,7 +30,7 @@ the amount of time spent in specific ope
 to the node by its children, and the number of rows returned by the node to
 its parent. (The exact statistics are specific to each node type.)   <codeph>SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS</codeph> is
 most meaningful for DML statements such as SELECT, INSERT, DELETE and UPDATE.</p></section>
-<section><title>Syntax</title> <codeblock>VARCHAR(32762) SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS() </codeblock></section>
+<section><title>Syntax</title> <codeblock>VARCHAR(32672) SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS() </codeblock></section>
 <section><title>Example</title> <codeblock>VALUES SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS()</codeblock></section>
 </refbody>
 </reference>

Modified: db/derby/docs/branches/10.8/src/tools/rtoolsimport64241.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/tools/rtoolsimport64241.dita?rev=1125084&r1=1125083&r2=1125084&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/tools/rtoolsimport64241.dita (original)
+++ db/derby/docs/branches/10.8/src/tools/rtoolsimport64241.dita Thu May 19 20:23:32 2011
@@ -33,45 +33,45 @@ procedures use specific parameters.</sho
 <dt id="rtoolsimportschemaname">SCHEMANAME</dt>
 <dd>Specifies the schema of the table. You can specify a NULL value to use
 the default schema name. The <parmname>SCHEMANAME</parmname> parameter takes
-an input argument that is a VARCHAR (128) data type.</dd>
+an input argument that is a VARCHAR(128) data type.</dd>
 </dlentry><dlentry>
 <dt id="rtoolsimport27122">TABLENAME</dt>
 <dd>Specifies the name of the table into which the data is to be imported.
 This table cannot be a system table or a declared temporary table. The string
 must exactly match case of the table name. Specifying a NULL value results
 in an error. The <parmname>TABLENAME</parmname> parameter takes an input argument
-that is a VARCHAR (128) data type.</dd>
+that is a VARCHAR(128) data type.</dd>
 </dlentry><dlentry>
 <dt id="rtoolsimportinsertcolumns">INSERTCOLUMNS</dt>
 <dd>Specifies the comma separated column names of the table into which the
 data will be imported. You can specify a NULL value to import into all columns
 of the table. The <parmname>INSERTCOLUMNS</parmname> parameter takes an input
-argument that is a VARCHAR (32672) data type.</dd>
+argument that is a VARCHAR(32672) data type.</dd>
 </dlentry><dlentry>
 <dt id="rtoolsimportcolumnindexes">COLUMNINDEXES</dt>
 <dd>Specifies the comma separated column indexes (numbered from one) of the
 input data fields that will be imported. You can specify a NULL value to use
 all input data fields in the file. The <parmname>COLUMNINDEXES</parmname> parameter
-takes an input argument that is a VARCHAR (32762) data type.</dd>
+takes an input argument that is a VARCHAR(32672) data type.</dd>
 </dlentry><dlentry>
 <dt id="rtoolsimportfilename">FILENAME</dt>
 <dd>Specifies the name of the file that contains the data to be imported.
 If the path is omitted, the current working directory is used. The specified
 location of the file should refer to the server side location if using the
 Network Server. Specifying a NULL value results in an error. The <parmname>FILENAME</parmname> parameter
-takes an input argument that is a VARCHAR (32672) data type.</dd>
+takes an input argument that is a VARCHAR(32672) data type.</dd>
 </dlentry><dlentry>
 <dt id="rtoolsimportcolumndelimiter">COLUMNDELIMITER</dt>
 <dd>Specifies a column delimiter. The specified character is used in place
 of a comma to signify the end of a column. You can specify a NULL value to
 use the default value of a comma. The <parmname>COLUMNDELIMITER</parmname> parameter
-takes an input argument that is a CHAR (1) data type.</dd>
+takes an input argument that is a CHAR(1) data type.</dd>
 </dlentry><dlentry>
 <dt id="rtoolsimportcharacterdelimiter">CHARACTERDELIMITER</dt>
 <dd>Specifies a character delimiter. The specified character is used in place
 of double quotation marks to enclose a character string. You can specify a
 NULL value to use the default value of a double quotation mark. The <parmname>CHARACTERDELIMITER</parmname> parameter
-takes an input argument that is a CHAR (1) data type.</dd>
+takes an input argument that is a CHAR(1) data type.</dd>
 </dlentry><dlentry>
 <dt id="rtoolsimportcodesetarg">CODESET</dt>
 <dd>Specifies the code set of the data in the input file. The code set name
@@ -79,7 +79,7 @@ should be one of the Java-supported char
 from the specified code set to the database code set (UTF-8). You can specify
 a NULL value to interpret the data file in the same code set as the JVM in
 which it is being executed. The <parmname>CODESET</parmname> parameter takes
-an input argument that is a VARCHAR (128) data type.</dd>
+an input argument that is a VARCHAR(128) data type.</dd>
 </dlentry><dlentry>
 <dt id="rtoolsimportreplace">REPLACE</dt>
 <dd>A non-zero value for the replace parameter will import in REPLACE mode,