| Mark a statement as closed.
This is only called by the Statement.close() method. The
connection needs to track what statements are opened so that it
can handle trasactions and connection level options for all of its
open statements. This method tells the connection that the
statement is closed.
Parameters: stmt - statement to mark as closed. |