You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2018/08/10 04:33:29 UTC

[1/3] trafodion git commit: [TRAFODION-3178] Correct Syntax Descriptions of *Signature of the Java Method* in *Trafodion Stored Procedures in Java Guide*

Repository: trafodion
Updated Branches:
  refs/heads/master ab068e306 -> 5e8bfc70d


[TRAFODION-3178] Correct Syntax Descriptions of *Signature of the Java Method* in *Trafodion Stored Procedures in Java Guide*


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/f01cc9d6
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/f01cc9d6
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/f01cc9d6

Branch: refs/heads/master
Commit: f01cc9d62f85efdf4ac5b1e230a367fd17997339
Parents: 843e089
Author: liu.yu <qw...@hotmail.com>
Authored: Tue Aug 7 19:21:35 2018 +0800
Committer: liu.yu <qw...@hotmail.com>
Committed: Tue Aug 7 19:21:35 2018 +0800

----------------------------------------------------------------------
 .../src/asciidoc/_chapters/develop_spjs.adoc    | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/f01cc9d6/docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc
----------------------------------------------------------------------
diff --git a/docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc b/docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc
index 1cf0da8..9ea44f5 100644
--- a/docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc
+++ b/docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc
@@ -83,19 +83,19 @@ PIC[TURE] X^1^ +
 NCHAR +
 NCHAR VARYING +
 NATIONAL CHAR[ACTER] +
-NATIONAL CHAR[ACTER] VARYING | java.lang.string
-| DATE | java.sql.date
-| TIME | java.sql.time
-| TIMESTAMP | java.sql.timestamp
+NATIONAL CHAR[ACTER] VARYING | java.lang.String
+| DATE | java.sql.Date
+| TIME | java.sql.Time
+| TIMESTAMP | java.sql.Timestamp
 | DEC[IMAL]^2^ +
 PIC[TURE] S9^3^ +
-NUMERIC (including numeric with a precision greater than eighteen)^2^ | java.math.bigdecimal
+NUMERIC (including numeric with a precision greater than eighteen)^2^ | java.math.Bigdecimal
 | SMALLINT^2^ | short
-| INT[EGER]^2^ | int or java.lang.integer^4^
-| LARGEINT^2^ | long or java.lang.long^4^
-| FLOAT | double or java.lang.double^4^
-| REAL | float or java.lang.float^4^
-| DOUBLE PRECISION | double or java.lang.double^4^
+| INT[EGER]^2^ | int or java.lang.Integer^4^
+| LARGEINT^2^ | long or java.lang.Long^4^
+| FLOAT | double or java.lang.Double^4^
+| REAL | float or java.lang.Float^4^
+| DOUBLE PRECISION | double or java.lang.Double^4^
 |===
 
 1. {project-name} stores PIC X as a CHAR data type.


[2/3] trafodion git commit: Incorporate Comments 1

Posted by li...@apache.org.
Incorporate Comments 1


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/b87b4dbd
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/b87b4dbd
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/b87b4dbd

Branch: refs/heads/master
Commit: b87b4dbd88a8198e4b867ff7a24e279ed330d669
Parents: f01cc9d
Author: liu.yu <qw...@hotmail.com>
Authored: Wed Aug 8 10:49:41 2018 +0800
Committer: liu.yu <qw...@hotmail.com>
Committed: Wed Aug 8 10:49:41 2018 +0800

----------------------------------------------------------------------
 docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/b87b4dbd/docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc
----------------------------------------------------------------------
diff --git a/docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc b/docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc
index 9ea44f5..f5a8ebd 100644
--- a/docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc
+++ b/docs/spj_guide/src/asciidoc/_chapters/develop_spjs.adoc
@@ -89,7 +89,7 @@ NATIONAL CHAR[ACTER] VARYING | java.lang.String
 | TIMESTAMP | java.sql.Timestamp
 | DEC[IMAL]^2^ +
 PIC[TURE] S9^3^ +
-NUMERIC (including numeric with a precision greater than eighteen)^2^ | java.math.Bigdecimal
+NUMERIC (including numeric with a precision greater than eighteen)^2^ | java.math.BigDecimal
 | SMALLINT^2^ | short
 | INT[EGER]^2^ | int or java.lang.Integer^4^
 | LARGEINT^2^ | long or java.lang.Long^4^


[3/3] trafodion git commit: Merge PR 1684 [TRAFODION-3179] Correct Syntax Descriptions of *Signature of the Java Method* in *Trafodion Stored Procedures in Java Guide*

Posted by li...@apache.org.
Merge PR 1684 [TRAFODION-3179] Correct Syntax Descriptions of *Signature of the Java Method* in *Trafodion Stored Procedures in Java Guide*


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/5e8bfc70
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/5e8bfc70
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/5e8bfc70

Branch: refs/heads/master
Commit: 5e8bfc70d578fb68c909fb26ce40e687c85bc31a
Parents: ab068e3 b87b4db
Author: liu.yu <qw...@hotmail.com>
Authored: Fri Aug 10 12:33:15 2018 +0800
Committer: liu.yu <qw...@hotmail.com>
Committed: Fri Aug 10 12:33:15 2018 +0800

----------------------------------------------------------------------
 .../src/asciidoc/_chapters/develop_spjs.adoc    | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------