Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.34 KB

File metadata and controls

45 lines (35 loc) · 1.34 KB
title supportsUnion 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.supportsUnion
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid a757ea51-ff2e-4848-adaf-d9373e418fa3
author David-Engel
ms.author v-daenge

supportsUnion Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports SQL UNION.

Syntax

  
public boolean supportsUnion()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class