技术专栏
qt sqlquery数据的插入和读写
qt的数据库的部分代码如下:
插入部分:
QSqlQuery query(db);
QString t1 = QDateTime::currentDateTime().toString("yyyyMMdd hh:mm:ss");
QString str1 = temps+"_point";
query.prepare ("INSERT INTO '"+str1+"' ( infoname,info_address,info_rate,info_value,isactivepower,time) VALUES ( :infoname, :info_address, :info_rate, :info_value,:isactivepower,:time);");
query.bindValue(":infoname", data.infoname);
query.bindValue(":info_address", data.info_address);
query.bindValue(":info_rate", data.info_rate);
query.bindValue(":info_value",data.info_value);
query.bindValue(":isactivepower",data.isactivepower);
query.bindValue(":time", t1);
// qDebug()<<"语句"<<query.lastQuery();
query.exec();
读取部分:
QSqlQuery query(db);
QString temps= date;
temps.remove(QChar('-'),Qt::CaseInsensitive);
QMap<int,infovalue> infos;
infovalue iec;
int hour= QTime::currentTime().hour();
int minutes= QTime::currentTime().minute();
int indexflag=hour*60+minutes;
query.prepare("SELECT * FROM "+temps+" where time =:time and type =:type and indexflag <:indexflag order by indexflag;");
query.bindValue(":time", date);
query.bindValue(":type", type);
query.bindValue(":indexflag", indexflag);
大概如上所示,具体的数据操作由各自的所需进行编写
声明:本文内容由易百纳平台入驻作者撰写,文章观点仅代表作者本人,不代表易百纳立场。如有内容侵权或者其他问题,请联系本站进行删除。
红包
点赞
收藏
评论
打赏
- 分享
- 举报
评论
0个
手气红包
暂无数据
相关专栏
-
浏览量:18967次2020-11-12 21:39:29
-
浏览量:2031次2020-06-17 13:34:05
-
浏览量:1134次2023-09-15 14:36:27
-
浏览量:3721次2017-11-15 11:12:04
-
浏览量:8885次2020-07-17 12:21:58
-
浏览量:4236次2017-09-25 17:46:02
-
浏览量:3718次2020-08-30 10:56:46
-
浏览量:1659次2022-09-30 11:55:14
-
浏览量:3782次2020-08-21 19:40:26
-
浏览量:8326次2020-12-12 17:47:04
-
浏览量:8097次2020-12-12 17:55:00
-
浏览量:4413次2020-10-26 10:55:25
-
浏览量:1940次2020-03-25 19:34:45
-
浏览量:1959次2020-08-22 16:10:10
-
浏览量:2725次2017-11-15 11:27:56
-
浏览量:3253次2020-08-13 11:43:30
-
浏览量:2520次2020-08-14 15:09:41
-
浏览量:6972次2021-01-20 08:36:19
-
2020-03-26 16:21:16
置顶时间设置
结束时间
删除原因
-
广告/SPAM
-
恶意灌水
-
违规内容
-
文不对题
-
重复发帖
打赏作者
big_anana
您的支持将鼓励我继续创作!
打赏金额:
¥1
¥5
¥10
¥50
¥100
支付方式:
微信支付
打赏成功!
感谢您的打赏,如若您也想被打赏,可前往 发表专栏 哦~
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
审核成功
发布时间设置
发布时间:
请选择发布时间设置
是否关联周任务-专栏模块
审核失败
失败原因
请选择失败原因
备注
请输入备注