protected property Merge::$needsUpdate in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/Query/Merge.php \Drupal\Core\Database\Query\Merge::needsUpdate
Flag indicating whether an UPDATE is necessary.
Type: bool
File
- core/
lib/ Drupal/ Core/ Database/ Query/ Merge.php, line 124
Class
- Merge
- General class for an abstracted MERGE query operation.
Namespace
Drupal\Core\Database\QueryCode
protected $needsUpdate = FALSE;