Drizzled Public API Documentation

drizzled::statement::ShowErrors Class Reference
Inheritance diagram for drizzled::statement::ShowErrors:
drizzled::statement::Statement

Public Member Functions

 ShowErrors (Session *in_session)
bool execute ()
void set_command (enum_sql_command)
LEX & lex ()
session::Transactionstransaction ()
virtual bool isTransactional ()
Sessionsession () const
virtual bool isShow ()

Detailed Description

Definition at line 28 of file show_errors.h.

Member Function Documentation

bool drizzled::statement::ShowErrors::execute ( )
virtual

Execute the statement.

Returns
true on failure; false on success

Implements drizzled::statement::Statement.

Definition at line 32 of file show_errors.cc.


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