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

Go to the source code of this file.

Classes

class  IFXConnection

Macros

#define __DCL_INFORMIX_CONNECTION_H__   20030717
#define __SET_ERROR(_error)
#define __SET_ERROR_SQLCODE(SQLCODE)
#define __SET_ERROR_MSG(_message)

Macro Definition Documentation

◆ __DCL_INFORMIX_CONNECTION_H__

#define __DCL_INFORMIX_CONNECTION_H__   20030717

Definition at line 2 of file IFXConnection.h.

◆ __SET_ERROR

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

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

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

Definition at line 54 of file IFXConnection.h.

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