util.sql
Interface UpdateProcessor
- All Known Implementing Classes:
- MandatoryUpdateProcessor, ComplacentUpdateProcessor
- public interface UpdateProcessor
Representation of an update processor. Takes the number of rows updated and does whatever's
necessary with that info.
- Since:
- 12/2/2001
- Version:
- 1.0
- Author:
- Ryan Daigle
Method Summary |
void |
process(int rows)
Takes the number of rows that were updated as a result of a sql update and do whatever
you want with it. |
process
public void process(int rows)
- Takes the number of rows that were updated as a result of a sql update and do whatever
you want with it.
- Parameters:
rows
- the number of rows updated