The following table shows SQL data types and the corresponding Java data types.
SQL data type |
Corresponding Java data type |
---|---|
VARCHAR |
java.lang.String |
CHAR |
java.lang.String |
INTEGER |
int or Integer |
BINARY |
byte[ ] |
TIMESTAMP |
java.sql.Timestamp |
INOUT INTEGER |
ianywhere.ml.script.InOutInteger |
INOUT VARCHAR |
ianywhere.ml.script.InOutString |
INOUT CHAR |
ianywhere.ml.script.InOutString |
INOUT BYTEARRAY |
ianywhere.ml.script.InOutByteArray |
The MobiLink server automatically adds the ianywhere.ml.script package to your classpath if it is not already present. However, when you compile your class you need to add the path of java\mlscript.jar, located in your SQL Anywhere installation directory.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |