MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~PreparedStatement

Method ~PreparedStatement

src/jrd/PreparedStatement.cpp:301–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300
301PreparedStatement::~PreparedStatement()
302{
303 thread_db* tdbb = JRD_get_thread_data();
304
305 DSQL_free_statement(tdbb, dsqlRequest, DSQL_drop);
306
307 if (resultSet)
308 resultSet->stmt = NULL;
309}
310
311
312void PreparedStatement::init(thread_db* tdbb, Attachment* attachment, jrd_tra* transaction,

Callers

nothing calls this directly

Calls 2

JRD_get_thread_dataFunction · 0.85
DSQL_free_statementFunction · 0.85

Tested by

no test coverage detected