MCPcopy 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
535inline SSHORT DSC_GET_CHARSET(const dsc* desc)
536{
537 return (desc->dsc_sub_type & 0x00FF);
538}
539
540inline SSHORT DSC_GET_COLLATE(const dsc* desc)
541{

Callers 3

executeMethod · 0.85
assignParamsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected