Phactory\Sql\Sequence::next PHP Method

next() public method

public next ( )
    public function next()
    {
        return $this->_value++;
    }