function SelectQueryExtender::range

Overrides SelectQueryInterface::range

1 call to SelectQueryExtender::range()
PagerDefault::execute in includes/pager.inc
Override the execute method.

File

includes/database/select.inc, line 775

Class

SelectQueryExtender
The base extender class for Select queries.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.