_setName($name); $this->sql = $sql; } /** * @return string */ public function getSql() { return $this->sql; } }