Skip to content

API Streamlining

Latest
Compare
Choose a tag to compare
@cmcgee-mac cmcgee-mac released this 24 Feb 16:31
· 3 commits to main since this release

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.