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

Method getStatement

src/dsql/DsqlRequests.cpp:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344Statement* DsqlDmlRequest::getStatement() const
345{
346 return request ? request->getStatement() : nullptr;
347}
348
349// Provide backward-compatibility
350void DsqlDmlRequest::setDelayedFormat(thread_db* tdbb, IMessageMetadata* metadata)

Callers 11

prepareStatementFunction · 0.45
sql_infoFunction · 0.45
DsqlDmlRequestMethod · 0.45
getParamRequestMethod · 0.45
executeMethod · 0.45
getVarRequestMethod · 0.45
executeProcedureMethod · 0.45
executeMethod · 0.45
setErrorMethod · 0.45
storeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected