You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
352 B

#ifndef STOCKBASISSQLMANAGER_H
#define STOCKBASISSQLMANAGER_H
#include "excel/stocksdecoder.h"
#include "db/structs.h"
class StockBasisSqlManager
{
public:
StockBasisSqlManager();
~StockBasisSqlManager();
QString toInsertSql(_stocksInfo stock);
QString toDeleteSql();
QString toQuerySql();
};
#endif // STOCKBASISSQLMANAGER_H