Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.46 KB

File metadata and controls

45 lines (35 loc) · 1.46 KB
title supportsGroupByUnrelated 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.supportsGroupByUnrelated
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 455fe02e-3877-409b-8281-8e0491acd3e8
author David-Engel
ms.author v-daenge

supportsGroupByUnrelated Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause.

Syntax

  
public boolean supportsGroupByUnrelated()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class