Doctrine\DBAL\Platforms\OraclePlatform::supportsForeignKeyOnUpdate PHP Метод

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

{@inheritDoc}
    public function supportsForeignKeyOnUpdate()
    {
        return false;
    }
OraclePlatform