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

Function INTL_data_or_binary

src/jrd/intl.cpp:931–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929}
930
931bool INTL_data_or_binary(const dsc* pText)
932{
933/**************************************
934 *
935 * I N T L _ d a t a _ o r _ b i n a r y
936 *
937 **************************************
938 *
939 * Functional description
940 *
941 **************************************/
942
943 return (INTL_data(pText) || (pText->dsc_ttype() == ttype_binary));
944}
945
946
947bool INTL_defined_type(thread_db* tdbb, USHORT t_type)

Callers 1

INTL_compareFunction · 0.85

Calls 2

INTL_dataFunction · 0.85
dsc_ttypeMethod · 0.80

Tested by

no test coverage detected