MCPcopy 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{
293public:
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

ReadUnicodeTableFunction · 0.45
demo_dynamic.pyFile · 0.45
get_named_stringFunction · 0.45
writeMethod · 0.45
logRecordMethod · 0.45
appendParamsMethod · 0.45
CLIB_ROUTINE mainFunction · 0.45
evlDateAddFunction · 0.45
evlDateDiffFunction · 0.45
evlFirstLastDayFunction · 0.45
outputMethod · 0.45
decode_timestampFunction · 0.45

Calls 1

decodeDateMethod · 0.45

Tested by

no test coverage detected