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.