Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ decode
Method
decode
src/include/firebird/Message.h:294–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
{
293
public:
294
void decode(IUtil* util, unsigned* year, unsigned* month, unsigned* day) const
295
{
296
util->decodeDate(value, year, month, day);
297
}
298
299
unsigned getYear(IUtil* util) const
300
{
Callers
12
ReadUnicodeTable
Function · 0.45
demo_dynamic.py
File · 0.45
get_named_string
Function · 0.45
write
Method · 0.45
logRecord
Method · 0.45
appendParams
Method · 0.45
CLIB_ROUTINE main
Function · 0.45
evlDateAdd
Function · 0.45
evlDateDiff
Function · 0.45
evlFirstLastDay
Function · 0.45
output
Method · 0.45
decode_timestamp
Function · 0.45
Calls
1
decodeDate
Method · 0.45
Tested by
no test coverage detected