Public Member Functions | |
| CreateSchema (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 |
Private Member Functions | |
| bool | check (const identifier::Schema &identifier) |
Definition at line 31 of file create_schema.h.
|
virtual |
Execute the statement.
Implements drizzled::statement::Statement.
Reimplemented in drizzled::statement::AlterSchema.
Definition at line 39 of file create_schema.cc.