MySQL 8.3.0
Source Code Documentation
sql_truncate.h File Reference
#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 >
 

Typedef Documentation

◆ Up_table

using Up_table = std::unique_ptr<dd::Table>