logo

SQLite C Interface: Database Connection Handle

日期:2008-02-13 10:30 , 点击:269 , 分类:Sqlite新闻
相关标签:sqlite3,



SQLite C Interface

Database Connection Handle

typedef struct sqlite3 sqlite3;

Each open SQLite database is represented by pointer to an instance of the opaque structure named "sqlite3". It is useful to think of an sqlite3 pointer as an object. The sqlite3_open(), sqlite3_open16(), and sqlite3_open_v2() interfaces are its constructors and sqlite3_close() is its destructor. There are many other interfaces (such as sqlite3_prepare_v2(), sqlite3_create_function(), and sqlite3_busy_timeout() to name but three) that are methods on this object.

See also lists of Objects, Constants, and Functions.



SQLite C Interface: Database Connection Handle 评论

# 昵称:

# 邮箱:

# 标题:

* 请勿发布任何违反国家互联网相关法律法规的内容

    



站内搜索




* 匹配全部


热门排行


最新内容



Copyright © 2008 Sqlite中文实验室 版权所有
蜀ICP备08000081号 -

Powered By xydw.com Page Loaded in:0.462267s