Currently when using a Statement object there is no indication for the underlying implementation whether the statement should be closed or left open.
It would be good if Statement.java could have a boolean value that could be set when building that could indicate to the implementation that the user wishes to close the statement, e.g. Statement releaseAfterwards();