wip
This commit is contained in:
parent
0da32b916c
commit
698ccab6ab
20 changed files with 265 additions and 37 deletions
|
|
@ -12,6 +12,7 @@ namespace sqlast {
|
|||
explicit StringLiteral(const std::string s);
|
||||
|
||||
QString GetValue() const { return value; }
|
||||
void Accept(NodeVisitor &visitor) override;
|
||||
private:
|
||||
QString value;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue