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

Method getAttachment

src/include/firebird/IdlFbInterfaces.h:4274–4280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4272 }
4273
4274 template <typename StatusType> IAttachment* getAttachment(StatusType* status)
4275 {
4276 StatusType::clearException(status);
4277 IAttachment* ret = static_cast<VTable*>(this->cloopVTable)->getAttachment(this, status);
4278 StatusType::checkException(status);
4279 return ret;
4280 }
4281
4282 template <typename StatusType> ITransaction* getTransaction(StatusType* status)
4283 {

Callers 1

getIscDbHandleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected