LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 671|回复: 0

读sqlite代码遇到一个问题

[复制链接]
发表于 2005-9-14 11:13:10 | 显示全部楼层 |阅读模式
代码中频繁用到一个结构体sqlite3_stmt,应该是用来存储select结果集的,但是没有找到这个结构的定义处,只有在sqlite.h.in文件中有一句
  1. typedef struct sqlite3_stmt sqlite3_stmt;
复制代码

然而找不到struct sqlite3_stmt的定义,我不太明白这个sqlite.h.in形式的文件应该怎么读合适。

在找到一句vdbeInt.h找到一句
  1. ** The "sqlite3_stmt" structure pointer that is returned by sqlite3_compile() is really a pointer to an instance of this structure.
复制代码

this structure指的是struct Vdbe。但还是未找到struct sqlite3_stmt。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表