- 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 using the given connection- Parameters:
connection
- the connection to useargument
- the procedure argument, if any- Throws:
DatabaseException
- in case of an exception during the execution
-