| 33 | const std::string& DriverException::GetMessageText() const { return msg_text_; } |
| 34 | const std::string& DriverException::GetSqlState() const { return sql_state_; } |
| 35 | int32_t DriverException::GetNativeError() const { return native_error_; } |
| 36 | |
| 37 | AuthenticationException::AuthenticationException(std::string message, |
| 38 | std::string sql_state, |
no outgoing calls
no test coverage detected