all working with update and delete
This commit is contained in:
parent
efd560a10e
commit
c444b7368f
2 changed files with 2 additions and 0 deletions
BIN
a.out
BIN
a.out
Binary file not shown.
2
test.cpp
2
test.cpp
|
@ -35,4 +35,6 @@ int main () {
|
|||
engine.createTable("Food", v);
|
||||
engine.updateCmd("Food", "Dinner", "SUCCESS", "Breakfast", "Pancakes");
|
||||
engine.getTableFromName("Food").display();
|
||||
engine.deleteCmd("Food", "Breakfast", "Pancakes");
|
||||
engine.getTableFromName("Food").display();
|
||||
}
|
||||
|
|
Reference in a new issue