Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.09 KB

clearbatch-method-sqlserverstatement.md

File metadata and controls

36 lines (27 loc) · 1.09 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
clearBatch Method (SQLServerStatement)
clearBatch Method (SQLServerStatement)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerStatement.clearBatch
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