Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
UCHAR Jrd::DSqlDataTypeUtil::maxBytesPerChar(UCHAR charSet)
31
{
32
return METD_get_charset_bpc(dsqlScratch->getTransaction(), charSet);
33
}
34
35
USHORT Jrd::DSqlDataTypeUtil::getDialect() const
36
{
Callers
5
dsqlPass
Method · 0.45
getDesc
Method · 0.45
execute
Method · 0.45
perform
Method · 0.45
dsqlCopy
Method · 0.45
Calls
1
getTransaction
Method · 0.45
Tested by
no test coverage detected