small query compiler progress
This commit is contained in:
@@ -73,6 +73,8 @@ public:
|
||||
|
||||
statement prepare();
|
||||
|
||||
std::string str() const;
|
||||
|
||||
private:
|
||||
std::unique_ptr<query_result_impl> fetch();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user