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

Method execute

src/jrd/PreparedStatement.cpp:365–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363
364
365void PreparedStatement::execute(thread_db* tdbb, jrd_tra* transaction)
366{
367 fb_assert(resultSet == NULL);
368
369 if (builder)
370 builder->moveToStatement(tdbb, this);
371
372 DSQL_execute(tdbb, &transaction, dsqlRequest, inMetadata, inMessage.begin(), NULL, NULL);
373}
374
375
376void PreparedStatement::open(thread_db* tdbb, jrd_tra* transaction)

Callers

nothing calls this directly

Calls 3

DSQL_executeFunction · 0.85
moveToStatementMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected