Adds an arbitrary WHERE clause to the query.
$snippet: A portion of a WHERE clause as a prepared statement. It must use named placeholders, not ? placeholders.
$args: An associative array of arguments.
QueryConditionInterface The called object.
public function where($snippet, $args = array());