Public Member Functions | |
DropSchema (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 | |
bool | drop_if_exists |
Definition at line 28 of file drop_schema.h.
|
virtual |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 37 of file drop_schema.cc.