Gets a complete list of all values to insert into the prepared statement.
An associative array of placeholders and values.
Overrides QueryConditionInterface::arguments
public function arguments() { return $this->query ->arguments(); }