Return the 5 character SQL state or empty if inapplicable.
| 74 | |
| 75 | // Return the 5 character SQL state or empty if inapplicable. |
| 76 | virtual std::string get_sqlstate() const { return {}; } |
| 77 | |
| 78 | private: |
| 79 | // Optional extra information (currently just the context data). |
nothing calls this directly
no outgoing calls
no test coverage detected