MCPcopy 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
47DsqlCursor::~DsqlCursor()
48{
49 if (m_resultSet)
50 m_resultSet->resetHandle();
51}
52
53jrd_tra* DsqlCursor::getTransaction() const
54{

Callers

nothing calls this directly

Calls 1

resetHandleMethod · 0.45

Tested by

no test coverage detected