Public Member Functions | |
| AlterSchema (Session *in_session) | |
| bool | execute () |
| bool | validateSchemaOptions () |
| void | set_command (enum_sql_command) |
| LEX & | lex () |
| session::Transactions & | transaction () |
| virtual bool | isTransactional () |
| Session & | session () const |
| virtual bool | isShow () |
Public Attributes | |
| bool | is_if_not_exists |
| message::Schema | schema_message |
Definition at line 28 of file alter_schema.h.
|
virtual |
Execute the statement.
Reimplemented from drizzled::statement::CreateSchema.
Definition at line 36 of file alter_schema.cc.