serdaralkancode / sql-functions

A collection of functional interfaces for SQL operations

Home Page:https://robtimus.github.io/sql-functions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of functional interfaces for SQL operations

https://robtimus.github.io/sql-functions/

License:Apache License 2.0


Languages

Language:Java 100.0%