Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.12 KB

close-method-sqlserverpreparedstatement.md

File metadata and controls

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

close Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Releases the database and JDBC resources of this Statement object immediately instead of waiting for them to be automatically released.

Syntax

  
public void close()  

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class