| 75 | |
| 76 | std::string GetMessageText(uint32_t record_index) const; |
| 77 | std::string GetSQLState(uint32_t record_index) const { |
| 78 | return GetRecordAtIndex(record_index)->sql_state; |
| 79 | } |
| 80 | |
| 81 | int32_t GetNativeError(uint32_t record_index) const { |
| 82 | return GetRecordAtIndex(record_index)->native_error; |
no outgoing calls
no test coverage detected