AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ASqlBuilder::Update Class Reference

Public Member Functions#

 Update (const Update &)=delete
 
Updatewhere (const WhereExpr &w)
 
void set (const AString &key, const AVariant &value)
 
- Public Member Functions inherited from ASqlBuilder::Statement
ASqlBuilderalso ()
 Does the another request to the same table.
 

Additional Inherited Members#

- Protected Member Functions inherited from ASqlBuilder::WhereStatement
 WhereStatement (ASqlBuilder &builder, const AString &sql)
 
void whereImpl (const WhereExpr &w)
 
- Protected Member Functions inherited from ASqlBuilder::Statement
 Statement (ASqlBuilder &builder, const AString &sql)
 
 Statement (const Statement &)=delete
 
- Protected Attributes inherited from ASqlBuilder::WhereStatement
AString mWhereExpr
 
AVector< AVariant > mWhereParams
 
- Protected Attributes inherited from ASqlBuilder::Statement
ASqlBuildermBuilder
 
AString mSql