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:15:34 UTC

svn commit: r1531077 - in /db/derby/docs/trunk/src/ref: rrefcreatefunctionstatement.dita rrefcreateprocedurestatement.dita

Author: chaase3
Date: Thu Oct 10 19:15:33 2013
New Revision: 1531077

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

Modified 2 topics in the Reference manual.

Patch: DERBY-6120-2.diff

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

Modified: db/derby/docs/trunk/src/ref/rrefcreatefunctionstatement.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefcreatefunctionstatement.dita?rev=1531077&r1=1531076&r2=1531077&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefcreatefunctionstatement.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefcreatefunctionstatement.dita Thu Oct 10 19:15:33 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/trunk/src/ref/rrefcreateprocedurestatement.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefcreateprocedurestatement.dita?rev=1531077&r1=1531076&r2=1531077&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefcreateprocedurestatement.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefcreateprocedurestatement.dita Thu Oct 10 19:15:33 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 }