Set an OFFSET on the query, specifying a number of results to skip.
public function setOffset($offset) { $this->offset = $offset; }