25 #include <drizzled/session.h>
33 SQLExecutor(
const std::string &user,
const std::string &schema);
35 void markInErrorState()
37 _in_error_state=
true;
40 void clearErrorState()
42 _in_error_state=
false;
45 const std::string &getErrorMessage()
const
47 return _error_message;
58 bool executeSQL(std::vector<std::string> &sql);
61 drizzled::Session::shared_ptr _session;
65 std::string _error_message;
bool executeSQL(std::vector< std::string > &sql)