SQLITE源码剖析(10)
程序员文章站
2022-03-02 16:28:37
...
声明:本SQLite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载
/*如果处理器没有符点支持,则用sqlite3_int64整数替代
** If compiling for a processor that lacks floating point support,
** substitute integer for floating-point.
*/
#ifdef SQLITE_OMIT_FLOATING_POINT
# define double sqlite3_int64
#endif
/*
** CAPI3REF: Closing A Database Connection
**关闭数据库连接,如果sqlite3对象成功卸载,所有相关资源被释放
**sqlite3sqlite3_close()返回SQLITE_OK
** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
** successfullly destroyed and all associated resources are deallocated.
上一篇: SQLite源码剖析(6)
下一篇: sqlite源码剖析(2)
推荐阅读
-
长期作业:web框架源码剖析
-
SQLite3源码学习之test_vfs的共享内存机制讲解
-
PHP开发者常犯的10个MySQL错误更正剖析
-
STL源码剖析——序列式容器#5 heap
-
微软2020年的巨作!剖析Win10新版16大新特性
-
从Python的源码浅要剖析Python的内存管理
-
JDK源码分析(10)之 Hashtable 相关
-
详解Django之admin组件的使用和源码剖析
-
【nodejs原理&源码赏析(4)】深度剖析cluster模块源码与node.js多进程(上)
-
windows10风格 springboot vue.js html 跨域 前后分离 activiti 整合项目框架源码