logo

SQLite C Interface: Reset A Prepared Statement Object

日期:2008-02-10 19:17 , 点击:216 , 分类:PHP Sqlite
相关标签:reset,



SQLite C Interface

Reset A Prepared Statement Object

int sqlite3_reset(sqlite3_stmt *pStmt);

The sqlite3_reset() function is called to reset a compiled SQL statement object. back to its initial state, ready to be re-executed. Any SQL statement variables that had values bound to them using the sqlite3_bind_*() API retain their values. Use sqlite3_clear_bindings() to reset the bindings.

See also lists of Objects, Constants, and Functions.



SQLite C Interface: Reset A Prepared Statement Object 评论

# 昵称:

# 邮箱:

# 标题:

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

    



站内搜索




* 匹配全部


热门排行


最新内容



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

Powered By xydw.com Page Loaded in:0.280008s