Public Member Functions | |
Analyze (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 () |
Public Attributes | |
HA_CHECK_OPT | check_opt |
bool drizzled::statement::Analyze::execute | ( | ) | [virtual] |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 31 of file analyze.cc.