Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
Callers
1
API_ROUTINE fb_get_statement_interface
Function · 0.45
Calls
1
addRef
Method · 0.45
Tested by
no test coverage detected