- Type Parameters:
C- the connection type required by this procedureT- the procedure argument type
public interface DatabaseProcedure<C,T>
A database procedure
-
Method Summary
-
Method Details
-
execute
Executes this procedure with the given connection- Parameters:
connection- the connection being used to execute this procedureargument- the procedure argument, if any- Throws:
DatabaseException- in case of an exception during the execution
-