Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing.
This commit is contained in:
parent
3fb32f1200
commit
d626c19e14
15 changed files with 530 additions and 83 deletions
|
|
@ -65,8 +65,8 @@ public:
|
|||
bool islocal;
|
||||
int32_t inhcount;
|
||||
bool noinherit;
|
||||
AttNumVec key; // list of constraint columns attnum
|
||||
AttNumVec fkey; // fkey list of referenced columns
|
||||
SmallAttNumVec<5> key; // list of constraint columns attnum
|
||||
SmallAttNumVec<5> fkey; // fkey list of referenced columns
|
||||
OidVec pfeqop;
|
||||
OidVec ppeqop;
|
||||
OidVec ffeqop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue