Package tools.jdbc
Interface SqlFunction<T,R>
- All Superinterfaces:
Function<T,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface
- Since:
- 1.90
-
Method Summary
-
Method Details
-
apply
Applies this function to the given argument. -
applyRs
- Throws:
SQLException
-