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

Class DSqlDataTypeUtil

src/dsql/DSqlDataTypeUtil.h:34–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 class DsqlCompilerScratch;
33
34 class DSqlDataTypeUtil : public DataTypeUtilBase
35 {
36 public:
37 explicit DSqlDataTypeUtil(DsqlCompilerScratch* aDsqlScratch)
38 : dsqlScratch(aDsqlScratch)
39 {
40 }
41
42 public:
43 virtual UCHAR maxBytesPerChar(UCHAR charSet);
44 virtual USHORT getDialect() const;
45
46 private:
47 DsqlCompilerScratch* dsqlScratch;
48 };
49
50} // namespace
51

Callers 4

makeMethod · 0.85
setParameterTypeMethod · 0.85
fromListMethod · 0.85
dsqlPassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected