Drizzled Public API Documentation

drizzled::statement::InsertSelect Class Reference
Inheritance diagram for drizzled::statement::InsertSelect:
drizzled::statement::Statement

Public Member Functions

 InsertSelect (Session *in_session)
bool execute ()
bool isTransactional ()
void set_command (enum_sql_command)
LEX & lex ()
session::Transactionstransaction ()
Sessionsession () const
virtual bool isShow ()

Detailed Description

Definition at line 28 of file insert_select.h.

Member Function Documentation

bool drizzled::statement::InsertSelect::execute ( )
virtual

Execute the statement.

Returns
true on failure; false on success

Implements drizzled::statement::Statement.

Definition at line 33 of file insert_select.cc.

References drizzled::handle_select(), drizzled::insert_precheck(), drizzled::TableList::next_local, and drizzled::TableList::table.


The documentation for this class was generated from the following files: