My Project
|
#include <sql_handler.h>
Public Member Functions | |
virtual enum_sql_command | sql_command_code () const |
Return the command code for this statement. | |
virtual bool | execute (THD *thd) |
Sql_cmd_handler_close represents HANDLER CLOSE statement.
bool Sql_cmd_handler_close::execute | ( | THD * | thd | ) | [virtual] |
Execute a HANDLER CLOSE statement.
thd | The current thread. |
FALSE | on success. |
TRUE | on failure. |
Implements Sql_cmd.