| 30 | native_error_(native_error) {} |
| 31 | |
| 32 | const char* DriverException::what() const throw() { return msg_text_.c_str(); } |
| 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_; } |
no outgoing calls