|
DCL 4.1
|
#include <dcl/Config.h>#include <oci.h>#include <locale.h>#include <dcl/_stdlib.h>#include <dcl/Object.h>#include <dcl/String.h>#include <dcl/SQLCore.h>#include "OciConnection.h"Go to the source code of this file.
Functions | |
| SQL::Connection * | CreateConnectionInstance () |
| bool | ModuleInitialize () |
| bool | ModuleCleanup () |
Variables | |
| DCL_DSO_EXPORT SQL::DRIVER_MODULE | DCL_DSO_ENTRY_POINT |
| SQL::Connection * CreateConnectionInstance | ( | ) |
Definition at line 53 of file OciModuleMain.cpp.
| bool ModuleCleanup | ( | ) |
Definition at line 79 of file OciModuleMain.cpp.
| bool ModuleInitialize | ( | ) |
Definition at line 59 of file OciModuleMain.cpp.
| DCL_DSO_EXPORT SQL::DRIVER_MODULE DCL_DSO_ENTRY_POINT |
Definition at line 98 of file OciModuleMain.cpp.