- Type Parameters:
C- the connection type required by this procedureP- the procedure parameter 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 procedure
-
Method Summary
-
Method Details
-
execute
Executes this procedure using the given connection- Parameters:
connection- the connection to useparameter- the procedure parameter, if any
-