My Project
|
#include <sql_admin.h>
Public Member Functions | |
Sql_cmd_check_table () | |
bool | execute (THD *thd) |
virtual enum_sql_command | sql_command_code () const |
Return the command code for this statement. |
Sql_cmd_check_table represents the CHECK TABLE statement.
Sql_cmd_check_table::Sql_cmd_check_table | ( | ) | [inline] |
Constructor, used to represent a CHECK TABLE statement.
bool Sql_cmd_check_table::execute | ( | THD * | thd | ) | [virtual] |
Execute this SQL statement.
thd | the current thread. |
false | on success. |
true | on error |
Implements Sql_cmd.