Phalcon\Db\Adapter\Pdo\Oracle::supportSequences PHP Method

supportSequences() public method

Check whether the database system requires a sequence to produce auto-numeric values.
public supportSequences ( ) : boolean
return boolean
    public function supportSequences()
    {
        return true;
    }