Searched refs:sqlite_exception (Results 1 – 2 of 2) sorted by relevance
736 struct sqlite_exception: public reportable_exception struct738 sqlite_exception(int rc, const string& msg): in sqlite_exception() argument1087 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()[all …]
682 (sqlite_exception ctor): Increment sqlite3 error_count.