set Offset
Sets the index of the first result in the query to return.
A default of 0 will be used if it is not set.
Return
The same ParameterisedQuery instance.
See also
Parameters
offset
The index of the first result in the query to return.
Throws
If offset is negative.