- Type Parameters:
C- the connection type required by this functionT- the parameter typeR- the return type
public interface DatabaseFunction<C,T,R>
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
-