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

Function DSC_convert_to_text_length

src/common/dsc.cpp:1365–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1363
1364
1365USHORT DSC_convert_to_text_length(USHORT dsc_type)
1366{
1367 if (dsc_type < (sizeof(_DSC_convert_to_text_length) / sizeof(_DSC_convert_to_text_length[0])))
1368 return _DSC_convert_to_text_length[dsc_type] + (dsc_type == dtype_int64 ? 1 : 0);
1369 fb_assert(FALSE);
1370 return 0;
1371}
1372
1373
1374bool DSC_make_descriptor(DSC* desc,

Callers 3

getDescMethod · 0.85
get_dtype_of_listFunction · 0.85
processMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected