|
|
| SQLExecutor (const std::string &user, const std::string &schema) |
| |
|
void | markInErrorState () |
| |
|
void | clearErrorState () |
| |
|
const std::string & | getErrorMessage () const |
| |
| bool | executeSQL (std::vector< std::string > &sql) |
| |
|
|
drizzled::Session::shared_ptr | _session |
| |
|
|
bool | _in_error_state |
| |
|
std::string | _error_message |
| |
Definition at line 29 of file sql_executor.h.
| bool slave::SQLExecutor::executeSQL |
( |
std::vector< std::string > & |
sql | ) |
|
Execute a batch of SQL statements.
- Parameters
-
| sql | Batch of SQL statements to execute. |
- Return values
-
The documentation for this class was generated from the following file: