24#ifndef SQL_CMD_DDL_INCLUDED 
   25#define SQL_CMD_DDL_INCLUDED 
   31  bool is_dml() const final { 
return false; }
 
Definition: sql_cmd_ddl.h:29
 
bool is_dml() const final
Definition: sql_cmd_ddl.h:31
 
Representation of an SQL command.
Definition: sql_cmd.h:65
 
Representation of an SQL command.