Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ ~DsqlCursor
Method
~DsqlCursor
src/dsql/DsqlCursor.cpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
DsqlCursor::~DsqlCursor()
48
{
49
if (m_resultSet)
50
m_resultSet->resetHandle();
51
}
52
53
jrd_tra* DsqlCursor::getTransaction() const
54
{
Callers
nothing calls this directly
Calls
1
resetHandle
Method · 0.45
Tested by
no test coverage detected