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

Method setType

src/common/Auth.cpp:101–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void WriterImplementation::setType(Firebird::CheckStatusWrapper* st, const char* value)
102{
103 try
104 {
105 if (value)
106 type = value;
107 }
108 catch (const Firebird::Exception& ex)
109 {
110 ex.stuffException(st);
111 }
112}
113
114void WriterImplementation::setDb(Firebird::CheckStatusWrapper* st, const char* value)
115{

Callers 6

authenticateMethod · 0.45
authenticateMethod · 0.45
addFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected