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 supportsIntegrityEnhancementFacility Method | 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.supportsIntegrityEnhancementFacility
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid edee084b-9a8c-4167-9e13-66fc3ed1ecaa
author David-Engel
ms.author v-daenge

supportsIntegrityEnhancementFacility Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports the SQL Integrity Enhancement Facility.

Syntax

  
public boolean supportsIntegrityEnhancementFacility()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class