October 5th, 2009

Host Programs, Java

Posted by admin in S. Host Programs
Syntax Element      In Fortran
prefix              SQLstr = "
terminator          ";
target              label
Variable Definition Syntax
Type variableName = value;
    where Type is:
    boolean | char | double | float | int | long | short | string
SQL Type            Java Type
BIGINT              long
BLOB(n)             byte
CHAR(1)             char
CHAR                string
CLOB(n)             string
DATE                date
DOUBLE              double
GRAPHIC             string
INTEGER             int
REAL                float
SMALLINT            short
TIME                time
TIMESTAMP           timestamp
VARCHAR             string
VARGRAPHIC          string
SQLCODE             int
SQLSTATE            char
indicator           int

Comments are closed.

Sorry, the comment form is closed at this time.