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

Method getMetadata

src/jrd/jrd.cpp:5567–5570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5565
5566
5567IMessageMetadata* JResultSet::getMetadata(CheckStatusWrapper* user_status)
5568{
5569 return statement->getOutputMetadata(user_status);
5570}
5571
5572
5573void JResultSet::getInfo(CheckStatusWrapper* user_status,

Callers 15

singleSelectMethod · 0.45
executeMethod · 0.45
getMetadataFunction · 0.45
setPointersMethod · 0.45
grantRevokeAdminMethod · 0.45
executeMethod · 0.45
lookupMethod · 0.45
makeFunctionMethod · 0.45
makeProcedureMethod · 0.45
makeTriggerMethod · 0.45
populateMethod · 0.45
populateMethod · 0.45

Calls 6

check_databaseFunction · 0.85
transliterateExceptionFunction · 0.85
trace_warningFunction · 0.85
successful_completionFunction · 0.85
getOutputMetadataMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected