User guide
The view model editor
70 Data Integration with Sybase Avaki Studio
Allowed types for variables
All values in the variables structure must be of one of the types listed here. Note
that global parameters, while defined using SQL types, are accessed in your expres-
sions using the corresponding Java types, according to JDBC conventions. The
allowed types are:
BigDecimal BigDecimal[]
BigInteger BigInteger[]
Boolean Boolean[]
Byte Byte[]
Date Date[]
Double Double[]
Float Float[]
Integer Integer[]
Long Long[]
Short Short[]
String String[]
Cloneable ScriptableScope
Serializable