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

Method internalPrint

src/jrd/RecordSourceNodes.cpp:247–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246
247string RecordSourceNode::internalPrint(NodePrinter& printer) const
248{
249 ExprNode::internalPrint(printer);
250
251 NODE_PRINT(printer, dsqlFlags);
252 NODE_PRINT(printer, dsqlContext);
253 NODE_PRINT(printer, stream);
254
255 return "RecordSourceNode";
256}
257
258
259//--------------------

Callers

nothing calls this directly

Calls 1

printMethod · 0.45

Tested by

no test coverage detected