Lines Matching refs:sqlite_exception
736 struct sqlite_exception: public reportable_exception struct
738 sqlite_exception(int rc, const string& msg): in sqlite_exception() function
1087 throw sqlite_exception(rc, "prepare " + sql); in sqlite_ps()
1103 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
1113 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
1123 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
1134 throw sqlite_exception(rc, "sqlite3 step"); in step_ok_done()
2402 throw sqlite_exception(rc, "step"); in handle_buildid()
3257 if (rc != SQLITE_ROW) throw sqlite_exception(rc, "step"); in register_file_name()
4073 throw sqlite_exception(rc, "step"); in database_stats_report()
4276 catch (const sqlite_exception& e) in thread_main_groom()