加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

是否需要删除指针从sqlite3_column_blob()方法获取?

发布时间:2020-12-12 18:51:56 所属栏目:百科 来源:网络整理
导读:像这样:const void * test = sqlite3_column_blob(stat,1); 我可以删除或删除[]测试吗? 解决方法 从 sqllite documentation: The pointers returned are valid until a type conversion occurs or until sqlite3_step() or sqlite3_reset() or sqlite3_fi
像这样:const void * test = sqlite3_column_blob(stat,1);
我可以删除或删除[]测试吗?

解决方法

从 sqllite documentation:

The pointers returned are valid until a type conversion occurs or until sqlite3_step() or sqlite3_reset() or sqlite3_finalize() is called. The memory space used to hold strings and BLOBs is freed automatically. Do not pass the pointers returned by sqlite3_column_blob() into sqlite3_free().

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读