still making more changes

This commit is contained in:
Becca 2015-09-14 15:23:06 -05:00
parent 5680c2e3d8
commit 584fe622f4

View file

@ -3,26 +3,14 @@ class db_engine {
public: public:
db_engine(); db_engine();
void createCmd();
// //void openCmd();
create(); void saveCmd();
// void showCmd();
open(); void insertQuery();
// void deleteQuery();
save(); void selectQuery();
// void projectQuery();
show(); void productQuery();
bool unionComp();
//
insert();
//
delete();
//
select();
//
project();
//
product();
//
union_comp();
}; };