| 325 | } |
| 326 | |
| 327 | Jrd::PreparedStatement* Jrd::Attachment::prepareStatement(thread_db* tdbb, jrd_tra* transaction, |
| 328 | const string& text, Firebird::MemoryPool* pool) |
| 329 | { |
| 330 | pool = pool ? pool : tdbb->getDefaultPool(); |
| 331 | return FB_NEW_POOL(*pool) PreparedStatement(tdbb, *pool, this, transaction, text, true); |
| 332 | } |
| 333 | |
| 334 | |
| 335 | Jrd::PreparedStatement* Jrd::Attachment::prepareStatement(thread_db* tdbb, jrd_tra* transaction, |
no test coverage detected