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

Method openBatch

src/dsql/DsqlRequests.cpp:704–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704DsqlBatch* DsqlDmlRequest::openBatch(thread_db* tdbb, Firebird::IMessageMetadata* inMetadata,
705 unsigned parLength, const UCHAR* par)
706{
707 return DsqlBatch::open(tdbb, this, inMetadata, parLength, par);
708}
709
710// Execute a dynamic SQL statement with tracing, restart and timeout handler
711void DsqlDmlRequest::execute(thread_db* tdbb, jrd_tra** traHandle,

Callers 1

createBatchMethod · 0.45

Calls 1

openFunction · 0.50

Tested by

no test coverage detected