- Type Parameters:
C- the connection type required by this functionP- the parameter typeR- the return type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A database function
-
Method Summary
-
Method Details
-
execute
Executes this function using the given connection- Parameters:
connection- the connection to useparameter- the function parameter, if any- Returns:
- the function return parameter
-