Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.4 KB

File metadata and controls

45 lines (35 loc) · 1.4 KB
title supportsANSI92FullSQL 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.supportsANSI92FullSQL
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 8877dc8c-26cd-4374-8ae8-ff7d20621130
author David-Engel
ms.author v-daenge

supportsANSI92FullSQL Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports the ANSI92 full SQL grammar.

Syntax

  
public boolean supportsANSI92FullSQL()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class