Drizzled Public API Documentation

drizzled::statement::AlterTable Class Reference
Inheritance diagram for drizzled::statement::AlterTable:
drizzled::statement::CreateTable drizzled::statement::Statement

List of all members.

Public Member Functions

 AlterTable (Session *in_session, Table_ident *ident, drizzled::ha_build_method build_arg)
virtual bool is_alter () const
bool execute ()
virtual bool executeInner (identifier::Table::const_reference)
message::TablecreateTableMessage ()
HA_CREATE_INFOcreate_info ()
bool validateCreateTableOption ()
void set_command (enum_sql_command)
LEXlex ()
session::Transactionstransaction ()
virtual bool isTransactional ()
Sessionsession () const
virtual bool isShow ()

Public Attributes

AlterInfo alter_info
KEY_CREATE_INFO key_create_info
message::Table::ForeignKeyConstraint::ForeignKeyMatchOption fk_match_option
message::Table::ForeignKeyConstraint::ForeignKeyOption fk_update_opt
message::Table::ForeignKeyConstraint::ForeignKeyOption fk_delete_opt
char * change
Itemdefault_value
Itemon_update_value
enum column_format_type column_format
LEX_STRING comment
bool is_engine_set
bool is_create_table_like
bool lex_identified_temp_table
bool link_to_local
TableListcreate_table_list

Detailed Description

Definition at line 38 of file alter_table.h.


Member Function Documentation

bool drizzled::statement::AlterTable::execute ( ) [virtual]

Execute the statement.

Returns:
true on failure; false on success

Reimplemented from drizzled::statement::CreateTable.

Definition at line 89 of file alter_table.cc.

References drizzled::LEX::name.


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