In this release the NormStatement becomes the one statement class to use and the parameters have placeholders that can be used when either parameters or results are unnecessary for the statement. The different types of execution methods are on this one class now. The executeQuery now returns a simple list of the results making it cleaner and less error prone with the closing of the result set but still allowing streaming, filtering, mapping reducing and forEach as before.