public method IO2GGenericTableResponseReader.getGenericRow

Brief

Gets a generic row by its index.

Declaration
C++
virtual IO2GRow  getGenericRow (int row) = 0

Parameters
row

The index of a row. The index must be between 0 and IO2GGenericTableResponseReader.size() - 1.

Details

The method is used to work with an abstract row. The method provides common access to rows in a reader/table independently of a reader/table type. The method can be used for processing table updates in the non-table manager mode or working with tables in the table manager mode.

Declared in IO2GGenericTableResponseReader

back