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 jt...@apache.org on 2006/03/28 01:13:18 UTC

svn commit: r389319 - in /db/derby/site/trunk: build/site/binaries/jpox_derby.zip build/site/integrate/JPOX_Derby.html src/documentation/content/xdocs/binaries/jpox_derby.zip src/documentation/content/xdocs/integrate/JPOX_Derby.xml

Author: jta
Date: Mon Mar 27 15:13:15 2006
New Revision: 389319

URL: http://svn.apache.org/viewcvs?rev=389319&view=rev
Log:
DERBY-1092  Applied Susan Cline's changes posted March 20, 2006.

Modified:
    db/derby/site/trunk/build/site/binaries/jpox_derby.zip
    db/derby/site/trunk/build/site/integrate/JPOX_Derby.html
    db/derby/site/trunk/src/documentation/content/xdocs/binaries/jpox_derby.zip
    db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPOX_Derby.xml

Modified: db/derby/site/trunk/build/site/binaries/jpox_derby.zip
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/binaries/jpox_derby.zip?rev=389319&r1=389318&r2=389319&view=diff
==============================================================================
Binary files - no diff available.

Modified: db/derby/site/trunk/build/site/integrate/JPOX_Derby.html
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/integrate/JPOX_Derby.html?rev=389319&r1=389318&r2=389319&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/integrate/JPOX_Derby.html (original)
+++ db/derby/site/trunk/build/site/integrate/JPOX_Derby.html Mon Mar 27 15:13:15 2006
@@ -390,7 +390,7 @@
 CITY_ID          INTEGER NOT NULL CONSTRAINT cities_pk PRIMARY KEY,
 CITY_NAME        VARCHAR(24) NOT NULL,
 COUNTRY          VARCHAR(26) NOT NULL,
-AIRPORT          VARCHAR(26),
+AIRPORT          CHAR(3),
 LANGUAGE         VARCHAR(16),
 COUNTRY_ISO_CODE CHAR(2) 
 );
@@ -564,7 +564,7 @@
      <column name="COUNTRY" length="26" jdbc-type="VARCHAR"></column>
     </field>
     <field name="airport">
-     <column name="AIRPORT" length="26" jdbc-type="VARCHAR" allows-null="">
+     <column name="AIRPORT" length="3" jdbc-type="CHAR" allows-null="">
      </column>
     </field>
     <field name="language">
@@ -693,7 +693,7 @@
 persistence-capabable.  JPOX provides a helper class to do this for you which is contained in the jar file <span class="codefrag">jpox-enhancer-*.jar.</span> and is called <span class="codefrag">org.jpox.enhancer.JPOXEnhancer</span>.
 </p>
 <p>
-We'll differ the compilation and enhancement step until we are ready
+We'll defer the compilation and enhancement step until we are ready
 to configure our environment after we've coded the business logic
 class and application class.
 </p>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/binaries/jpox_derby.zip
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/src/documentation/content/xdocs/binaries/jpox_derby.zip?rev=389319&r1=389318&r2=389319&view=diff
==============================================================================
Binary files - no diff available.

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPOX_Derby.xml
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPOX_Derby.xml?rev=389319&r1=389318&r2=389319&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPOX_Derby.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/JPOX_Derby.xml Mon Mar 27 15:13:15 2006
@@ -128,7 +128,7 @@
 CITY_ID          INTEGER NOT NULL CONSTRAINT cities_pk PRIMARY KEY,
 CITY_NAME        VARCHAR(24) NOT NULL,
 COUNTRY          VARCHAR(26) NOT NULL,
-AIRPORT          VARCHAR(26),
+AIRPORT          CHAR(3),
 LANGUAGE         VARCHAR(16),
 COUNTRY_ISO_CODE CHAR(2) 
 );
@@ -295,7 +295,7 @@
      &lt;column name="COUNTRY" length="26" jdbc-type="VARCHAR"&gt;&lt;/column&gt;
     &lt;/field&gt;
     &lt;field name="airport"&gt;
-     &lt;column name="AIRPORT" length="26" jdbc-type="VARCHAR" allows-null=""&gt;
+     &lt;column name="AIRPORT" length="3" jdbc-type="CHAR" allows-null=""&gt;
      &lt;/column&gt;
     &lt;/field&gt;
     &lt;field name="language"&gt;
@@ -417,7 +417,7 @@
 persistence-capabable.  JPOX provides a helper class to do this for you which is contained in the jar file <code>jpox-enhancer-*.jar.</code> and is called <code>org.jpox.enhancer.JPOXEnhancer</code>.
 </p>
 <p>
-We'll differ the compilation and enhancement step until we are ready
+We'll defer the compilation and enhancement step until we are ready
 to configure our environment after we've coded the business logic
 class and application class.
 </p>