Drizzled Public API Documentation

drizzled::statement::AlterSchema Class Reference
Inheritance diagram for drizzled::statement::AlterSchema:
drizzled::statement::CreateSchema drizzled::statement::Statement

List of all members.

Public Member Functions

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

Public Attributes

bool is_if_not_exists
message::Schema schema_message

Detailed Description

Definition at line 32 of file alter_schema.h.


Member Function Documentation

Execute the statement.

Returns:
true on failure; false on success

Reimplemented from drizzled::statement::CreateSchema.

Definition at line 37 of file alter_schema.cc.


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