Public Member Functions | |
| Show (Session *in_session) | |
| void | setShowPredicate (const std::string &schema_arg, const std::string &table_arg) |
| void | setShowPredicate (const std::string &schema_arg) |
| void | setShowExists (bool arg) |
| bool | getShowExists () |
| const std::string | getShowSchema () |
| const std::string | getShowTable () |
| bool | execute () |
| bool | isShow () |
| void | set_command (enum_sql_command) |
| LEX & | lex () |
| session::Transactions & | transaction () |
| virtual bool | isTransactional () |
| Session & | session () const |
Private Attributes | |
| std::string | show_schema |
| std::string | show_table |
| bool | if_exists |
| bool drizzled::statement::Show::execute | ( | ) | [virtual] |
Execute the statement.
Reimplemented from drizzled::statement::Select.
Definition at line 38 of file show.cc.
References drizzled::Session::status_var.