Public Member Functions | |
Load (Session *in_session) | |
bool | execute () |
bool | isTransactional () |
void | set_command (enum_sql_command) |
LEX & | lex () |
session::Transactions & | transaction () |
Session & | session () const |
virtual bool | isShow () |
Public Attributes | |
const char * | fname_start |
const char * | fname_end |
bool drizzled::statement::Load::execute | ( | ) | [virtual] |
Execute the statement.
Implements drizzled::statement::Statement.