Yajra\Oci8\Schema\Sequence::currentValue PHP Method

currentValue() public method

same function as lastInsertId. added for clarity with oracle sql statement.
public currentValue ( string $name ) : integer
$name string
return integer
    public function currentValue($name)
    {
        return $this->lastInsertId($name);
    }