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:
db_engine();
//
create();
//
open();
//
save();
//
show();
//
insert();
//
delete();
//
select();
//
project();
//
product();
//
union_comp();
void createCmd();
//void openCmd();
void saveCmd();
void showCmd();
void insertQuery();
void deleteQuery();
void selectQuery();
void projectQuery();
void productQuery();
bool unionComp();
};