Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.47 KB

File metadata and controls

45 lines (35 loc) · 1.47 KB
title supportsSubqueriesInQuantifieds 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.supportsSubqueriesInQuantifieds
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 6749e14c-0f8a-4f1f-8583-dd5cc79b24fe
author David-Engel
ms.author v-daenge

supportsSubqueriesInQuantifieds Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports subqueries in quantified expressions.

Syntax

  
public boolean supportsSubqueriesInQuantifieds()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class