Is CONVERT between the given SQL types supported? Returns true if so; false otherwise.
Syntax
supportsConvert(int fromType, int toType)
Parameters
fromType
The type to convert from.
toType
The type to convert to.