#include <AST.hpp>
Definition at line 920 of file AST.hpp.
◆ DropIndexStmt()
m::ast::DropIndexStmt::DropIndexStmt |
( |
std::vector< std::unique_ptr< Token > > |
index_names, |
|
|
bool |
has_if_exists |
|
) |
| |
|
inline |
◆ accept() [1/2]
◆ accept() [2/2]
◆ dot()
void Stmt::dot |
( |
std::ostream & |
out | ) |
const |
|
inherited |
◆ dump() [1/2]
void Command::dump |
( |
| ) |
const |
|
inherited |
◆ dump() [2/2]
void Command::dump |
( |
std::ostream & |
out | ) |
const |
|
inherited |
◆ has_if_exists
bool m::ast::DropIndexStmt::has_if_exists |
◆ index_names
std::vector<std::unique_ptr<Token> > m::ast::DropIndexStmt::index_names |
The documentation for this struct was generated from the following file: