function MergeQuery::where

Implements QueryConditionInterface::where().

Overrides QueryConditionInterface::where

File

includes/database/query.inc, line 1599

Class

MergeQuery
General class for an abstracted MERGE query operation.

Code

public function where($snippet, $args = array()) {
    $this->condition
        ->where($snippet, $args);
    return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.