update and delete working

This commit is contained in:
Rebecca Schofield 2015-10-06 13:18:34 -05:00
parent 15185bcb8d
commit 234b2ea8af
2 changed files with 1 additions and 1 deletions

View file

@ -28,6 +28,6 @@ public:
void insertFromRelation(Relation r);
void removeTuple(int index);
void removeFromTuple(int rindex, int aindex);
void updateCmd();
void updateCmd(string attNameSet, string attSet, string attNameWhere, string attWhere);
void deleteCmd(string attName, string s);
};

BIN
a.out

Binary file not shown.