DCL 4.0
Loading...
Searching...
No Matches
PgConnection.h File Reference

Go to the source code of this file.

Classes

class  PgConnection

Macros

#define __DCL_PG_CONNECTION_H__   20250403
#define __SET_ERROR(_error)
#define __SET_ERROR_SQLCODE(SQLCODE)
#define __SET_ERROR_MSG(_message)

Macro Definition Documentation

◆ __DCL_PG_CONNECTION_H__

#define __DCL_PG_CONNECTION_H__   20250403

Definition at line 2 of file PgConnection.h.

◆ __SET_ERROR

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

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

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:
setErrorStatus(SQL::eServerError, SQLCODE, __THIS_FILE__, __LINE__)
@ eServerError
Definition SQLCore.h:21

Definition at line 53 of file PgConnection.h.

53#define __SET_ERROR_SQLCODE(SQLCODE) \
54setErrorStatus(SQL::eServerError, SQLCODE, __THIS_FILE__, __LINE__)