Function Statement.finalize

Explicitly finalizes the prepared statement.

void finalize();

After a call to finalize(), the Statement object is destroyed and cannot be used.