Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f9dccfc5

Von Christian Ehringfeld vor mehr als 8 Jahren hinzugefügt

  • ID f9dccfc539f4c0b8e4acc2c0a77de8e8200b28fa
  • Vorgänger 95a2ba7e
  • Nachfolger be2e9500

m-n

Unterschiede anzeigen:

src/attribute.cpp
}
QString Attribute::toString() const {
return this->name + " " + this->columnName + " " + this->tableName + " " +
this->relatedTable + " " + this->relatedColumnName + " " + this->conjunctedTable;
return ("Attribute: " + this->name + " " + this->columnName + " " + this->tableName + " " +
this->relatedTable + " " + this->relatedColumnName + " " + this->conjunctedTable);
}

Auch abrufbar als: Unified diff