OpenM++ runtime library (libopenm)
openm::IRowProcessor Class Referenceabstract

public interafce for row processing during select, ie: select and append to row list More...

#include <dbCommon.h>

Inheritance diagram for openm::IRowProcessor:

Public Member Functions

virtual void processRow (IRowBaseUptr &i_row)=0
 process row, ie: append to row list or aggregate. More...
 

Detailed Description

public interafce for row processing during select, ie: select and append to row list

Member Function Documentation

◆ processRow()

virtual void openm::IRowProcessor::processRow ( IRowBaseUptr i_row)
pure virtual

process row, ie: append to row list or aggregate.

Implemented in openm::RowContainerInserter< TContainer >, openm::ValueRowSparseSetter, and openm::ValueRowDigester.


The documentation for this class was generated from the following file: