Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.38 KB

File metadata and controls

45 lines (35 loc) · 1.38 KB
title supportsBatchUpdates 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.supportsBatchUpdates
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 47b7b0da-e467-465a-aa19-bc702efcfaa0
author David-Engel
ms.author v-daenge

supportsBatchUpdates Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether this database supports batch updates.

Syntax

  
public boolean supportsBatchUpdates()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class