Searched refs:OnSqliteError (Results 1 – 3 of 3) sorted by relevance
337 OnSqliteError(err, NULL); in OpenInternal()415 int Connection::OnSqliteError(int err, sql::Statement *stmt) { in OnSqliteError() function in sql::Connection
343 int OnSqliteError(int err, Statement* stmt);
270 return ref_->connection()->OnSqliteError(err, this); in CheckError()