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

Method bumpModified

src/jrd/exe.cpp:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void AffectedRows::bumpModified(bool increment)
137{
138 if (increment) {
139 modifiedRows++;
140 }
141 else {
142 writeFlag = true;
143 }
144}
145
146int AffectedRows::getCount() const
147{

Callers 3

eraseMethod · 0.80
modifyMethod · 0.80
storeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected