Flag indicating whether an UPDATE is necessary.
Type: bool
File
- core/lib/Drupal/Core/Database/Query/Merge.php, line 122
Class
- Merge
- General class for an abstracted MERGE query operation.
Namespace
Drupal\Core\Database\Query
Code
protected $needsUpdate = FALSE;
Please login to continue.