| 341 | |
| 342 | |
| 343 | PreparedStatement* 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 | |
| 351 | MetaName Jrd::Attachment::nameToMetaCharSet(thread_db* tdbb, const MetaName& name) |
nothing calls this directly
no test coverage detected