Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getYear
Method
getYear
src/include/firebird/Message.h:299–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
unsigned getYear(IUtil* util) const
300
{
301
unsigned year;
302
decode(util, &year, NULL, NULL);
303
return year;
304
}
305
306
unsigned getMonth(IUtil* util) const
307
{
Callers
1
UdfBackwardCompatibility.cpp
File · 0.80
Calls
1
decode
Function · 0.85
Tested by
no test coverage detected