closeUnreferencedPreparedStatementHandles Method (SQLServerConnection)

Download JDBC driver

Forces the un-prepare requests for any outstanding discarded prepared statements to be executed.

Syntax

  
public void closeUnreferencedPreparedStatementHandles()  

Exceptions

SQLServerException

Remarks

This method is available from JDBC driver version 6.4 and onward.

See Also

SQLServerConnection Members
SQLServerConnection Class