Public Member Functions | |
DropIndex (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 | |
message::Table | create_table_proto |
AlterInfo | alter_info |
Definition at line 29 of file drop_index.h.
|
virtual |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 33 of file drop_index.cc.