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:
|
||||
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();
|
||||
};
|
||||
|
|
Reference in a new issue