博客专栏 -凯发k8国际

sqlite源码剖析

sqlite是一款轻量级的、基于文件的嵌入式数据库,2000年就已经诞生,经过7年多的发展,直到今天已经成为最流行的嵌入式数据库,包括google在内的公司在其桌面软件中亦使用 sqlite存储用户数据。由此可以看出,已经没有任何理由去怀疑sqlite的稳定性了。

分享到:

最近更新文章

  声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载 /* ** the type for a callback function. ** this is legacy and deprecated.  it is included for historical ** compatibility an ...
有6581人浏览 2010-08-24 22:23
声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载 **应用程序必须在关闭sqlite3对象前,[sqlite3_finalize | finalize] **所有的与该对象相关的[prepared statements],必须[sqlite3_blob_close | **close]所有的与该对象相关的 ...
有4193人浏览 2010-08-24 22:10
声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载   /*如果处理器没有符点支持,则用sqlite3_int64整数替代 ** if compiling for a processor that lacks floating point support, ** substitute integer ...
有3258人浏览 2010-08-24 22:02
/*声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载 ** capi3ref: 64-bit integer types ** keywords: sqlite_int64 sqlite_uint64 **64位整数类型 **关键字:sqlite_int64 sqlite_uint64   ** ...
有4282人浏览 2010-08-24 11:00
声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载 /*库线程安全 ** capi3ref: test to see if the library is threadsafe **sqlite_threadsafe预处理宏编译时选项设为0,则忽略sqlite的互斥代码, **此时,sqlite3_thre ...
有4990人浏览 2010-08-22 11:04
声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载 ** ^the sqlite3_version[] string constant contains the text of ...
有3870人浏览 2010-08-21 18:42
/* ** add the ability to override 'extern' */ //定义extern的宏,可使用sqlite_extern来完成extern功能 #ifndef sqlite_extern # define sqlite_extern extern #endif //定义sqlite_api宏 #ifndef sqlite_api # define sq ...
有3848人浏览 2010-07-29 18:09
声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载 /************** include sqlite3.h in the middle of sqliteint.h ***************/ /************** begin file sqlite3.h ******** ...
有4177人浏览 2010-07-28 17:57
声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载 /* ** many people are failing to set -dndebug=1 when compiling sqlite. ** setting ndebug makes the code smaller and run fa ...
有5417人浏览 2010-07-23 10:27
 声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载 /* ** the sqlite_default_memstatus macro must be defined as either 0 or 1. ** it determines whether or not the features rel ...
有8213人浏览 2010-07-22 17:55
声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载 /* ** the maximum number of opcodes in a vdbe program. ** not currently enforced. */ //vdbe程序的最大操作码数目 #ifndef sqlite_max_vdb ...
有10708人浏览 2010-07-22 11:03
声明:本sqlite源码剖析系列为刘兴(http://deepfuture.iteye.com/)原创,未经笔者授权,任何人和机构不能转载 什么是 sqlite ?sqlite 是一款轻量级的、基于文件的嵌入式数据库,2000年就已经诞生,经过7年多的发展,直到今天已经成为最流行的嵌入式数据库,包括google在内的公司在其桌面软件中亦使用 sqlite 存储用户数据。由此可以看出,已经没有任何理 ...
有19526人浏览 2010-07-22 09:12
  • 专栏创建者:
  • 创建时间:2011-12-01 10:53:36
  • 专栏文章数:12篇
  • 专栏被浏览:79063 次

本专栏热门文章

最新评论

global site tag (gtag.js) - google analytics
网站地图