Public Member Functions | |
| Catalog (Session *, str_ref) | |
| virtual bool | authorized () const =0 |
| virtual bool | perform () const =0 |
| bool | execute () |
| const identifier::Catalog & | identifier () const |
| void | set_command (enum_sql_command) |
| LEX & | lex () |
| session::Transactions & | transaction () |
| virtual bool | isTransactional () |
| Session & | session () const |
| virtual bool | isShow () |
Private Attributes | |
| identifier::Catalog | _identifier |
|
virtual |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 36 of file catalog.cc.