Go to the source code of this file.
◆ __DCL_PG_CONNECTION_H__
#define __DCL_PG_CONNECTION_H__ 20250403 |
◆ __SET_ERROR
#define __SET_ERROR |
( |
| _error | ) |
|
Value:
Definition at line 50 of file PgConnection.h.
50#define __SET_ERROR(_error) \
51 setErrorStatus(_error, 0L, __THIS_FILE__, __LINE__)
◆ __SET_ERROR_MSG
#define __SET_ERROR_MSG |
( |
| _message | ) |
|
Value:
Definition at line 56 of file PgConnection.h.
56#define __SET_ERROR_MSG(_message) \
57 setErrorStatus(_message, __THIS_FILE__, __LINE__)
◆ __SET_ERROR_SQLCODE
#define __SET_ERROR_SQLCODE |
( |
| SQLCODE | ) |
|
Value:
Definition at line 53 of file PgConnection.h.
53#define __SET_ERROR_SQLCODE(SQLCODE) \
54setErrorStatus(SQL::eServerError, SQLCODE, __THIS_FILE__, __LINE__)