logo

SQLite C Interface: Find The Database Handle Of A Prepared Statement

日期:2008-01-20 06:51 , 点击:163 , 分类:相关知识
相关标签:db_handle,



SQLite C Interface

Find The Database Handle Of A Prepared Statement

sqlite3 *sqlite3_db_handle(sqlite3_stmt*);

The sqlite3_db_handle interface returns the sqlite3* database handle to which a prepared statement belongs. the database handle returned by sqlite3_db_handle is the same database handle that was the first argument to the sqlite3_prepare_v2() or its variants that was used to create the statement in the first place.

See also lists of Objects, Constants, and Functions.



SQLite C Interface: Find The Database Handle Of A Prepared Statement 评论

# 昵称:

# 邮箱:

# 标题:

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

    



站内搜索




* 匹配全部


热门排行


最新内容



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

Powered By xydw.com Page Loaded in:1.107781s