query.inc

  1. drupal
    1. drupal7

Version 1.23 (checked in on 2009/05/24 at 17:39:30 by dries)

Non-specific Database query code. Used by all engines.

Klassen

NameBeschreibung
DatabaseConditionGeneric class for a series of conditions in a query.
DeleteQueryGeneral class for an abstracted DELETE operation.
InsertQueryGeneral class for an abstracted INSERT operation.
MergeQueryGeneral class for an abstracted MERGE operation.
QueryBase class for the query builders.
TruncateQueryGeneral class for an abstracted TRUNCATE operation.
UpdateQueryGeneral class for an abstracted UPDATE operation.

Funktionen & Methoden

NameBeschreibung
db_andReturns a new DatabaseCondition, set to "AND" all conditions together.
db_conditionReturns a new DatabaseCondition, set to the specified conjunction.
db_orReturns a new DatabaseCondition, set to "OR" all conditions together.
db_xorReturns a new DatabaseCondition, set to "XOR" all conditions together.

Interfaces

NameBeschreibung
QueryAlterableInterfaceInterface for a query that can be manipulated via an alter hook.
QueryConditionInterfaceInterface for a conditional clause in a query.

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen