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

Method YResultSet

src/yvalve/why.cpp:4771–4779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4769
4770
4771YResultSet::YResultSet(YAttachment* anAttachment, YTransaction* aTransaction, IResultSet* aNext)
4772 : YHelper(aNext),
4773 attachment(anAttachment),
4774 transaction(aTransaction),
4775 statement(NULL)
4776{
4777 fb_assert(aTransaction && aNext);
4778 aTransaction->childCursors.add(this);
4779}
4780
4781YResultSet::YResultSet(YAttachment* anAttachment, YTransaction* aTransaction,
4782 YStatement* aStatement, IResultSet* aNext)

Callers

nothing calls this directly

Calls 3

GdsClass · 0.85
addMethod · 0.45
raiseMethod · 0.45

Tested by

no test coverage detected