Class ScalarTypes

java.lang.Object
com.pervasive.datarush.coercion.ScalarTypes

public class ScalarTypes extends Object
The scalar types exposed to scripting. This is needed as the static member variables defined in TokenTypeConstant are also defined as methods. JavaScript always wants to use the member variables as functions and that causes coercion failures.

There should be no need to use this class in Java. Use TokenTypeConstant instead.