MySQL 9.1.0
Source Code Documentation
|
#include <memory>
#include <string>
#include "my_sqlcommand.h"
#include "sql/dd/types/table.h"
#include "sql/sql_cmd_ddl.h"
Go to the source code of this file.
Classes | |
class | Sql_cmd_truncate_table |
Sql_cmd_truncate_table represents the TRUNCATE statement. More... | |
Typedefs | |
using | Up_table = std::unique_ptr< dd::Table > |