OnSqliteError 670 sql/connection.cc error = OnSqliteError(error, NULL, sql); OnSqliteError 731 sql/connection.cc OnSqliteError(rc, NULL, sql); OnSqliteError 893 sql/connection.cc OnSqliteError(err, NULL, "-- sqlite3_open()"); OnSqliteError 532 sql/connection.h int OnSqliteError(int err, Statement* stmt, const char* sql); OnSqliteError 325 sql/statement.cc return ref_->connection()->OnSqliteError(err, this, NULL);