#include <ParserNode.h>
Definition at line 2191 of file ParserNode.h.
Parser::DeleteStmt::DeleteStmt |
( |
std::string * |
t, |
|
|
Expr * |
w |
|
) |
| |
|
inline |
Definition at line 2193 of file ParserNode.h.
std::unique_ptr< Expr > where_clause_
std::unique_ptr< std::string > table_
const std::string* Parser::DeleteStmt::get_table |
( |
| ) |
const |
|
inline |
const Expr* Parser::DeleteStmt::get_where_clause |
( |
| ) |
const |
|
inline |
std::unique_ptr<std::string> Parser::DeleteStmt::table_ |
|
private |
std::unique_ptr<Expr> Parser::DeleteStmt::where_clause_ |
|
private |
The documentation for this class was generated from the following files:
- /home/jenkins-slave/workspace/core-os-doxygen/Parser/ParserNode.h
- /home/jenkins-slave/workspace/core-os-doxygen/Parser/ParserNode.cpp