Public Member Functions | |
| Execute (Session *in_session, drizzled::execute_string_t, bool is_quiet_arg, bool is_concurrent, bool should_wait) | |
| bool | execute () |
| void | set_command (enum_sql_command) |
| LEX & | lex () |
| session::Transactions & | transaction () |
| virtual bool | isTransactional () |
| Session & | session () const |
| virtual bool | isShow () |
Private Member Functions | |
| bool | parseVariable (void) |
| bool | runStatement (plugin::NullClient &, const std::string &) |
| bool | execute_shell () |
Private Attributes | |
| bool | is_quiet |
| bool | is_concurrent |
| bool | should_wait |
| drizzled::execute_string_t | to_execute |
|
virtual |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 86 of file execute.cc.