Public Member Functions | |
| RenameTable (Session *in_session) | |
| 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 | renameTables (TableList *table_list) |
| TableList * | reverseTableList (TableList *table_list) |
| bool | rename (TableList *ren_table, const char *new_db, const char *new_table_name, bool skip_error) |
| TableList * | renameTablesInList (TableList *table_list, bool skip_error) |
Definition at line 28 of file rename_table.h.
|
virtual |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 34 of file rename_table.cc.
References drizzled::TableList::next_local.