Function Command.releaseStatement

Release a prepared statement.

deprecated void releaseStatement ();

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.