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

Method prepareUserStatement

src/jrd/Attachment.cpp:343–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342
343PreparedStatement* Jrd::Attachment::prepareUserStatement(thread_db* tdbb, jrd_tra* transaction,
344 const string& text, Firebird::MemoryPool* pool)
345{
346 pool = pool ? pool : tdbb->getDefaultPool();
347 return FB_NEW_POOL(*pool) PreparedStatement(tdbb, *pool, this, transaction, text, false);
348}
349
350
351MetaName Jrd::Attachment::nameToMetaCharSet(thread_db* tdbb, const MetaName& name)

Callers

nothing calls this directly

Calls 2

PreparedStatementClass · 0.70
getDefaultPoolMethod · 0.45

Tested by

no test coverage detected