supportsConvert()
Syntax:
boolean supportsConvert()
                        throws SQLException
                                        Description:
Retrieves whether this database supports the JDBC scalar function CONVERT for the conversion of one JDBC type to another. The JDBC types are the generic SQL data types defined in java.sql.Types.
Returns:
true if so; false otherwise
Throws:
SQLException - if a database access error occurs