DCL 4.0
Loading...
Searching...
No Matches
MyConnection.h File Reference
#include <mysql/mysql.h>
#include <mysql/mysqld_error.h>

Go to the source code of this file.

Classes

class  MyConnection

Macros

#define __DCL_MYSQL_CONNECTION_H__   20031025_20250414
#define BLOB_MAXSIZE   (100 * 1024 * 1024)
#define __SET_ERROR(_error)
#define __SET_ERROR_MSG(_msg)

Macro Definition Documentation

◆ __DCL_MYSQL_CONNECTION_H__

#define __DCL_MYSQL_CONNECTION_H__   20031025_20250414

Definition at line 2 of file MyConnection.h.

◆ __SET_ERROR

#define __SET_ERROR ( _error)
Value:
setErrorStatus(_error, __THIS_FILE__, __LINE__)
#define __THIS_FILE__
Definition _trace.h:14

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:
setErrorStatus(_msg, __THIS_FILE__, __LINE__)

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)

Definition at line 15 of file MyConnection.h.