new framework
This commit is contained in:
parent
dc3bbcba37
commit
dce0187660
1 changed files with 8 additions and 8 deletions
16
DBEngine.h
16
DBEngine.h
|
@ -22,14 +22,14 @@ public:
|
||||||
tables.push_back(r);
|
tables.push_back(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
void showTable() {}
|
void showTable() { /*Becca*/ }
|
||||||
void saveToFile() { /*???*/ }
|
void saveToFile() { /*Becca*/ }
|
||||||
void insertTuple() {}
|
void insertTuple() { /*William*/ }
|
||||||
void deleteTuple() {}
|
void deleteTuple() { /*William*/ }
|
||||||
void selectTuples() {}
|
void selectTuples() { /*Becca*/ }
|
||||||
void project() {}
|
void project() { /*Brandon*/ }
|
||||||
void product() {}
|
void product() { /*Brandon*/ }
|
||||||
void unionComp() {}
|
void unionComp() { /*William*/ }
|
||||||
|
|
||||||
|
|
||||||
vector<Relation> getRelations() {
|
vector<Relation> getRelations() {
|
||||||
|
|
Reference in a new issue