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

Method ResultSet

src/jrd/ResultSet.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38ResultSet::ResultSet(thread_db* tdbb, PreparedStatement* aStmt, jrd_tra* aTransaction)
39 : stmt(aStmt),
40 transaction(aTransaction),
41 firstFetchDone(false)
42{
43 stmt->open(tdbb, transaction);
44 stmt->resultSet = this;
45}
46
47
48ResultSet::~ResultSet()

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected