Go to the source code of this file.
◆ __DCL_INFORMIX_CONNECTION_H__
#define __DCL_INFORMIX_CONNECTION_H__ 20030717 |
◆ __SET_ERROR
#define __SET_ERROR |
( |
| _error | ) |
|
Value:
Definition at line 51 of file IFXConnection.h.
51#define __SET_ERROR(_error) \
52 setErrorStatus(_error, 0L, __THIS_FILE__, __LINE__)
◆ __SET_ERROR_MSG
#define __SET_ERROR_MSG |
( |
| _message | ) |
|
Value:
Definition at line 57 of file IFXConnection.h.
57#define __SET_ERROR_MSG(_message) \
58 setErrorStatus(_message, __THIS_FILE__, __LINE__)
◆ __SET_ERROR_SQLCODE
#define __SET_ERROR_SQLCODE |
( |
| SQLCODE | ) |
|
Value:
Definition at line 54 of file IFXConnection.h.
54#define __SET_ERROR_SQLCODE(SQLCODE) \
55setErrorStatus(SQL::eServerError, SQLCODE, __THIS_FILE__, __LINE__)