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 sc...@apache.org on 2007/03/02 21:06:22 UTC

svn commit: r513925 - in /db/derby/docs/trunk/src/devguide: cdevdvlp40170.dita cdevdvlp40653.dita cdevstandards805975.dita cdevstandards806027.dita derbydev.ditamap rdevdvlp22102.dita tdevdvlp38381.dita

Author: scotsmatrix
Date: Fri Mar  2 12:06:18 2007
New Revision: 513925

URL: http://svn.apache.org/viewvc?view=rev&rev=513925
Log:
DERBY-1920: Patch contains updates to titles in the Dev Guide. Patch (DERBY-1920-devguide.diff) was contributed by Kim Haase.

Modified:
    db/derby/docs/trunk/src/devguide/cdevdvlp40170.dita
    db/derby/docs/trunk/src/devguide/cdevdvlp40653.dita
    db/derby/docs/trunk/src/devguide/cdevstandards805975.dita
    db/derby/docs/trunk/src/devguide/cdevstandards806027.dita
    db/derby/docs/trunk/src/devguide/derbydev.ditamap
    db/derby/docs/trunk/src/devguide/rdevdvlp22102.dita
    db/derby/docs/trunk/src/devguide/tdevdvlp38381.dita

Modified: db/derby/docs/trunk/src/devguide/cdevdvlp40170.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevdvlp40170.dita?view=diff&rev=513925&r1=513924&r2=513925
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevdvlp40170.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevdvlp40170.dita Fri Mar  2 12:06:18 2007
@@ -33,6 +33,6 @@
 explicitly load the EmbeddedDriver. In that environment, the driver
 loads automatically.</p>
 <p>For detailed information about loading the <ph conref="devconrefs.dita#prod/productshortname"></ph> JDBC
-driver, see <i>"java.sql.Driver"</i> in the <cite><ph conref="devconrefs.dita#pub/citref"></ph></cite>.</p>
+driver, see "java.sql.Driver interface" in the <cite><ph conref="devconrefs.dita#pub/citref"></ph></cite>.</p>
 </conbody>
 </concept>

Modified: db/derby/docs/trunk/src/devguide/cdevdvlp40653.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevdvlp40653.dita?view=diff&rev=513925&r1=513924&r2=513925
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevdvlp40653.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevdvlp40653.dita Fri Mar  2 12:06:18 2007
@@ -36,7 +36,7 @@
 Class.forName("org.apache.derby.jdbc.EmbeddedDriver");
 </codeblock>
 <p>For detailed information about loading the <ph conref="devconrefs.dita#prod/productshortname"></ph> JDBC
-driver, see <i>"java.sql.Driver" </i> in the <cite><ph conref="devconrefs.dita#pub/citref"></ph></cite>.</p>
+driver, see "java.sql.Driver interface" in the <cite><ph conref="devconrefs.dita#pub/citref"></ph></cite>.</p>
 <p> If your application runs on JDK 1.6 or higher, then you do not need to
 explicitly load the EmbeddedDriver. In that environment, the driver loads
 automatically. </p>

Modified: db/derby/docs/trunk/src/devguide/cdevstandards805975.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevstandards805975.dita?view=diff&rev=513925&r1=513924&r2=513925
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevstandards805975.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevstandards805975.dita Fri Mar  2 12:06:18 2007
@@ -19,7 +19,7 @@
 limitations under the License.
 -->
 <concept id="cdevstandards805975" xml:lang="en-us">
-<title>CLOB and BLOB</title>
+<title>CLOB and BLOB data types</title>
 <shortdesc><ph conref="devconrefs.dita#prod/productshortname"></ph> supports
 the standard CLOB and BLOB data types. BLOB and CLOB values are limited to
 a maximum of 2,147,483,647 characters.</shortdesc>

Modified: db/derby/docs/trunk/src/devguide/cdevstandards806027.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevstandards806027.dita?view=diff&rev=513925&r1=513924&r2=513925
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevstandards806027.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevstandards806027.dita Fri Mar  2 12:06:18 2007
@@ -19,7 +19,7 @@
 limitations under the License.
 -->
 <concept id="cdevstandards806027" xml:lang="en-us">
-<title>ALTER TABLE</title>
+<title>ALTER TABLE syntax</title>
 <shortdesc><ph conref="devconrefs.dita#prod/productshortname"></ph> uses a
 slightly different ALTER TABLE syntax for altering column defaults. While
 SQL99 uses DROP and SET, <ph conref="devconrefs.dita#prod/productshortname"></ph> uses

Modified: db/derby/docs/trunk/src/devguide/derbydev.ditamap
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/derbydev.ditamap?view=diff&rev=513925&r1=513924&r2=513925
==============================================================================
--- db/derby/docs/trunk/src/devguide/derbydev.ditamap (original)
+++ db/derby/docs/trunk/src/devguide/derbydev.ditamap Fri Mar  2 12:06:18 2007
@@ -1884,10 +1884,10 @@
 </topicref>
 <topicref href="cdevstandards805949.dita" navtitle="DECIMAL max precision">
 </topicref>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 <topicref href="cdevstandards806001.dita" navtitle="Expressions on LONGs">
 </topicref>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
@@ -1907,10 +1907,10 @@
 </topicref>
 <topicref href="cdevstandards805949.dita" navtitle="DECIMAL max precision">
 </topicref>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 <topicref href="cdevstandards806001.dita" navtitle="Expressions on LONGs">
 </topicref>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
@@ -1929,10 +1929,10 @@
 </topicref>
 <topicref href="cdevstandards805949.dita" navtitle="DECIMAL max precision">
 </topicref>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 <topicref href="cdevstandards806001.dita" navtitle="Expressions on LONGs">
 </topicref>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
@@ -1950,10 +1950,10 @@
 </topicref>
 <topicref href="cdevstandards805949.dita" navtitle="DECIMAL max precision">
 </topicref>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 <topicref href="cdevstandards806001.dita" navtitle="Expressions on LONGs">
 </topicref>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
@@ -1970,10 +1970,10 @@
 </topicref>
 <topicref href="cdevstandards805949.dita" navtitle="DECIMAL max precision">
 </topicref>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 <topicref href="cdevstandards806001.dita" navtitle="Expressions on LONGs">
 </topicref>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
@@ -1988,10 +1988,10 @@
 </topicref>
 <topicref href="cdevstandards805949.dita" navtitle="DECIMAL max precision">
 </topicref>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 <topicref href="cdevstandards806001.dita" navtitle="Expressions on LONGs">
 </topicref>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
@@ -2004,10 +2004,10 @@
 </topicref>
 <topicref href="cdevstandards805949.dita" navtitle="DECIMAL max precision">
 </topicref>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 <topicref href="cdevstandards806001.dita" navtitle="Expressions on LONGs">
 </topicref>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
@@ -2018,10 +2018,10 @@
 <relcell>
 <topicref href="cdevstandards805949.dita" navtitle="DECIMAL max precision">
 </topicref>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB, and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 <topicref href="cdevstandards806001.dita" navtitle="Expressions on LONGs">
 </topicref>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
@@ -2030,20 +2030,20 @@
 </topicref>
 </relcell>
 <relcell>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 <topicref href="cdevstandards806001.dita" navtitle="Expressions on LONGs">
 </topicref>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
 <relcell>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 </relcell>
 <relcell>
 <topicref href="cdevstandards806001.dita" navtitle="Expressions on LONGs">
 </topicref>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
@@ -2052,7 +2052,7 @@
 </topicref>
 </relcell>
 <relcell>
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 </relcell>
 </relrow>
 <relrow>
@@ -2518,10 +2518,10 @@
 <topicref href="cdevin38113.dita" navtitle="Messages libraries"></topicref>
 </topicref>
 <topicref href="cdevstandards806118.dita" navtitle="Derby and standards">
-<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE"></topicref>
+<topicref href="cdevstandards806027.dita" navtitle="ALTER TABLE syntax"></topicref>
 <topicref href="cdevstandards805768.dita" navtitle="Calling functions and procedures">
 </topicref>
-<topicref href="cdevstandards805975.dita" navtitle="CLOB, and BLOB"></topicref>
+<topicref href="cdevstandards805975.dita" navtitle="CLOB and BLOB data types"></topicref>
 <topicref href="cdevstandards805664.dita" navtitle="Cursors"></topicref>
 <topicref href="cdevstandards805949.dita" navtitle="DECIMAL max precision">
 </topicref>

Modified: db/derby/docs/trunk/src/devguide/rdevdvlp22102.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/rdevdvlp22102.dita?view=diff&rev=513925&r1=513924&r2=513925
==============================================================================
--- db/derby/docs/trunk/src/devguide/rdevdvlp22102.dita (original)
+++ db/derby/docs/trunk/src/devguide/rdevdvlp22102.dita Fri Mar  2 12:06:18 2007
@@ -29,7 +29,7 @@
 <refbody>
 <section><p>This information also applies to the client connection URL in
 a client/server environment. For reference information about client connection
-URLs, see <i>"java.sql.Connection"</i> in the <cite><ph conref="devconrefs.dita#pub/citref"></ph></cite>.</p></section>
+URLs, see "java.sql.Connection interface" in the <cite><ph conref="devconrefs.dita#pub/citref"></ph></cite>.</p></section>
 <section> <ul>
 <li><i>jdbc:derby:db1</i>   <p>Open a connection to the database <i>db1</i>. <i>db1</i> is
 a directory located in the system directory.</p></li>

Modified: db/derby/docs/trunk/src/devguide/tdevdvlp38381.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/tdevdvlp38381.dita?view=diff&rev=513925&r1=513924&r2=513925
==============================================================================
--- db/derby/docs/trunk/src/devguide/tdevdvlp38381.dita (original)
+++ db/derby/docs/trunk/src/devguide/tdevdvlp38381.dita Fri Mar  2 12:06:18 2007
@@ -45,7 +45,7 @@
 need to explicitlty load the EmbeddedDriver. In that environment, the
 driver loads automatically and the engine starts when your application
 requests its first Connection.</li>
-</ul><p>For more details, see <i>"java.sql.Driver"</i> in the <cite><ph conref="devconrefs.dita#pub/citref"></ph></cite><cite>.</cite></p><p>Once
+</ul><p>For more details, see "java.sql.Driver interface" in the <cite><ph conref="devconrefs.dita#pub/citref"></ph></cite>.</p><p>Once
 the <ph conref="devconrefs.dita#prod/productshortname"></ph> JDBC driver class
 has been loaded, you can connect to any <ph conref="devconrefs.dita#prod/productshortname"></ph> database
 by passing the embedded connection URL with the appropriate attributes to