public method IO2GAccountsTableResponseReader.getRow

Brief

Gets a row from the Accounts table.

Declaration
C++
virtual IO2GAccountRow getRow (int index) = 0

Parameters
index

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

Details

If the row is not found, the method returns null.

Declared in IO2GAccountsTableResponseReader

back