Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.17 KB

File metadata and controls

41 lines (32 loc) · 1.17 KB
title clearBatch Method (SQLServerStatement) | 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
SQLServerStatement.clearBatch
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid e6fc1461-bbc6-45ae-85b1-a824aba51085
author David-Engel
ms.author v-daenge

clearBatch Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Empties the current list of SQL commands for this SQLServerStatement object.

Syntax

  
public void clearBatch()  

Exceptions

SQLServerException

Remarks

This clearBatch method is specified by the clearBatch method in the java.sql.Statement interface.

See Also

SQLServerStatement Members
SQLServerStatement Class