Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.42 KB

File metadata and controls

36 lines (30 loc) · 1.42 KB
title supportsConvert Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.supportsConvert
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid a5dbb5d8-41c2-48af-9b71-93a22f6a9b33
author David-Engel
ms.author v-daenge

supportsConvert Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

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

Overload List

Name Description
supportsConvert () Retrieves whether this database supports the CONVERT function between SQL types.
supportsConvert (int, int) Retrieves whether this database supports the CONVERT for two given SQL types.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class