Yajra\Oci8\Schema\Sequence::currentValue PHP Метод

currentValue() публичный Метод

same function as lastInsertId. added for clarity with oracle sql statement.
public currentValue ( string $name ) : integer
$name string
Результат integer
    public function currentValue($name)
    {
        return $this->lastInsertId($name);
    }