Drizzled Public API Documentation

drizzled::statement::Show Class Reference
Inheritance diagram for drizzled::statement::Show:
drizzled::statement::Select drizzled::statement::Statement

List of all members.

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)
LEXlex ()
session::Transactionstransaction ()
virtual bool isTransactional ()
Sessionsession () const

Private Attributes

std::string show_schema
std::string show_table
bool if_exists

Detailed Description

Definition at line 32 of file show.h.


Member Function Documentation

bool drizzled::statement::Show::execute ( ) [virtual]

Execute the statement.

Returns:
true on failure; false on success

Reimplemented from drizzled::statement::Select.

Definition at line 38 of file show.cc.

References drizzled::Session::status_var.


The documentation for this class was generated from the following files: