MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / executeUpdate

Method executeUpdate

src/jrd/PreparedStatement.cpp:398–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396
397
398unsigned PreparedStatement::executeUpdate(thread_db* tdbb, jrd_tra* transaction)
399{
400 execute(tdbb, transaction);
401 return getDsqlRequest()->getRequest()->req_records_updated;
402}
403
404
405int PreparedStatement::getResultCount() const

Callers

nothing calls this directly

Calls 2

executeFunction · 0.85
getRequestMethod · 0.45

Tested by

no test coverage detected