| 869 | const FbStatusVector* operator->() const { return &m_local_status; } |
| 870 | |
| 871 | void copyToOriginal() |
| 872 | { |
| 873 | fb_utils::copyStatus(m_old_status, &m_local_status); |
| 874 | } |
| 875 | |
| 876 | private: |
| 877 | Firebird::FbLocalStatus m_local_status; |
nothing calls this directly
no test coverage detected