Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.08 KB

File metadata and controls

36 lines (27 loc) · 1.08 KB
title clearParameters Method (SQLServerPreparedStatement)
description clearParameters Method (SQLServerPreparedStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerPreparedStatement.clearParameters
apitype Assembly

clearParameters Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Clears the current parameter values immediately.

Syntax

  
public final void clearParameters()  

Exceptions

SQLServerException

Remarks

This clearParameters method is specified by the clearParameters method in the java.sql.PreparedStatement interface.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class