query progress
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define QUERY_QUERY_CONTEXT_HPP
|
||||
|
||||
#include "matador/sql/record.hpp"
|
||||
#include "matador/sql/table.hpp"
|
||||
|
||||
namespace matador::sql {
|
||||
|
||||
@@ -9,7 +10,7 @@ struct query_context
|
||||
{
|
||||
std::string sql;
|
||||
std::string command_name;
|
||||
std::string table_name;
|
||||
sql::table table{""};
|
||||
record prototype;
|
||||
std::vector<std::string> result_vars;
|
||||
std::vector<std::string> bind_vars;
|
||||
|
||||
Reference in New Issue
Block a user