QueryResult

Generic query result, returned by getQueryResults

Members

Functions

noDataRows
bool noDataRows()

returns true if there is not a single data row in the response.

Variables

blocks
RowBlock[] blocks;

Data blocks, each block being an array of rows sharing one row description. Each sql statement in simple query protocol creates one block. Each portal execution in EQ protocol creates one block.

Meta