|
DCL 3.7.4
|
#include <dcl/Config.h>#include <oci.h>#include <locale.h>#include <dcl/_stdlib.h>#include <dcl/Object.h>#include <dcl/SQLCore.h>#include "OciConnection.h"Go to the source code of this file.
Macros | |
| #define | __TRACE_THIS 0 |
| #define | __DCL_TRACE0_N(fmt) |
| #define | __DCL_TRACE1_N(fmt, arg) |
| #define | __DCL_TRACE2_N(fmt, arg1, arg2) |
| #define | __DCL_TRACE3_N(fmt, arg1, arg2, arg3) |
| #define | __DCL_TRACE4_N(fmt, arg1, arg2, arg3, arg4) |
Functions | |
| SQL::Connection * | CreateConnectionInstance () |
| bool | ModuleInitialize () |
| bool | ModuleCleanup () |
Variables | |
| DCL_DSO_EXPORT SQL::DRIVER_MODULE | DCL_DSO_ENTRY_POINT |
| #define __DCL_TRACE0_N | ( | fmt | ) |
Definition at line 29 of file OciModuleMain.cpp.
| #define __DCL_TRACE1_N | ( | fmt, | |
| arg ) |
Definition at line 30 of file OciModuleMain.cpp.
| #define __DCL_TRACE2_N | ( | fmt, | |
| arg1, | |||
| arg2 ) |
Definition at line 31 of file OciModuleMain.cpp.
| #define __DCL_TRACE3_N | ( | fmt, | |
| arg1, | |||
| arg2, | |||
| arg3 ) |
Definition at line 32 of file OciModuleMain.cpp.
| #define __DCL_TRACE4_N | ( | fmt, | |
| arg1, | |||
| arg2, | |||
| arg3, | |||
| arg4 ) |
Definition at line 33 of file OciModuleMain.cpp.
| #define __TRACE_THIS 0 |
Definition at line 21 of file OciModuleMain.cpp.
| SQL::Connection * CreateConnectionInstance | ( | ) |
Definition at line 65 of file OciModuleMain.cpp.
| bool ModuleCleanup | ( | ) |
Definition at line 95 of file OciModuleMain.cpp.
| bool ModuleInitialize | ( | ) |
Definition at line 70 of file OciModuleMain.cpp.
| DCL_DSO_EXPORT SQL::DRIVER_MODULE DCL_DSO_ENTRY_POINT |
Definition at line 114 of file OciModuleMain.cpp.