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

Method implementation

src/common/classes/DbImplementation.cpp:170–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170string DbImplementation::implementation() const
171{
172 string rc("Firebird/");
173 rc += os();
174 rc += "/";
175 rc += cpu();
176 return rc;
177}
178
179const char* DbImplementation::endianess() const
180{

Callers 3

query2Method · 0.45
getFbVersionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected