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 |
Detailed Description
Definition at line 28 of file show.h.
Member Function Documentation
bool drizzled::statement::Show::execute |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: