Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ mustBeReplicated
Method
mustBeReplicated
src/dsql/Nodes.h:264–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
virtual void execute(thread_db* tdbb, DsqlCompilerScratch* dsqlScratch, jrd_tra* transaction) = 0;
263
264
virtual bool mustBeReplicated() const
265
{
266
return true;
267
}
268
};
269
270
Callers
2
prepareStatement
Function · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected