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 2013/10/10 21:28:35 UTC

svn commit: r1531078 - in /db/derby/docs/branches/10.10/src/ref: rrefcreatefunctionstatement.dita rrefcreateprocedurestatement.dita

Author: chaase3
Date: Thu Oct 10 19:28:34 2013
New Revision: 1531078

URL: http://svn.apache.org/r1531078
Log:
DERBY-6120  Clarify that $ is the separator character which should be used for 
the external names of static nested classes

Merged patch DERBY-6120-2.diff to 10.10 doc branch from trunk revision 1531077.

Modified:
    db/derby/docs/branches/10.10/src/ref/rrefcreatefunctionstatement.dita
    db/derby/docs/branches/10.10/src/ref/rrefcreateprocedurestatement.dita

Modified: db/derby/docs/branches/10.10/src/ref/rrefcreatefunctionstatement.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.10/src/ref/rrefcreatefunctionstatement.dita?rev=1531078&r1=1531077&r2=1531078&view=diff
==============================================================================
--- db/derby/docs/branches/10.10/src/ref/rrefcreatefunctionstatement.dita (original)
+++ db/derby/docs/branches/10.10/src/ref/rrefcreatefunctionstatement.dita Thu Oct 10 19:28:34 2013
@@ -97,7 +97,7 @@ allowed as the type of a column in the d
 <codeblock><b>{
     LANGUAGE JAVA |
     { DETERMINISTIC | NOT DETERMINISTIC } |
-    EXTERNAL NAME <i>singleQuotedString</i> |
+    <xref href="rrefsqljexternalname.dita#rrefsqljexternalname">EXTERNAL NAME</xref> <i>singleQuotedString</i> |
     PARAMETER STYLE { JAVA | DERBY_JDBC_RESULT_SET | DERBY } |
     EXTERNAL SECURITY { DEFINER | INVOKER } |
     { NO SQL | CONTAINS SQL | READS SQL DATA } |

Modified: db/derby/docs/branches/10.10/src/ref/rrefcreateprocedurestatement.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.10/src/ref/rrefcreateprocedurestatement.dita?rev=1531078&r1=1531077&r2=1531078&view=diff
==============================================================================
--- db/derby/docs/branches/10.10/src/ref/rrefcreateprocedurestatement.dita (original)
+++ db/derby/docs/branches/10.10/src/ref/rrefcreateprocedurestatement.dita Thu Oct 10 19:28:34 2013
@@ -62,7 +62,7 @@ allowed as parameters in a CREATE PROCED
     [ DYNAMIC ] RESULT SETS <i><xref href="rrefsqlj10696.dita#rrefsqlj10696">integer</xref></i> |
     LANGUAGE JAVA |
     { DETERMINISTIC | NOT DETERMINISTIC } |
-    EXTERNAL NAME <i>singleQuotedString</i> |
+    <xref href="rrefsqljexternalname.dita#rrefsqljexternalname">EXTERNAL NAME</xref> <i>singleQuotedString</i> |
     PARAMETER STYLE { JAVA | DERBY } |
     EXTERNAL SECURITY { DEFINER | INVOKER } |
     { NO SQL | MODIFIES SQL DATA | CONTAINS SQL | READS SQL DATA }