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

Class IntlSpbStart

src/common/IntlParametersBlock.h:68–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66};
67
68class IntlSpbStart : public IntlParametersBlock
69{
70public:
71 IntlSpbStart()
72 : mode(0)
73 { }
74
75 TagType checkTag(UCHAR tag, const char** tagName);
76 UCHAR getUtf8Tag();
77
78private:
79 UCHAR mode;
80};
81
82} // namespace Firebird
83

Callers 2

svcstartFunction · 0.85
startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected