query = $query; return $this; } /** * Get the executed SQL query * * @return string */ public function getQuery() { return $this->query; } }