Get the SQL_ERRNO of this condition. @return the sql error number condition item. */
| 137 | @return the sql error number condition item. |
| 138 | */ |
| 139 | uint get_sql_errno() const |
| 140 | { return m_sql_errno; } |
| 141 | |
| 142 | void set(uint sql_errno, const char *sqlstate) |
| 143 | { |
no outgoing calls
no test coverage detected