Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.36 KB

File metadata and controls

45 lines (35 loc) · 1.36 KB
title supportsUnionAll 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.supportsUnionAll
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid ed8344eb-4d1d-43d3-ade8-935ec677f73c
author David-Engel
ms.author v-daenge

supportsUnionAll Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports SQL UNION ALL.

Syntax

  
public boolean supportsUnionAll()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class