sql-functions

The sql-functions library provides functional interfaces for SQL operations. These are basically copies of the functional interfaces in java.util.functions except their methods can throw SQLExceptions.

Each of these interfaces also contains static methods unchecked and checked to convert them into their matching JSE equivalents.