Retrieves whether this database supports the CONVERT function between SQL types.

public boolean supportsConvert()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

This supportsConvert method is specified by the supportsConvert method in the java.sql.DatabaseMetaData interface.

See Also