#include <FBwUpdate.h>
Public Methods | |
| FBwUpdate (FBwDb *pMdb, const string &ptable) | |
| void | Update () |
| void | Append () |
| void | Delete () |
| void | Refresh () |
| void | SetTable (const string &ptable) |
| const string & | GetTable () const |
| void | SetUpdateSql (const string &s) |
| void | SetInsertSql (const string &s) |
| void | SetDeleteSql (const string &s) |
| void | SetKeyLink (FieldList *fl) |
| void | SetDataLink (FieldList *fl) |
| bool | Error () const |
Public Attributes | |
| FieldList | Values |
| FieldList | Keys |
Protected Methods | |
| void | RefreshKey () |
| void | Execute () |
| void | Init () |
| void | ClearStat () |
| void | CreateUpdate (const string &s) |
| void | CreateInsert (const string &s) |
| void | CreateDelete (const string &s) |
| void | CreateRefresh (const string &s) |
| void | RefreshValues () |
| void | RefreshKeys () |
Protected Attributes | |
| struct { | |
| bool updCreated:1 | |
| bool insCreated:1 | |
| bool delCreated:1 | |
| bool refCreated:1 | |
| bool error:1 | |
| } | stat |
| FieldList * | kp |
| FieldList * | dp |
1.2.17