Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.48 KB

File metadata and controls

46 lines (36 loc) · 1.48 KB
title supportsConvert Method () | 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 45c83c4f-649a-4cd6-9d44-d38524758bb8
author David-Engel
ms.author v-daenge

supportsConvert Method ()

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
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

supportsConvert Method (SQLServerDatabaseMetaData)
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class