update and delete working
This commit is contained in:
parent
15185bcb8d
commit
234b2ea8af
2 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ public:
|
||||||
void insertFromRelation(Relation r);
|
void insertFromRelation(Relation r);
|
||||||
void removeTuple(int index);
|
void removeTuple(int index);
|
||||||
void removeFromTuple(int rindex, int aindex);
|
void removeFromTuple(int rindex, int aindex);
|
||||||
void updateCmd();
|
void updateCmd(string attNameSet, string attSet, string attNameWhere, string attWhere);
|
||||||
void deleteCmd(string attName, string s);
|
void deleteCmd(string attName, string s);
|
||||||
};
|
};
|
BIN
a.out
BIN
a.out
Binary file not shown.
Reference in a new issue