#include "oci.h"
#include "ociap.h"
Include dependency graph for Oracle8iOci.h:

This graph shows which files directly or indirectly include this file:

Defines | |
| #define | text OraText |
| #define | OCI_OK_EXT(x) ((x==OCI_SUCCESS) || (x==OCI_SUCCESS_WITH_INFO) || (x==OCI_NO_DATA)) |
| #define | OCI_OK(x) ((x==OCI_SUCCESS)) |
Enumerations | |
| enum | Oracle8iClassType { DATABASE_CLASS = 1, CURSOR_CLASS, CONNECTION_CLASS } |
Functions | |
| int | processOCIErrorGlobal (Oracle8iClassType classType, OCIEnv *ociEnvironment, OCIError *errorHandle, sword ociRetVal, const char *ociFunctionName, const char *myFunctionName, bool useEnvHandle) |
|
|
To remove problem with redefinition of 'text' (fstream.h x oratypes.h).
|
|
|
Is
|
|
|
Is
|
|
|
Identifies type of the class, that called processOCIErrorGlobal().
|
|
||||||||||||||||||||||||||||||||
|
According to type of
|