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

Method encode

src/include/firebird/Message.h:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 void encode(IUtil* util, unsigned year, unsigned month, unsigned day)
321 {
322 value = util->encodeDate(year, month, day);
323 }
324
325public:
326 FbDate& operator=(const ISC_DATE& val)

Callers 7

gen_csvMethod · 0.45
runMethod · 0.45
hexOutMethod · 0.45
evlDateAddFunction · 0.45
evlDateDiffFunction · 0.45
evlFirstLastDayFunction · 0.45
encode_timestampFunction · 0.45

Calls 1

encodeDateMethod · 0.45

Tested by

no test coverage detected