|
My Project
|
#include <sql_handler.h>
Public Member Functions | |
| Sql_cmd_handler_read (enum_ha_read_modes read_mode, const char *key_name, List< Item > *key_expr, ha_rkey_function rkey_mode) | |
| virtual enum_sql_command | sql_command_code () const |
| Return the command code for this statement. | |
| virtual bool | execute (THD *thd) |
Sql_cmd_handler_read represents HANDLER READ statement.
| bool Sql_cmd_handler_read::execute | ( | THD * | thd | ) | [virtual] |
Execute a HANDLER READ statement.
| thd | The current thread. |
| FALSE | on success. |
| TRUE | on failure. |
Implements Sql_cmd.
1.7.6.1