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

Go to the source code of this file.

Classes

class  IBConnection

Macros

#define __DCL_INTERBASE_CONNECTION_H_   20020321
#define ISC_STATUS_VECTOR_LENGTH   20
#define STATUS_FAILED(statusVector)
#define __SET_ERROR(_error)
#define __SET_ERROR_MSG(str)

Macro Definition Documentation

◆ __DCL_INTERBASE_CONNECTION_H_

#define __DCL_INTERBASE_CONNECTION_H_   20020321

Definition at line 2 of file IBConnection.h.

◆ __SET_ERROR

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

Definition at line 66 of file IBConnection.h.

66#define __SET_ERROR(_error) \
67 setErrorStatus(_error, __THIS_FILE__, __LINE__)

◆ __SET_ERROR_MSG

#define __SET_ERROR_MSG ( str)
Value:
setErrorStatus(str, __THIS_FILE__, __LINE__)

Definition at line 69 of file IBConnection.h.

69#define __SET_ERROR_MSG(str) \
70 setErrorStatus(str, __THIS_FILE__, __LINE__)

◆ ISC_STATUS_VECTOR_LENGTH

#define ISC_STATUS_VECTOR_LENGTH   20

Definition at line 6 of file IBConnection.h.

◆ STATUS_FAILED

#define STATUS_FAILED ( statusVector)
Value:
(statusVector[0] == 1 && statusVector[2])

Definition at line 7 of file IBConnection.h.