23#ifndef SQL_CMD_DDL_INCLUDED
24#define SQL_CMD_DDL_INCLUDED
30 bool is_dml() const final {
return false; }
Definition: sql_cmd_ddl.h:28
bool is_dml() const final
Definition: sql_cmd_ddl.h:30
Representation of an SQL command.
Definition: sql_cmd.h:64
Representation of an SQL command.