DCL 4.0
|
#include <dcl/Config.h>
#include <locale.h>
#include <dcl/_stdlib.h>
#include <dcl/Object.h>
#include <dcl/SQLCore.h>
#include "IFXConnection.h"
#include "IFXUtils.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 79 of file IFXModuleMain.cpp.
bool ModuleCleanup | ( | ) |
Definition at line 120 of file IFXModuleMain.cpp.
bool ModuleInitialize | ( | ) |
Definition at line 84 of file IFXModuleMain.cpp.
DCL_DSO_EXPORT SQL::DRIVER_MODULE DCL_DSO_ENTRY_POINT |
Definition at line 134 of file IFXModuleMain.cpp.