Nous n’avons pas trouvé cette entrée. Affichage de résultats approximatifs. Vérifiez l’orthographe ou proposez d’ajouter ce terme au dictionnaire.
CDbCommand
Before building a new query, however, the CDbCommand::reset() method must be invoked to clean up the previous query.
Bevor man jedoch eine neue Abfrage damit erstellen kann, muss die vorhergehende Abfrage durch einen Aufruf von CDbCommand::reset() gelöscht werden
Once a database connection is established, SQL statements can be executed using CDbCommand.
Nachdem eine Verbindung zur Datenbank aufgebaut ist, können mit CDbCommand SQL-Anweisungen ausgeführt werden.
A SQL statement is executed via CDbCommand in one of the following two ways
Eine SQL-Anweisung wird über CDbCommand auf eine der folgenden beiden Arten ausgeführt
CDbCommand: represents an SQL statement to execute against a database.
CDbCommand: repräsentiert eine SQL-Anweisung, die gegenüber der Datenbank ausgeführt werden soll.
CDbCommand failed to execute the SQL statement: SQLSTATE: Undefined function: 7 An internal error occurred while the Web server was processing your request.
CDbCommand konnte das SQL-Statement nicht ausführen: Beim Bearbeiten Ihrer Anfrage durch den Webserver ist ein interner Fehler aufgetreten.
For example, we can call CDbCommand::queryRow() to obtain a row of result, or CDbCommand::queryAll() to get all rows at once.
Mit CDbCommand::queryRow() erhält man z.B. eine einzelne Zeile als Ergebnis, mit CDbCommand::queryAll() alle Zeilen auf einmal.
A CDbCommand instance can be reused multiple times to build several queries.
Starting from version 1.1.6, CDbCommand can also be used as a query builder that builds a SQL statement from code fragments. For example,
Der Query Builder baut daraus dann einen gültigen SQL-Ausdruck, der mit den üblichen DAO-Methoden verwendet werden kann, wie es im Kapitel Data Access Objects beschrieben wurde.
The Yii Query Builder is provided in terms of CDbCommand, the main DB query class described in Data Access Objects.
Der Yii Query Builder steht in Form eines CDbCommands zur Verfügung, also jener Hauptklasse für DB-Abfragen, wie sie bereits in Data Access Objects beschrieben wurde.
Sets the SELECT part of the query. CDbCommand selectDistinct()
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.