getQuery($this); } /** * @return string * @throws Exception */ public function getCondition(): string { return (new Select())->getWhere($this); } }