Share via


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()

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Referenz

SQLServerPreparedStatement Class

Konzepte

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members