changed show

This commit is contained in:
Becca 2015-09-14 18:34:55 -05:00
parent f0d54ab69d
commit e9e631aa6b

View file

@ -65,9 +65,9 @@ void db_engine::saveCmd(){
cmdList.clear();
}
//display the table currently stored in memory
//display the database
void db_engine::showCmd(string tableName){
cmdList.push_back("CREATE TABLE " + tableName + "");
cmdList.push_back("SHOW " + tableName + "");
}
//add a tuple to a table in the memory