Drizzled Public API Documentation

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

Public Member Functions

 DropSchema (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

Detailed Description

Definition at line 28 of file drop_schema.h.

Member Function Documentation

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

Execute the statement.

Returns
true on failure; false on success

Implements drizzled::statement::Statement.

Definition at line 36 of file drop_schema.cc.


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