Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.09 KB

File metadata and controls

37 lines (28 loc) · 1.09 KB
title clearBatch Method (SQLServerStatement)
description clearBatch Method (SQLServerStatement)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerStatement.clearBatch
apitype Assembly

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