6 methods override ConditionInterface::exists()

Condition::exists in drupal/core/lib/Drupal/Core/Database/Query/Condition.php
Implements Drupal\Core\Database\Query\ConditionInterface::exists().
Delete::exists in drupal/core/lib/Drupal/Core/Database/Query/Delete.php
Implements Drupal\Core\Database\Query\ConditionInterface::exists().
Merge::exists in drupal/core/lib/Drupal/Core/Database/Query/Merge.php
Implements Drupal\Core\Database\Query\ConditionInterface::exists().
Select::exists in drupal/core/lib/Drupal/Core/Database/Query/Select.php
Sets a condition that the specified subquery returns values.
SelectExtender::exists in drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php
Sets a condition that the specified subquery returns values.
Update::exists in drupal/core/lib/Drupal/Core/Database/Query/Update.php
Implements Drupal\Core\Database\Query\ConditionInterface::exists().