interface QueryConditionInterface

Interface for a conditional clause in a query.

Hierarchy

Expanded class hierarchy of QueryConditionInterface

All classes that implement QueryConditionInterface

Related topics

File

drupal/includes/database/query.inc, line 16
Non-specific Database query code. Used by all engines.

View source

Members

Namesort descending Modifiers Type Description Overrides
QueryConditionInterface::arguments public function Gets a complete list of all values to insert into the prepared statement. 6
QueryConditionInterface::compile public function Compiles the saved conditions for later retrieval. 6
QueryConditionInterface::compiled public function Check whether a condition has been previously compiled. 6
QueryConditionInterface::condition public function Helper function: builds the most common conditional clauses. 6
QueryConditionInterface::conditions public function Gets a complete list of all conditions in this conditional clause. 6
QueryConditionInterface::exists public function Sets a condition that the specified subquery returns values. 6
QueryConditionInterface::isNotNull public function Sets a condition that the specified field be NOT NULL. 6
QueryConditionInterface::isNull public function Sets a condition that the specified field be NULL. 6
QueryConditionInterface::notExists public function Sets a condition that the specified subquery returns no values. 6
QueryConditionInterface::where public function Adds an arbitrary WHERE clause to the query. 6