Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.44 KB

File metadata and controls

45 lines (35 loc) · 1.44 KB
title supportsAlterTableWithDropColumn 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.supportsAlterTableWithDropColumn
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 55a182c1-28e5-4d32-aeb1-166a8ac76758
author David-Engel
ms.author v-daenge

supportsAlterTableWithDropColumn Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports ALTER TABLE with drop column.

Syntax

  
public boolean supportsAlterTableWithDropColumn()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class