Doctrine\OrientDB\Query\Command\SelectInterface::between PHP Method

between() public method

Index selects can query with the BETWEEN operator: select from index:name where x between 10.3 and 10.7
public between ( string $key, string $left, string $right ) : Select
$key string
$left string
$right string
return Select
    public function between($key, $left, $right);