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

Class DataTypeUtil

src/jrd/DataTypeUtil.h:67–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65class thread_db;
66
67class DataTypeUtil : public DataTypeUtilBase
68{
69public:
70 DataTypeUtil(thread_db* original_tdbb)
71 : tdbb(original_tdbb)
72 {
73 }
74
75public:
76 virtual UCHAR maxBytesPerChar(UCHAR charSet);
77 virtual USHORT getDialect() const;
78
79public:
80 static bool convertToUTF8(const Firebird::string& src, Firebird::string& dst,
81 CHARSET_ID charset = CS_dynamic, ErrorFunction err = ERR_post);
82
83private:
84 thread_db* tdbb;
85};
86
87} // namespace Jrd
88

Callers 5

getDescMethod · 0.85
executeMethod · 0.85
performMethod · 0.85
evlMaxMinValueFunction · 0.85
coerceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected