#include <mysql/mysql.h>
#include <mysql/mysqld_error.h>
Go to the source code of this file.
◆ __DCL_MYSQL_CONNECTION_H__
#define __DCL_MYSQL_CONNECTION_H__ 20031025_20250414 |
◆ __SET_ERROR
#define __SET_ERROR |
( |
| _error | ) |
|
Value:
Definition at line 85 of file MyConnection.h.
85#define __SET_ERROR(_error) \
86 setErrorStatus(_error, __THIS_FILE__, __LINE__)
◆ __SET_ERROR_MSG
#define __SET_ERROR_MSG |
( |
| _msg | ) |
|
Value:
Definition at line 88 of file MyConnection.h.
88#define __SET_ERROR_MSG(_msg) \
89 setErrorStatus(_msg, __THIS_FILE__, __LINE__)
◆ BLOB_MAXSIZE
#define BLOB_MAXSIZE (100 * 1024 * 1024) |