|
My Project
|
#include <sql_alter.h>
Public Member Functions | |
| Sql_cmd_alter_table () | |
| bool | execute (THD *thd) |
Sql_cmd_alter_table represents the generic ALTER TABLE statement.
| Sql_cmd_alter_table::Sql_cmd_alter_table | ( | ) | [inline] |
Constructor, used to represent a ALTER TABLE statement.
| bool Sql_cmd_alter_table::execute | ( | THD * | thd | ) | [virtual] |
Execute this SQL statement.
| thd | the current thread. |
| false | on success. |
| true | on error |
Implements Sql_cmd.
1.7.6.1