Prado\Data\Common\Sqlite\TSqliteTableColumn::getAutoIncrement PHP 메소드

getAutoIncrement() 공개 메소드

public getAutoIncrement ( ) : boolean
리턴 boolean true if column will auto-increment when the column value is inserted as null.
    public function getAutoIncrement()
    {
        return $this->getInfo('AutoIncrement', false);
    }