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

Method getInterface

src/yvalve/why.cpp:1274–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272 }
1273
1274 IStatement* getInterface()
1275 {
1276 fb_assert(statement);
1277 statement->addRef();
1278 return statement;
1279 }
1280
1281 AtomicAttPtr attachment;
1282 string cursorName;

Calls 1

addRefMethod · 0.45

Tested by

no test coverage detected