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

Method maxBytesPerChar

src/dsql/DSqlDataTypeUtil.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include "../dsql/metd_proto.h"
29
30UCHAR Jrd::DSqlDataTypeUtil::maxBytesPerChar(UCHAR charSet)
31{
32 return METD_get_charset_bpc(dsqlScratch->getTransaction(), charSet);
33}
34
35USHORT Jrd::DSqlDataTypeUtil::getDialect() const
36{

Callers 5

dsqlPassMethod · 0.45
getDescMethod · 0.45
executeMethod · 0.45
performMethod · 0.45
dsqlCopyMethod · 0.45

Calls 1

getTransactionMethod · 0.45

Tested by

no test coverage detected