Overrides SelectInterface::range
public function range($start = NULL, $length = NULL) { $this->query ->range($start, $length); return $this; }