Public Member Functions | |
| InsertSelect (Session *in_session) | |
| bool | execute () |
| bool | isTransactional () |
| void | set_command (enum_sql_command) |
| LEX & | lex () |
| session::Transactions & | transaction () |
| Session & | session () const |
| virtual bool | isShow () |
Definition at line 32 of file insert_select.h.
| bool drizzled::statement::InsertSelect::execute | ( | ) | [virtual] |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 32 of file insert_select.cc.
References drizzled::Name_resolution_context::first_name_resolution_table, drizzled::handle_select(), drizzled::insert_precheck(), drizzled::TableList::next_local, drizzled::TableList::table, and drizzled::Name_resolution_context::table_list.