wip: codegenerator, basic widget present for showing the generated code and specifying
parameters. Some code is also generated but it is not complete yet. minimum still required - field assignments - properly format and escape the query string
This commit is contained in:
parent
daf9536bed
commit
f5145f36ed
19 changed files with 380 additions and 32 deletions
|
|
@ -18,6 +18,8 @@ public:
|
|||
|
||||
void setResult(std::shared_ptr<QueryResultModel> res, float ms);
|
||||
void exportData(const QString &file_name) const;
|
||||
|
||||
std::shared_ptr<const Pgsql::Result> GetPgsqlResult() const { return resultModel->GetPgsqlResult(); }
|
||||
private:
|
||||
Ui::TuplesResultWidget *ui;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue