Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.63 KB

File metadata and controls

54 lines (42 loc) · 1.63 KB
title supportsTransactionIsolationLevel Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDatabaseMetaData.supportsTransactionIsolationLevel
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b716ed6c-6ec3-47a7-8e6d-16cbf2469d6d
caps.latest.revision 7
author MightyPen
ms.author genemi
manager jhubbard

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