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

Method getInputMetadata

src/common/StatementMetadata.cpp:181–188  ·  view source on GitHub ↗

Get statement input parameters.

Source from the content-addressed store, hash-verified

179
180// Get statement input parameters.
181IMessageMetadata* StatementMetadata::getInputMetadata()
182{
183 if (!inputParameters->fetched)
184 fetchParameters(isc_info_sql_bind, inputParameters);
185
186 inputParameters->addRef();
187 return inputParameters;
188}
189
190// Get statement output parameters.
191IMessageMetadata* StatementMetadata::getOutputMetadata()

Callers

nothing calls this directly

Calls 1

addRefMethod · 0.45

Tested by

no test coverage detected