title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
getDiscardedServerPreparedStatementCount Method (SQLServerConnection) |
getDiscardedServerPreparedStatementCount Method (SQLServerConnection) |
David-Engel |
davidengel |
01/19/2018 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerConnection.getDiscardedServerPreparedStatementCount |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Returns the number of currently outstanding prepared statement unprepare actions.
public int getDiscardedServerPreparedStatementCount()
An int that contains the number of currently outstanding prepared statement unprepare actions.
This method is available from JDBC driver version 6.4 and onward.