still making more changes
This commit is contained in:
parent
5680c2e3d8
commit
584fe622f4
1 changed files with 10 additions and 22 deletions
32
db_engine.h
32
db_engine.h
|
@ -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();
|
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue