table = $tableName; return $this; } public function render() : string { return $this->renderSegments([ static::SQL_TOKEN, $this->table, ]); } }