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

Method YStatement

src/yvalve/why.cpp:4298–4303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4296
4297
4298YStatement::YStatement(YAttachment* aAttachment, IStatement* aNext)
4299 : YHelper(aNext),
4300 attachment(aAttachment), cursor(NULL), input(true), output(false)
4301{
4302 attachment.get()->childStatements.add(this);
4303}
4304
4305void YStatement::destroy(unsigned dstrFlags)
4306{

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected