Prado\Data\Common\Mssql\TMssqlTableColumn::getIsExcluded PHP 메소드

getIsExcluded() 공개 메소드

public getIsExcluded ( ) : boolean
리턴 boolean true if db type is 'timestamp'.
    public function getIsExcluded()
    {
        return strtolower($this->getDbType()) === 'timestamp';
    }