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

Method open

src/jrd/PreparedStatement.cpp:376–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375
376void PreparedStatement::open(thread_db* tdbb, jrd_tra* transaction)
377{
378 fb_assert(resultSet == NULL);
379
380 if (builder)
381 builder->moveToStatement(tdbb, this);
382
383 dsqlRequest->openCursor(tdbb, &transaction, inMetadata, inMessage.begin(), outMetadata, 0);
384}
385
386
387ResultSet* PreparedStatement::executeQuery(thread_db* tdbb, jrd_tra* transaction)

Callers

nothing calls this directly

Calls 3

moveToStatementMethod · 0.80
openCursorMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected