Drizzled Public API Documentation

drizzled::statement::catalog::Drop Class Reference

Inheritance diagram for drizzled::statement::catalog::Drop:
drizzled::statement::Catalog drizzled::statement::Statement

List of all members.

Public Member Functions

 Drop (Session *in_session, drizzled::lex_string_t &arg)
bool authorized () const
bool perform () const
bool execute ()
identifier::Catalog::const_reference identifier () const
void set_command (enum_sql_command)
LEX & lex ()
session::Transactionstransaction ()
virtual bool isTransactional ()
Sessionsession () const
virtual bool isShow ()

Detailed Description

Definition at line 32 of file drop.h.


Member Function Documentation

bool drizzled::statement::Catalog::execute ( ) [virtual, inherited]

Execute the statement.

Returns:
true on failure; false on success

Implements drizzled::statement::Statement.

Definition at line 39 of file catalog.cc.


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