Is it possible to change the API such that I can create prepared statements in advance before I execute them? Right now it is only possible to do batch processing (where the prepared statements are created at the beginning) but no explicit control is available over the lifetime of a prepared statement.