Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

fbwrap::FBwUpdate Class Reference

Basic update object class. More...

#include <FBwUpdate.h>

List of all members.

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
FieldListkp
FieldListdp


Detailed Description

Basic update object class.


The documentation for this class was generated from the following files:
Generated on Fri Jan 31 08:30:05 2003 for fbwrap by doxygen1.2.17