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

Class MasterInterfacePtr

src/common/classes/ImplementHelper.h:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226// Master interface access
227class MasterInterfacePtr : public AccessAutoInterface<IMaster>
228{
229public:
230 MasterInterfacePtr()
231 : AccessAutoInterface<IMaster>(getMasterInterface())
232 { }
233};
234
235
236// Generic plugins interface access

Callers 15

MessageClass · 0.85
MetadataMethod · 0.85
ExternalContextImplMethod · 0.85
setTransactionMethod · 0.85
getListMethod · 0.85
getListMethod · 0.85
cloneMethod · 0.85
~UnloadDetectorHelperMethod · 0.85
getMethod · 0.85
specialProcessingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected