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

Method databaseVersionFunction

src/jrd/TimeZone.cpp:113–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112
113void TimeZonePackage::databaseVersionFunction(Firebird::ThrowStatusExceptionWrapper* status,
114 Firebird::IExternalContext* context, const void*, DatabaseVersionOutput::Type* out)
115{
116 string str;
117 TimeZoneUtil::getDatabaseVersion(str);
118
119 out->versionNull = FB_FALSE;
120 out->version.set(str.c_str());
121}
122
123
124//--------------------------------------

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected