| 636 | Connection* getConnection() { return &m_connection; } |
| 637 | |
| 638 | TraScope getScope() const { return m_scope; } |
| 639 | |
| 640 | virtual void start(Jrd::thread_db* tdbb, TraScope traScope, TraModes traMode, |
| 641 | bool readOnly, bool wait, int lockTimeout); |
no outgoing calls
no test coverage detected