- Type Parameters:
C- the connection type required by this procedureT- the procedure parameter type
public interface DatabaseProcedure<C,T>
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
-