LiteSQL
|
a class that helps creating UPDATE-SQL statements. More...
#include <updatequery.hpp>
Public Member Functions | |
UpdateQuery (const std::string &t) | |
UpdateQuery & | where (const Expr &e) |
UpdateQuery & | set (const FieldType &f, const std::string &value) |
operator std::string () const | |
std::string | asString () const |
a class that helps creating UPDATE-SQL statements.
methods are self-explanatory.