Public Member Functions | |
Catalog (Session *in_session, drizzled::lex_string_t &arg) | |
virtual bool | authorized () const =0 |
virtual bool | perform () const =0 |
bool | execute () |
identifier::Catalog::const_reference | 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 |
bool drizzled::statement::Catalog::execute | ( | ) | [virtual] |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 39 of file catalog.cc.