Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.44 KB

File metadata and controls

45 lines (35 loc) · 1.44 KB
title supportsANSI92EntryLevelSQL 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.supportsANSI92EntryLevelSQL
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid a3fffc08-7254-4af7-bbae-8ff591fbd5ec
author David-Engel
ms.author v-daenge

supportsANSI92EntryLevelSQL Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports the ANSI92 entry level SQL grammar.

Syntax

  
public boolean supportsANSI92EntryLevelSQL()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class