MySQL 9.1.0
Source Code Documentation
|
A record describing an error message. More...
#include <derror.h>
Public Attributes | |
const char * | name |
MySQL error symbol ("ER_STARTUP") More... | |
uint | mysql_errno |
MySQL error code (consecutive within sections) More... | |
const char * | text |
MySQL error message. More... | |
const char * | odbc_state |
SQL state. More... | |
const char * | jdbc_state |
JBDC state. More... | |
uint | error_index |
consecutive. 0 for obsolete. More... | |
A record describing an error message.
uint server_error::error_index |
consecutive. 0 for obsolete.
const char* server_error::jdbc_state |
JBDC state.
uint server_error::mysql_errno |
MySQL error code (consecutive within sections)
const char* server_error::name |
MySQL error symbol ("ER_STARTUP")
const char* server_error::odbc_state |
SQL state.
const char* server_error::text |
MySQL error message.