Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ DSC_GET_CHARSET
Function
DSC_GET_CHARSET
src/common/dsc.h:535–538 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
533
} DSC;
534
535
inline SSHORT DSC_GET_CHARSET(const dsc* desc)
536
{
537
return (desc->dsc_sub_type & 0x00FF);
538
}
539
540
inline SSHORT DSC_GET_COLLATE(const dsc* desc)
541
{
Callers
3
assignFieldDtypeFromDsc
Method · 0.85
execute
Method · 0.85
assignParams
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected