Function Command.releaseStatement
Release a prepared statement.
This method tells the server that it can dispose of the information it holds about the current prepared statement, and resets the Command object to an initial state in that respect.
Prototype
deprecated void releaseStatement();