sql-functions

A collection of functional interfaces for SQL operations

License

License

GroupId

GroupId

com.github.robtimus
ArtifactId

ArtifactId

sql-functions
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

sql-functions
A collection of functional interfaces for SQL operations
Project URL

Project URL

https://robtimus.github.io/sql-functions/
Source Code Management

Source Code Management

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

Download sql-functions

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.robtimus/sql-functions/ -->
<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>sql-functions</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/sql-functions/
implementation 'com.github.robtimus:sql-functions:2.0'
// https://jarcasting.com/artifacts/com.github.robtimus/sql-functions/
implementation ("com.github.robtimus:sql-functions:2.0")
'com.github.robtimus:sql-functions:jar:2.0'
<dependency org="com.github.robtimus" name="sql-functions" rev="2.0">
  <artifact name="sql-functions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='sql-functions', version='2.0')
)
libraryDependencies += "com.github.robtimus" % "sql-functions" % "2.0"
[com.github.robtimus/sql-functions "2.0"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0

Project Modules

There are no modules declared in this project.

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.

Versions

Version
2.0
1.1
1.0