Connecting to and from Other Programs - JDBC Database MetaData Methods Supported by USoft - supportsConvert()
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.