다음을 통해 공유


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