7 #ifndef _litesql_updatequery_hpp
8 #define _litesql_updatequery_hpp
21 std::vector<std::string> fields;
22 std::vector<std::string> values;
24 UpdateQuery(
const std::string& t) : table(t), _where(
"True") {}
27 operator std::string()
const;
28 std::string asString()
const {
return this->
operator std::string(); }
A base class for expression in WHERE - clause.
Definition: expr.hpp:18
a class that helps creating UPDATE-SQL statements.
Definition: updatequery.hpp:18
Contains Expr-class hierarchy and operator overloadings for them.
includes string.hpp and split.hpp