Public Member Functions | |
| Execute (Session &, bool wait_arg) | |
| void | run (std::string &to_execute) |
| void | run (const char *arg, size_t length) |
| void | run (std::string &execution_string, sql::ResultSet &result_set) |
| Session & | session () |
| void | setWait (bool arg=true) |
Private Attributes | |
| bool | wait |
| Session & | _session |