get(); } /** * @return string * @throws Exception */ public function getCondition(): string { return SqlBuilder::builder($this)->getCondition(); } }