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

Method getChid

src/jrd/cvt.cpp:571–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569
570
571CHARSET_ID EngineCallbacks::getChid(const dsc* to)
572{
573 if (INTL_TTYPE(to) == ttype_dynamic)
574 return INTL_charset(NULL, INTL_TTYPE(to));
575
576 return INTL_TTYPE(to);
577}
578
579
580SLONG EngineCallbacks::getLocalDate()

Callers

nothing calls this directly

Calls 1

INTL_charsetFunction · 0.85

Tested by

no test coverage detected