![]() |
Particular Cycle type doing nothing. More...
#include <DBBase.h>
Inheritance diagram for HSEPData::NullCycle:
Collaboration diagram for HSEPData::NullCycle:Public Member Functions | |
| virtual | ~NullCycle () |
| virtual bool | execute (DBResultSet *pResultSetPtr, bool pIsFirst, bool pIsLast) |
| Receives a row from a data operation but do nothing on it. | |
Public Member Functions inherited from HSEPData::CycleBase | |
| virtual | ~CycleBase () |
Particular Cycle type doing nothing.
Must be seen as a NOP batch processing.
|
inlinevirtual |
Receives a row from a data operation but do nothing on it.
The operation will be repeated for every row received in a data set.
| pResultSetPtr | The received row |
| pIsFirst | true when it is the first row in the data set |
| pIsLast | true when it is the last row in the data set |
Implements HSEPData::CycleBase.