Get the SQLSTATE of this condition. @return the sql state. */
| 61 | @return the sql state. |
| 62 | */ |
| 63 | const char* get_sqlstate() const |
| 64 | { return m_returned_sqlstate; } |
| 65 | |
| 66 | /** |
| 67 | Get the SQL_ERRNO of this condition. |
no outgoing calls
no test coverage detected