Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.58 KB

File metadata and controls

45 lines (35 loc) · 1.58 KB
title supportsGroupByBeyondSelect 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.supportsGroupByBeyondSelect
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid eadd2c37-d9ec-4b47-a91e-ed90b1eaf4b4
author David-Engel
ms.author v-daenge

supportsGroupByBeyondSelect Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports using columns that are not included in the SELECT statement in a GROUP BY clause, provided that all the columns in the SELECT statement are included in the GROUP BY clause.

Syntax

  
public boolean supportsGroupByBeyondSelect()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class