interface ConditionInterface

Same name in this branch

Interface for a conditional clause in a query.

Hierarchy

Expanded class hierarchy of ConditionInterface

All classes that implement ConditionInterface

1 file declares its use of ConditionInterface

File

drupal/core/lib/Drupal/Core/Database/Query/ConditionInterface.php, line 15
Definition of Drupal\Core\Database\Query\ConditionInterface

Namespace

Drupal\Core\Database\Query
View source

Members

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