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

Method encodeDate

src/include/firebird/IdlFbInterfaces.h:4858–4862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4856 }
4857
4858 ISC_DATE encodeDate(unsigned year, unsigned month, unsigned day)
4859 {
4860 ISC_DATE ret = static_cast<VTable*>(this->cloopVTable)->encodeDate(this, year, month, day);
4861 return ret;
4862 }
4863
4864 ISC_TIME encodeTime(unsigned hours, unsigned minutes, unsigned seconds, unsigned fractions)
4865 {

Callers 1

encodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected