Go to the source code of this file.
◆ __DCL_INTERBASE_CONNECTION_H_
#define __DCL_INTERBASE_CONNECTION_H_ 20020321 |
◆ __SET_ERROR
#define __SET_ERROR |
( |
| _error | ) |
|
Value:
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:
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 |
◆ STATUS_FAILED
#define STATUS_FAILED |
( |
| statusVector | ) |
|
Value:(statusVector[0] == 1 && statusVector[2])
Definition at line 7 of file IBConnection.h.