共用方式為


close Method (SQLServerPreparedStatement)

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

public void close()

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerPreparedStatement Class

概念

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members