[ 
https://issues.apache.org/jira/browse/TRAFODION-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16572402#comment-16572402
 ] 

ASF GitHub Bot commented on TRAFODION-3179:
-------------------------------------------

Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/trafodion/pull/1684#discussion_r208400577
  
    --- Diff: 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
    --- End diff --
    
    Oops... spotted a typo. It should be "java.math.BigDecimal" (note the 
capital D in the middle of things)


> Correct Syntax Descriptions of *Signature of the Java Method* in *Trafodion 
> Stored Procedures in Java Guide*
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TRAFODION-3179
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3179
>             Project: Apache Trafodion
>          Issue Type: Documentation
>            Reporter: Liu Yu
>            Assignee: Liu Yu
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to