Result of wrapping SQL with paging directives.
SQL that returns the total row count (without paging)
SQL that returns the paged data rows
The computed offset (same as startRow input)
The page size (same as maxRows input)
Result of wrapping SQL with paging directives.