DCL 4.0
|
#include <dcl/Config.h>
#include <locale.h>
#include <dcl/_stdlib.h>
#include <dcl/Object.h>
#include <dcl/SQLCore.h>
#include "PgConnection.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 51 of file PgModuleMain.cpp.
bool ModuleCleanup | ( | ) |
Definition at line 73 of file PgModuleMain.cpp.
bool ModuleInitialize | ( | ) |
Definition at line 56 of file PgModuleMain.cpp.
DCL_DSO_EXPORT SQL::DRIVER_MODULE DCL_DSO_ENTRY_POINT |
Definition at line 88 of file PgModuleMain.cpp.