Author: rhillegas
Date: Tue Jan  8 14:59:27 2013
New Revision: 845499

Log:
DERBY-5924: Commit changes to website in the generated output corresponding to 
revision 1430312.

Modified:
    websites/production/db/content/derby/docs/10.8/devguide/cdevcollation.html
    
websites/production/db/content/derby/docs/10.8/devguide/tdevdvlpcollation.html
    
websites/production/db/content/derby/docs/10.8/getstart/cgsusingtoolsutils.html
    websites/production/db/content/derby/docs/10.8/getstart/cwwdactivities.html
    websites/production/db/content/derby/docs/10.8/getstart/rgsdocs10012.html
    
websites/production/db/content/derby/docs/10.8/getstart/tgsrunningdblook.html
    websites/production/db/content/derby/docs/10.8/getstart/tgsrunningij.html
    
websites/production/db/content/derby/docs/10.8/getstart/tgsrunningsysinfo.html
    websites/production/db/content/derby/docs/10.8/getstart/tgssetupverify.html
    websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1.html
    
websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1_Setup.html
    
websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1_overview.html
    websites/production/db/content/derby/docs/10.8/ref/rrefbuiltchar.html
    websites/production/db/content/derby/docs/10.8/ref/rrefjdbc27734.html
    websites/production/db/content/derby/docs/10.8/ref/rrefsqlj1083019.html
    
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref16653.html
    
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref30679.html
    
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref36618.html
    
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref37862.html
    
websites/production/db/content/derby/docs/10.8/tuning/ctunoptimzoverride.html
    websites/production/db/content/derby/manuals/index.html
    websites/production/db/content/derby/quick_start.html
    websites/production/db/content/derby/releases/release-10.8.3.0.html

Modified: 
websites/production/db/content/derby/docs/10.8/devguide/cdevcollation.html
==============================================================================
--- websites/production/db/content/derby/docs/10.8/devguide/cdevcollation.html 
(original)
+++ websites/production/db/content/derby/docs/10.8/devguide/cdevcollation.html 
Tue Jan  8 14:59:27 2013
@@ -204,10 +204,10 @@ FRUIT ORDER BY NAME</samp> returns: <ul 
 <div class="p">The collation set for the database also impacts comparison 
operators
 on character data types. For example, the statement <samp 
class="codeph">SELECT * FROM
 FRUIT WHERE NAME &gt; 'Banana' ORDER BY NAME</samp> returns: 
-<p>      UCS_BASIC collation       Territory-based collation<br />
-                Grape                     
           Grape<br />
-                Pineapple                   
        orange<br />
-                                       
                   Pineapple</p>
+<p>????????????UCS_BASIC collation???????????? Territory-based collation<br />
+????????????????????????????????Grape????????????????????????????????????????????????????????????????Grape<br
 />
+????????????????????????????????Pineapple????????????????????????????????????????????????????
 orange<br />
+????????????????????????????????????????????????????????????????????????????????????????????????????????????????????Pineapple</p>
 </div>
 
 <p>For information on creating case-insensitive databases, see

Modified: 
websites/production/db/content/derby/docs/10.8/devguide/tdevdvlpcollation.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/devguide/tdevdvlpcollation.html 
(original)
+++ 
websites/production/db/content/derby/docs/10.8/devguide/tdevdvlpcollation.html 
Tue Jan  8 14:59:27 2013
@@ -79,7 +79,7 @@ TERRITORY_BASED with a colon to separate
 
<pre>jdbc:derby:SwedishDB;create=true;territory=sv_SE;collation=TERRITORY_BASED:PRIMARY</pre>
 
 <p>With strength PRIMARY, the characters 'A' and 'a' will be considered equal,
-as well as 'à' ('a' with a grave accent). (This behavior is
+as well as '??' ('a' with a grave accent). (This behavior is
 commonly the default with many other databases.) To make searches
 respect differences in accent, use strength SECONDARY.</p>
 

Modified: 
websites/production/db/content/derby/docs/10.8/getstart/cgsusingtoolsutils.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/getstart/cgsusingtoolsutils.html 
(original)
+++ 
websites/production/db/content/derby/docs/10.8/getstart/cgsusingtoolsutils.html 
Tue Jan  8 14:59:27 2013
@@ -107,11 +107,11 @@ on how to use these system procedures ar
 <div>
 <ul class="ullinks">
 <li class="ulchildlink"><strong><a href="tgsrunningsysinfo.html">Running 
sysinfo</a></strong><br />
-The Derby sysinfo tool displays information about your Java environment and 
your version of Derby.</li>
+The Derby??sysinfo tool displays information about your Java environment and 
your version of Derby.</li>
 <li class="ulchildlink"><strong><a href="tgsrunningij.html">Running 
ij</a></strong><br />
-The Derby ij tool is a JDBC tool that you can use to run scripts or 
interactive queries against a Derby database.</li>
+The Derby??ij tool is a JDBC tool that you can use to run scripts or 
interactive queries against a Derby database.</li>
 <li class="ulchildlink"><strong><a href="tgsrunningdblook.html">Running 
dblook</a></strong><br />
-The Derby dblook utility is a Data Definition Language (DDL) generation 
utility.</li>
+The Derby??dblook utility is a Data Definition Language (DDL) generation 
utility.</li>
 </ul>
 
 <div class="familylinks">

Modified: 
websites/production/db/content/derby/docs/10.8/getstart/cwwdactivities.html
==============================================================================
--- websites/production/db/content/derby/docs/10.8/getstart/cwwdactivities.html 
(original)
+++ websites/production/db/content/derby/docs/10.8/getstart/cwwdactivities.html 
Tue Jan  8 14:59:27 2013
@@ -52,7 +52,7 @@ feature of  <span>Derby</span>. </p>
 <dl>
 <dt class="dlterm">Activity 1:</dt>
 
-<dd>Use the  <span>Derby</span> <samp class="codeph">ij</samp> tool
+<dd>Use the  <span>Derby</span>??<samp class="codeph">ij</samp> tool
 to load the <span>Derby</span> embedded
 driver and start the  <span>Derby</span> database
 engine.  Create the database <samp class="codeph">firstdb</samp> and the table 
<samp class="codeph">FIRSTTABLE</samp>.
@@ -66,7 +66,7 @@ introduced.</dd>
 <dd>Use <span>Derby</span> within a client/server
 configuration. Start the <span>Derby</span> Network
 Server, which will embed the <span>Derby</span> engine.
- In a separate process, use the <span>Derby</span> <samp 
class="codeph">ij</samp> 
+ In a separate process, use the <span>Derby</span>??<samp 
class="codeph">ij</samp> 
 tool to load the <span>Derby</span> client
 driver and connect to the Network Server. Create a database called  <samp 
class="codeph">seconddb</samp> and
 the table <samp class="codeph">SECONDTABLE</samp>. Use a few  basic SQL 
statements to

Modified: 
websites/production/db/content/derby/docs/10.8/getstart/rgsdocs10012.html
==============================================================================
--- websites/production/db/content/derby/docs/10.8/getstart/rgsdocs10012.html 
(original)
+++ websites/production/db/content/derby/docs/10.8/getstart/rgsdocs10012.html 
Tue Jan  8 14:59:27 2013
@@ -86,7 +86,7 @@ special meaning in some SQL statements.<
 <td valign="top" width="30%" headers="N10057"><samp class="codeph">{ 
}</samp></td>
 
 <td valign="top" width="70%" headers="N1005E">Groups items so that they can be 
marked with one of the
-symbols <samp class="codeph">[ ]</samp>, <samp class="codeph">|</samp>, or 
<samp class="codeph">*</samp>.</td>
+symbols <samp class="codeph">[??]</samp>, <samp class="codeph">|</samp>, or 
<samp class="codeph">*</samp>.</td>
 
 </tr>
 

Modified: 
websites/production/db/content/derby/docs/10.8/getstart/tgsrunningdblook.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/getstart/tgsrunningdblook.html 
(original)
+++ 
websites/production/db/content/derby/docs/10.8/getstart/tgsrunningdblook.html 
Tue Jan  8 14:59:27 2013
@@ -26,8 +26,8 @@
 <meta http-equiv="PICS-Label" content='(PICS-1.1 
"http://www.icra.org/ratingsv02.html"; l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) 
"http://www.rsac.org/ratingsv01.html"; l gen true r (n 0 s 0 v 0 l 0) 
"http://www.classify.org/safesurf/"; l gen true r (SS~~000 1))' />
 <meta content="task" name="DC.Type" />
 <meta name="DC.Title" content="Running dblook" />
-<meta name="abstract" content="The Derby dblook utility is a Data Definition 
Language (DDL) generation utility." />
-<meta name="description" content="The Derby dblook utility is a Data 
Definition Language (DDL) generation utility." />
+<meta name="abstract" content="The Derby??dblook utility is a Data Definition 
Language (DDL) generation utility." />
+<meta name="description" content="The Derby??dblook utility is a Data 
Definition Language (DDL) generation utility." />
 <meta content="tools, dblook, Derby, running, utilities, dblook, dblook tool" 
name="DC.subject" />
 <meta content="tools, dblook, Derby, running, utilities, dblook, dblook tool" 
name="keywords" />
 <meta scheme="URI" name="DC.Relation" content="cgsusingtoolsutils.html" />
@@ -44,7 +44,7 @@
 
 
 
-<div><p>The <span>Derby</span> <samp class="codeph">dblook</samp> utility
+<div><p>The <span>Derby</span>??<samp class="codeph">dblook</samp> utility
 is a Data Definition Language (DDL) generation utility.</p>
 
 <div class="section"><p>The <samp class="codeph">dblook</samp> utility is a 
simple utility that dumps

Modified: 
websites/production/db/content/derby/docs/10.8/getstart/tgsrunningij.html
==============================================================================
--- websites/production/db/content/derby/docs/10.8/getstart/tgsrunningij.html 
(original)
+++ websites/production/db/content/derby/docs/10.8/getstart/tgsrunningij.html 
Tue Jan  8 14:59:27 2013
@@ -26,8 +26,8 @@
 <meta http-equiv="PICS-Label" content='(PICS-1.1 
"http://www.icra.org/ratingsv02.html"; l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) 
"http://www.rsac.org/ratingsv01.html"; l gen true r (n 0 s 0 v 0 l 0) 
"http://www.classify.org/safesurf/"; l gen true r (SS~~000 1))' />
 <meta content="task" name="DC.Type" />
 <meta name="DC.Title" content="Running ij" />
-<meta name="abstract" content="The Derby ij tool is a JDBC tool that you can 
use to run scripts or interactive queries against a Derby database." />
-<meta name="description" content="The Derby ij tool is a JDBC tool that you 
can use to run scripts or interactive queries against a Derby database." />
+<meta name="abstract" content="The Derby??ij tool is a JDBC tool that you can 
use to run scripts or interactive queries against a Derby database." />
+<meta name="description" content="The Derby??ij tool is a JDBC tool that you 
can use to run scripts or interactive queries against a Derby database." />
 <meta content="tools, ij, Derby, running, ij tool" name="DC.subject" />
 <meta content="tools, ij, Derby, running, ij tool" name="keywords" />
 <meta scheme="URI" name="DC.Relation" content="cgsusingtoolsutils.html" />
@@ -44,7 +44,7 @@
 
 
 
-<div><p>The <span>Derby</span> <samp class="codeph">ij</samp> tool
+<div><p>The <span>Derby</span>??<samp class="codeph">ij</samp> tool
 is a JDBC tool that you can use to run scripts or interactive queries against
 a <span>Derby</span> database.</p>
 

Modified: 
websites/production/db/content/derby/docs/10.8/getstart/tgsrunningsysinfo.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/getstart/tgsrunningsysinfo.html 
(original)
+++ 
websites/production/db/content/derby/docs/10.8/getstart/tgsrunningsysinfo.html 
Tue Jan  8 14:59:27 2013
@@ -26,8 +26,8 @@
 <meta http-equiv="PICS-Label" content='(PICS-1.1 
"http://www.icra.org/ratingsv02.html"; l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) 
"http://www.rsac.org/ratingsv01.html"; l gen true r (n 0 s 0 v 0 l 0) 
"http://www.classify.org/safesurf/"; l gen true r (SS~~000 1))' />
 <meta content="task" name="DC.Type" />
 <meta name="DC.Title" content="Running sysinfo" />
-<meta name="abstract" content="The Derby sysinfo tool displays information 
about your Java environment and your version of Derby." />
-<meta name="description" content="The Derby sysinfo tool displays information 
about your Java environment and your version of Derby." />
+<meta name="abstract" content="The Derby??sysinfo tool displays information 
about your Java environment and your version of Derby." />
+<meta name="description" content="The Derby??sysinfo tool displays information 
about your Java environment and your version of Derby." />
 <meta content="tools, sysinfo, Derby, utilities, sysinfo, running, sysinfo 
tool" name="DC.subject" />
 <meta content="tools, sysinfo, Derby, utilities, sysinfo, running, sysinfo 
tool" name="keywords" />
 <meta scheme="URI" name="DC.Relation" content="cgsusingtoolsutils.html" />
@@ -44,7 +44,7 @@
 
 
 
-<div><p>The <span>Derby</span> <samp class="codeph">sysinfo</samp> tool
+<div><p>The <span>Derby</span>??<samp class="codeph">sysinfo</samp> tool
 displays information about your Java environment and your version of 
<span>Derby</span>.</p>
 
 <div class="section">The <samp class="codeph">sysinfo</samp> utility prints 
system information to

Modified: 
websites/production/db/content/derby/docs/10.8/getstart/tgssetupverify.html
==============================================================================
--- websites/production/db/content/derby/docs/10.8/getstart/tgssetupverify.html 
(original)
+++ websites/production/db/content/derby/docs/10.8/getstart/tgssetupverify.html 
Tue Jan  8 14:59:27 2013
@@ -68,7 +68,7 @@ produces an error or the version listed 
 before continuing.</li>
 
 <li class="stepexpand"><span>Verify that the  <span>DERBY_HOME</span> 
-environment variable is set and points to the root directory of the  
<span>Derby</span> <span>10.8</span>  installation. Open
+environment variable is set and points to the root directory of the  
<span>Derby</span>??<span>10.8</span>  installation. Open
 a command window and run the appropriate command for your system. </span> If
 you installed <span>Derby</span> in
 the /opt/<span>Derby_10</span> directory

Modified: 
websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1.html
==============================================================================
--- websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1.html 
(original)
+++ websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1.html 
Tue Jan  8 14:59:27 2013
@@ -26,8 +26,8 @@
 <meta http-equiv="PICS-Label" content='(PICS-1.1 
"http://www.icra.org/ratingsv02.html"; l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) 
"http://www.rsac.org/ratingsv01.html"; l gen true r (n 0 s 0 v 0 l 0) 
"http://www.classify.org/safesurf/"; l gen true r (SS~~000 1))' />
 <meta content="task" name="DC.Type" />
 <meta name="DC.Title" content="Creating a Derby database and running SQL 
statements" />
-<meta name="abstract" content="Now, you will use the Derby ij tool to load 
the Derby database engine. You will use the Derby embedded driver to create and 
connect to the firstdb database. You will also use a few basic SQL statements 
to create and populate a table." />
-<meta name="description" content="Now, you will use the Derby ij tool to load 
the Derby database engine. You will use the Derby embedded driver to create and 
connect to the firstdb database. You will also use a few basic SQL statements 
to create and populate a table." />
+<meta name="abstract" content="Now, you will use the Derby??ij tool to load 
the Derby database engine. You will use the Derby embedded driver to create and 
connect to the firstdb database. You will also use a few basic SQL statements 
to create and populate a table." />
+<meta name="description" content="Now, you will use the Derby??ij tool to load 
the Derby database engine. You will use the Derby embedded driver to create and 
connect to the firstdb database. You will also use a few basic SQL statements 
to create and populate a table." />
 <meta content="Connection URL, embedded driver, create=true, ij, Database, 
creating, connecting to, Derby, logfile, message and error, SQL, create table, 
insert, select" name="DC.subject" />
 <meta content="Connection URL, embedded driver, create=true, ij, Database, 
creating, connecting to, Derby, logfile, message and error, SQL, create table, 
insert, select" name="keywords" />
 <meta scheme="URI" name="DC.Relation" content="twwdactivity1_overview.html" />
@@ -44,14 +44,14 @@
 
 
 
-<div><p> Now, you will use the  <span>Derby</span> <samp 
class="codeph">ij</samp> 
+<div><p> Now, you will use the  <span>Derby</span>??<samp 
class="codeph">ij</samp> 
 tool to load the <span>Derby</span> 
 database engine. You will use the  <span>Derby</span> embedded
 driver to create and connect to the <samp class="codeph">firstdb</samp> 
database. You
 will also use a few basic SQL statements to create and populate a table. </p>
 
 <ol>
-<li class="stepexpand"><span>Run the  <span>Derby</span> <samp 
class="codeph">ij</samp> 
+<li class="stepexpand"><span>Run the  <span>Derby</span>??<samp 
class="codeph">ij</samp> 
 tool. </span> <div class="p">If you included the <samp 
class="codeph">DERBY_HOME/bin</samp> directory
 in your PATH environment variable, type: <pre>ij</pre>
  Otherwise,
@@ -126,7 +126,7 @@ is specified, the database is created in
 
 <dt class="dlterm"><samp class="codeph">;create=true</samp></dt>
 
-<dd>The <span>Derby</span> <var class="varname">URL
+<dd>The <span>Derby</span>??<var class="varname">URL
 attribute</var> that is used to create a database.  <span>Derby</span> does
 not have an SQL  <samp class="codeph">create database</samp> command.</dd>
 

Modified: 
websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1_Setup.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1_Setup.html
 (original)
+++ 
websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1_Setup.html
 Tue Jan  8 14:59:27 2013
@@ -138,7 +138,7 @@ following table.</span> 
 </li>
 
 <li class="stepexpand"><span>Copy the SQL scripts from the
-<span>Derby</span> 
+<span>Derby</span>??
 <samp class="codeph">demo\programs\toursdb</samp> subdirectory into the
 <samp class="codeph">DERBYTUTOR</samp> directory, as shown in the following 
table. You will
 use these scripts to create tables and add data to a new database,

Modified: 
websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1_overview.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1_overview.html
 (original)
+++ 
websites/production/db/content/derby/docs/10.8/getstart/twwdactivity1_overview.html
 Tue Jan  8 14:59:27 2013
@@ -65,7 +65,7 @@ and run SQL statements</a></span></li>
 <li class="ulchildlink"><strong><a href="twwdactivity1_Setup.html">Creating a 
directory and copying scripts into the directory</a></strong><br />
 To help you complete this activity, you must create a directory and copy 
several scripts into the new directory. You will use these scripts to quickly 
add tables and data to a new Derby database.</li>
 <li class="ulchildlink"><strong><a href="twwdactivity1.html">Creating a Derby 
database and running SQL statements</a></strong><br />
-Now, you will use the Derby ij tool to load the Derby database engine. You 
will use the Derby embedded driver to create and connect to the firstdb 
database. You will also use a few basic SQL statements to create and populate a 
table.</li>
+Now, you will use the Derby??ij tool to load the Derby database engine. You 
will use the Derby embedded driver to create and connect to the firstdb 
database. You will also use a few basic SQL statements to create and populate a 
table.</li>
 </ul>
 
 <div class="familylinks">

Modified: websites/production/db/content/derby/docs/10.8/ref/rrefbuiltchar.html
==============================================================================
--- websites/production/db/content/derby/docs/10.8/ref/rrefbuiltchar.html 
(original)
+++ websites/production/db/content/derby/docs/10.8/ref/rrefbuiltchar.html Tue 
Jan  8 14:59:27 2013
@@ -167,7 +167,7 @@ to make the change.</dd>
 <div class="p">Use the CHAR function to return the values for EDLEVEL (defined
 as smallint) as a fixed length character string: <pre><strong>SELECT 
CHAR</strong>(EDLEVEL) <strong>FROM</strong> EMPLOYEE</pre>
 An
-EDLEVEL of 18 would be returned as the CHAR(6) value '18    ' (18 followed 
by
+EDLEVEL of 18 would be returned as the CHAR(6) value '18????????' (18 followed 
by
 four blanks).</div>
  </div>
 

Modified: websites/production/db/content/derby/docs/10.8/ref/rrefjdbc27734.html
==============================================================================
--- websites/production/db/content/derby/docs/10.8/ref/rrefjdbc27734.html 
(original)
+++ websites/production/db/content/derby/docs/10.8/ref/rrefjdbc27734.html Tue 
Jan  8 14:59:27 2013
@@ -62,7 +62,7 @@
 
 
 <div>
-<div class="section"><p>A <span>Derby</span> <em>Connection</em> object
+<div class="section"><p>A <span>Derby</span>??<em>Connection</em> object
 is not garbage-collected until all other JDBC objects created from that 
connection
 are closed or are themselves garbage-collected. Once the connection
 is closed, no further JDBC requests can be made against objects created from

Modified: 
websites/production/db/content/derby/docs/10.8/ref/rrefsqlj1083019.html
==============================================================================
--- websites/production/db/content/derby/docs/10.8/ref/rrefsqlj1083019.html 
(original)
+++ websites/production/db/content/derby/docs/10.8/ref/rrefsqlj1083019.html Tue 
Jan  8 14:59:27 2013
@@ -143,7 +143,7 @@ target table.   <pre><strong>UPDATE t2 S
 <li>Dynamic parameters are allowed as the operand of the unary operators -
 or +. For example:<pre><strong>CREATE TABLE t1 (c11 INT, c12 SMALLINT, c13 
DOUBLE, c14 CHAR(3))
 SELECT * FROM t1 WHERE c11 BETWEEN -? AND +?
-<span>-– The type of both of the unary operators is INT
+<span>-??? The type of both of the unary operators is INT
 -- based on the context in which they are used (that is,
 -- because c11 is INT, the unary parameters also get the 
 -- type INT.</span></strong></pre>

Modified: 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref16653.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref16653.html 
(original)
+++ 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref16653.html 
Tue Jan  8 14:59:27 2013
@@ -90,7 +90,7 @@ the first new line encountered in the te
  <p>Comments are ignored on
 input and have no effect on the output displayed.</p>
  
-<p>You can also enclose text in <samp class="codeph">/* */</samp> characters 
to create 
+<p>You can also enclose text in <samp class="codeph">/*??*/</samp> characters 
to create 
 either one-line or multi-line comments. Nested comments are permitted. 
 For example, you could put lines like the following into a script named
 <samp class="codeph">comment.sql</samp>:

Modified: 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref30679.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref30679.html 
(original)
+++ 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref30679.html 
Tue Jan  8 14:59:27 2013
@@ -90,7 +90,7 @@ by <samp class="codeph">ij</samp>. <em>N
 with the Execute command</em>.</li>
 
 <li>To execute a named command identified by 
<em>PreparedStatementIdentifier</em>.
-This must be previously prepared with the <samp class="codeph">ij</samp> <a 
href="rtoolsijcomref12333.html#rtoolsijcomref12333">Prepare</a> command.</li>
+This must be previously prepared with the <samp class="codeph">ij</samp>??<a 
href="rtoolsijcomref12333.html#rtoolsijcomref12333">Prepare</a> command.</li>
 
 <li>To execute either flavor of command when that command contains dynamic
 parameters, specify the values in the Using portion of the command. In this

Modified: 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref36618.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref36618.html 
(original)
+++ 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref36618.html 
Tue Jan  8 14:59:27 2013
@@ -100,7 +100,7 @@ the statement, no cursor is created.</p>
 by the underlying database. <span>Derby</span> does not allow multiple open 
cursors
 with the same name.</p>
 
-<p>Once a cursor has been created, the <samp class="codeph">ij</samp> <a 
href="rtoolsijcomref11128.html#rtoolsijcomref11128">Next</a> and <a 
href="rtoolsijcomref24423.html#rtoolsijcomref24423">Close</a> commands can
+<p>Once a cursor has been created, the <samp class="codeph">ij</samp>??<a 
href="rtoolsijcomref11128.html#rtoolsijcomref11128">Next</a> and <a 
href="rtoolsijcomref24423.html#rtoolsijcomref24423">Close</a> commands can
 be used to step through its rows, and if the connection supports positioned
 update and delete commands, they can be issued to alter the rows.</p>
 

Modified: 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref37862.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref37862.html 
(original)
+++ 
websites/production/db/content/derby/docs/10.8/tools/rtoolsijcomref37862.html 
Tue Jan  8 14:59:27 2013
@@ -79,7 +79,7 @@
 
 <div>
 <div class="section"><h2 class="sectiontitle">Syntax</h2>
-<pre><strong>ASYNC <strong><em><a 
href="rtoolsijcomref40155.html#rtoolsijcomref40155">Identifier</a> <a 
href="rtoolsijcomref34110.html#rtoolsijcomref34110">String</a></em></strong></strong></pre>
+<pre><strong>ASYNC <strong><em><a 
href="rtoolsijcomref40155.html#rtoolsijcomref40155">Identifier</a>??<a 
href="rtoolsijcomref34110.html#rtoolsijcomref34110">String</a></em></strong></strong></pre>
 
 </div>
 
@@ -96,7 +96,7 @@ identifier for an async statement on the
 specifies a <em>connectionName</em> must not be the same as any other 
identifier
 for an async statement on the designated connection. You cannot reference a
 statement previously prepared and named by the
-<samp class="codeph">ij</samp> <a 
href="rtoolsijcomref12333.html#rtoolsijcomref12333">Prepare</a>
+<samp class="codeph">ij</samp>??<a 
href="rtoolsijcomref12333.html#rtoolsijcomref12333">Prepare</a>
 command in this command.</p>
 
 <p><samp class="codeph">ij</samp> creates a new thread in the current or 
designated connection to issue the

Modified: 
websites/production/db/content/derby/docs/10.8/tuning/ctunoptimzoverride.html
==============================================================================
--- 
websites/production/db/content/derby/docs/10.8/tuning/ctunoptimzoverride.html 
(original)
+++ 
websites/production/db/content/derby/docs/10.8/tuning/ctunoptimzoverride.html 
Tue Jan  8 14:59:27 2013
@@ -91,7 +91,7 @@ cannot be specified on views or derived 
 
 <dt class="dlterm" id="ctunoptimzoverride__joinorder"><a 
name="ctunoptimzoverride__joinorder"><!-- --></a>joinOrder</dt>
 
-<dd>Use the joinOrder property to override the optimizer’s choice of join
+<dd>Use the joinOrder property to override the optimizer???s choice of join
 order for two tables. When the value FIXED is specified, the optimizer will
 choose the order of tables as they appear in the FROM clause as the join order.
  Valid values for the joinOrder property include FIXED and UNFIXED. The 
joinOrder
@@ -100,7 +100,7 @@ property can be used with a FROM clause.
 
 <dt class="dlterm" id="ctunoptimzoverride__joinstrat"><a 
name="ctunoptimzoverride__joinstrat"><!-- --></a>joinStrategy</dt>
 
-<dd>Use the joinStrategy property to override the optimizer’s choice of join
+<dd>Use the joinStrategy property to override the optimizer???s choice of join
 strategy. The two types of join strategy are called <em>nested loop</em> and 
<em>hash</em>.
 In a nested loop join strategy, for each qualifying row in the outer table,
 Derby uses the appropriate access path (index or table scan) to find the 
matching

Modified: websites/production/db/content/derby/manuals/index.html
==============================================================================
--- websites/production/db/content/derby/manuals/index.html (original)
+++ websites/production/db/content/derby/manuals/index.html Tue Jan  8 14:59:27 
2013
@@ -420,18 +420,18 @@ Derby alpha codeline, are listed in this
      
 <tr>
         
-<td colspan="1" rowspan="1"><em>初めての Apache Derby</em></td>
+<td colspan="1" rowspan="1"><em>??????????????? Apache Derby</em></td>
         <td colspan="1" rowspan="1">
-            [<a class="external" 
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/ja_JP/getstart/index.html";>HTML:サイトの体裁</a>]
+            [<a class="external" 
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/ja_JP/getstart/index.html";>HTML:??????????????????</a>]
         </td>
      
 </tr>
      
 <tr>
         
-<td colspan="1" rowspan="1"><em>Derby 
リファレンスマニュアル</em></td>
+<td colspan="1" rowspan="1"><em>Derby 
?????????????????????????????????</em></td>
         <td colspan="1" rowspan="1">
-            [<a class="external" 
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/ja_JP/ref/index.html";>HTML:サイトの体裁</a>]
+            [<a class="external" 
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/ja_JP/ref/index.html";>HTML:??????????????????</a>]
         </td>
      
 </tr>

Modified: websites/production/db/content/derby/quick_start.html
==============================================================================
--- websites/production/db/content/derby/quick_start.html (original)
+++ websites/production/db/content/derby/quick_start.html Tue Jan  8 14:59:27 
2013
@@ -167,7 +167,7 @@ The resources listed below are intended 
 <a href="derby_downloads.html">Download Derby!</a>
 </li>
   
-<li> The <a 
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/getstart/index.html";>Getting
 
+<li> The <a class="external" 
href="https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/getstart/index.html";>Getting
 
        Started</a> guide introduces Derby.  
   </li>
   


Reply via email to