Reset All Bindings On A Prepared Statement
Reset All Bindings On A Prepared Statement
int sqlite3_clear_bindings(sqlite3_stmt*
与许多人的直觉相反,sqlite3_reset()不会重置准备好的语句上的绑定。使用此例程将所有主机参数重置为NULL。
int sqlite3_clear_bindings(sqlite3_stmt*
与许多人的直觉相反,sqlite3_reset()不会重置准备好的语句上的绑定。使用此例程将所有主机参数重置为NULL。