added connection impl class
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
query_update_intermediate update(const std::string &table);
|
||||
query_delete_intermediate remove();
|
||||
|
||||
result fetch(const std::string &sql);
|
||||
query_result<record> fetch(const std::string &sql);
|
||||
std::pair<size_t, std::string> execute(const std::string &sql);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user