Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.51 KB

File metadata and controls

45 lines (35 loc) · 1.51 KB
title supportsDataManipulationTransactionsOnly 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.supportsDataManipulationTransactionsOnly
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid bdc182db-4518-4bf2-b63a-05f58fdb4eb8
author David-Engel
ms.author v-daenge

supportsDataManipulationTransactionsOnly Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports only data manipulation statements within a transaction.

Syntax

  
public boolean supportsDataManipulationTransactionsOnly()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class