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

Method getOutputMetadata

src/common/StatementMetadata.cpp:191–198  ·  view source on GitHub ↗

Get statement output parameters.

Source from the content-addressed store, hash-verified

189
190// Get statement output parameters.
191IMessageMetadata* StatementMetadata::getOutputMetadata()
192{
193 if (!outputParameters->fetched)
194 fetchParameters(isc_info_sql_select, outputParameters);
195
196 outputParameters->addRef();
197 return outputParameters;
198}
199
200// Get number of records affected by the statement execution.
201ISC_UINT64 StatementMetadata::getAffectedRecords()

Callers

nothing calls this directly

Calls 1

addRefMethod · 0.45

Tested by

no test coverage detected