#include <BdsD.h>
Public Member Functions | |
Change (BUInt32 pid=BUInt32(), BUInt32 pchangeGroupId=BUInt32(), BTimeStamp ptime=BTimeStamp(), BString ptype=BString(), BString ptable=BString(), BUInt32 prowId=BUInt32()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
The unique id. | |
BUInt32 | changeGroupId |
The Change group ID. | |
BTimeStamp | time |
The Time the change was made. | |
BString | type |
The change type. | |
BString | table |
The database table affected. | |
BUInt32 | rowId |
The database row affected. |
Bds::Change::Change | ( | BUInt32 | pid = BUInt32() , |
|
BUInt32 | pchangeGroupId = BUInt32() , |
|||
BTimeStamp | ptime = BTimeStamp() , |
|||
BString | ptype = BString() , |
|||
BString | ptable = BString() , |
|||
BUInt32 | prowId = BUInt32() | |||
) |
BError Bds::Change::getMembers | ( | BDictString & | members | ) |
BString Bds::Change::getType | ( | ) |
BError Bds::Change::setMembers | ( | BDictString & | members | ) |
BUInt32 Bds::Change::changeGroupId |
The Change group ID.
BUInt32 Bds::Change::id |
The unique id.
BUInt32 Bds::Change::rowId |
The database row affected.
BString Bds::Change::table |
The database table affected.
BTimeStamp Bds::Change::time |
The Time the change was made.
BString Bds::Change::type |
The change type.