| 597 | } |
| 598 | |
| 599 | void Connection::setup(const PathName& dbName, const ClumpletReader& dpb) |
| 600 | { |
| 601 | m_dbName = dbName; |
| 602 | |
| 603 | m_dpb.clear(); |
| 604 | m_dpb.add(dpb.getBuffer(), dpb.getBufferLength()); |
| 605 | } |
| 606 | |
| 607 | void Connection::deleteConnection(thread_db* tdbb, Connection* conn) |
| 608 | { |
no test coverage detected