Drizzled Public API Documentation

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

Public Member Functions

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

Public Attributes

bool drop_if_exists
 
bool drop_temporary
 

Detailed Description

Definition at line 28 of file drop_table.h.

Member Function Documentation

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

Execute the statement.

Returns
true on failure; false on success

Implements drizzled::statement::Statement.

Definition at line 89 of file drop_table.cc.


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