Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Closes the prepared statement.
public void close()
When a prepared statement is closed, all ResultSet and ResultSetSchema objects associated with it are also closed.
It is recommended that you set the preparedStatement object to null immediately after you close it.