Prado\Data\Common\Sqlite\TSqliteTableColumn::hasSequence PHP Méthode

hasSequence() public méthode

public hasSequence ( ) : boolean
Résultat boolean true if auto increment is true.
    public function hasSequence()
    {
        return $this->getAutoIncrement();
    }