#include <sql_alter.h>
Public Types |
enum | enum_tablespace_op_type { DISCARD_TABLESPACE,
IMPORT_TABLESPACE
} |
Public Member Functions |
| Sql_cmd_discard_import_tablespace (enum_tablespace_op_type tablespace_op_arg) |
bool | execute (THD *thd) |
Additional Inherited Members |
static void * | operator new (size_t size) throw () |
static void * | operator new[] (size_t size) throw () |
static void * | operator new[] (size_t size, MEM_ROOT *mem_root) throw () |
static void * | operator new (size_t size, MEM_ROOT *mem_root) throw () |
static void | operator delete (void *ptr, size_t size) |
static void | operator delete (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, size_t size) |
| Sql_cmd_common_alter_table () |
virtual enum_sql_command | sql_command_code () const |
| Return the command code for this statement.
|
Detailed Description
Sql_cmd_alter_table_tablespace represents ALTER TABLE IMPORT/DISCARD TABLESPACE statements.
Definition at line 410 of file sql_alter.h.
Member Function Documentation
bool Sql_cmd_discard_import_tablespace::execute |
( |
THD * |
thd | ) |
|
|
virtual |
Execute this SQL statement.
- Parameters
-
- Return values
-
false | on success. |
true | on error |
Implements Sql_cmd.
Definition at line 319 of file sql_alter.cc.
The documentation for this class was generated from the following files: