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

Method find

src/yvalve/PluginManager.cpp:160–171  ·  view source on GitHub ↗

IConfig implementation

Source from the content-addressed store, hash-verified

158
159 // IConfig implementation
160 IConfigEntry* find(CheckStatusWrapper* status, const char* name)
161 {
162 try
163 {
164 return confFile.hasData() ? newParam(confFile->findParameter(name)) : NULL;
165 }
166 catch (const Firebird::Exception& ex)
167 {
168 ex.stuffException(status);
169 }
170 return NULL;
171 }
172
173 IConfigEntry* findValue(CheckStatusWrapper* status, const char* name, const char* value)
174 {

Callers 13

findFirstMethod · 0.45
setTagFunction · 0.45
setLoginFunction · 0.45
attachServiceManagerMethod · 0.45
internalServiceAttachMethod · 0.45
API_ROUTINE isc_add_userFunction · 0.45
removeMethod · 0.45
changeExtensionFunction · 0.45

Calls 3

findParameterMethod · 0.80
hasDataMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected