#include "StringLiteral.h" using namespace sqlast; StringLiteral::StringLiteral(const std::string s) : value(QString::fromStdString(s)) {}