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 2008/04/23 19:45:23 UTC

svn commit: r650955 - /db/derby/docs/branches/10.4/src/tools/ctoolsij25986.dita

Author: chaase3
Date: Wed Apr 23 10:45:21 2008
New Revision: 650955

URL: http://svn.apache.org/viewvc?rev=650955&view=rev
Log:
DERBY-3629: Tools Guide should document continuation marker for ij

Merged DERBY-3629.diff to 10.4 docs branch from trunk revision 650951.

Modified:
    db/derby/docs/branches/10.4/src/tools/ctoolsij25986.dita

Modified: db/derby/docs/branches/10.4/src/tools/ctoolsij25986.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.4/src/tools/ctoolsij25986.dita?rev=650955&r1=650954&r2=650955&view=diff
==============================================================================
--- db/derby/docs/branches/10.4/src/tools/ctoolsij25986.dita (original)
+++ db/derby/docs/branches/10.4/src/tools/ctoolsij25986.dita Wed Apr 23 10:45:21 2008
@@ -25,12 +25,17 @@
 <conbody>
 <p>The primary purpose of ij is to allow the execution of <ph conref="../conrefs.dita#prod/productshortname"></ph> SQL
 statements interactively or via scripts. Since SQL statements can be quite
-long ij uses the semicolon to mark the end of statement or command. All statements
-must be terminated with a semicolon. ij uses properties, listed later in this
-guide, to simplify its use. ij also recognizes specialized commands that
-extends its functionality such as the ability to create and test cursors
-and prepared statements, transaction control and more. For complete information
-about ij commands, see <xref href="rtoolsijcomref25570.dita#rtoolsijcomref25570"></xref> later
-in the Tools Guide.</p>
+long, ij uses the semicolon to mark the end of a statement or command. All
+statements and commands must be terminated with a semicolon. If you press
+Return before terminating a statement or command, ij places a continuation
+character (&gt;) at the beginning of the next line.</p>
+<p>ij uses properties, listed in
+<xref href="rtoolsijpropref29864.dita#rtoolsijpropref29864"></xref>, to simplify
+its use. </p>
+<p>ij also recognizes specialized commands that
+provide additional features, such as the ability to create and test cursors
+and prepared statements, transaction control, and more. For complete information
+about ij commands, see
+<xref href="rtoolsijcomref25570.dita#rtoolsijcomref25570"></xref>.</p>
 </conbody>
 </concept>