在线文档教程
Sqlite
C界面 | C Interface

Reset All Bindings On A Prepared Statement

Reset All Bindings On A Prepared Statement

int sqlite3_clear_bindings(sqlite3_stmt*

与许多人的直觉相反,sqlite3_reset()不会重置准备好的语句上的绑定。使用此例程将所有主机参数重置为NULL。