Supported data types
SQL data types are not supported in TQL. The following Java data types are supported:
java.lang.Byte
java.lang.Double
java.lang.Float
java.lang.Integer
java.lang.Long
java.lang.Short
java.lang.String
For convenience, you may specify these in TQL as byte, double, float, integer, long, short, and string, and they will be converted to the above types on import.
org.joda.time.DateTime is imported automatically and may be specified as DateTime.
All these types support nulls.