QueryResult

Generic query result, returned by getQueryResults

Members

Properties

noDataRows
bool noDataRows [@property getter]

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 (schema). Each sql statement in simple query protocol creates one block. Each portal execution in EQ protocol creates one block.

commandsComplete
short commandsComplete;

Number of CommandComplete\EmptyQueryResponse\PortalSuspended messages received.

Meta