F21 wrote:
I think I am misunderstanding your comment from PHOENIX-1181.
- If I set maxRowCount to 100, and the query returns 250 entries, I
should get 1 frame containing 100 rows back with the option to fetch
more rows (with the amount of rows subject to the maxRowCount of the
fetch request), right?
Yep!
- A executeResponse (from a PrepareAndExecuteRequest) can contain
multiple resultSets witch each resultSet containing 1 frame. Under what
circumstances will you get multiple resultSets in an executeResponse?
From my limited testing, I always get 1 resultSet in my executeResponses.
Presently, you'll only ever see one resultSet in the ExecuteResponse.
Not sure if Julian had something in mind by making this a list of
ResultSets instead of just a single ResultSet.