Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.51 KB

File metadata and controls

50 lines (38 loc) · 1.51 KB
title supportsTransactionIsolationLevel 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.supportsTransactionIsolationLevel
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b716ed6c-6ec3-47a7-8e6d-16cbf2469d6d
author David-Engel
ms.author v-daenge

supportsTransactionIsolationLevel Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports the given transaction isolation level.

Syntax

  
public boolean supportsTransactionIsolationLevel(int level)  

Parameters

level

An int that indicates the transaction isolation level.

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class