Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.43 KB

File metadata and controls

45 lines (35 loc) · 1.43 KB
title supportsExtendedSQLGrammar 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.supportsExtendedSQLGrammar
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 8deb1987-c4e3-4599-8e37-0a04ec20b480
author David-Engel
ms.author v-daenge

supportsExtendedSQLGrammar Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports the ODBC Extended SQL grammar.

Syntax

  
public boolean supportsExtendedSQLGrammar()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class