#include <dcl/Config.h>
#include <string.h>
#include <locale.h>
#include <dcl/_stdlib.h>
#include <libpq-fe.h>
#include <dcl/Object.h>
#include <dcl/SQLCore.h>
#include "PqConnection.h"
Go to the source code of this file.
|
| #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) |
◆ __DCL_TRACE0_N
| #define __DCL_TRACE0_N |
( |
| fmt | ) |
|
◆ __DCL_TRACE1_N
| #define __DCL_TRACE1_N |
( |
| fmt, |
|
|
| arg ) |
◆ __DCL_TRACE2_N
| #define __DCL_TRACE2_N |
( |
| fmt, |
|
|
| arg1, |
|
|
| arg2 ) |
◆ __DCL_TRACE3_N
| #define __DCL_TRACE3_N |
( |
| fmt, |
|
|
| arg1, |
|
|
| arg2, |
|
|
| arg3 ) |
◆ __DCL_TRACE4_N
| #define __DCL_TRACE4_N |
( |
| fmt, |
|
|
| arg1, |
|
|
| arg2, |
|
|
| arg3, |
|
|
| arg4 ) |
◆ __TRACE_THIS
◆ CreateConnectionInstance()
◆ ModuleCleanup()
◆ ModuleInitialize()
| bool ModuleInitialize |
( |
| ) |
|
◆ DCL_DSO_ENTRY_POINT
Initial value:=
{
__T(
"DCL SQL Adapter for PostgreSQL Database Server"),
_serverTitle,
}
#define DCL_SQL_DRIVER_MODULE
SQL::Connection * CreateConnectionInstance()
#define __BUILD_TIMESTAMP__
#define DCL_SQL_VERSION_STRING
Definition at line 84 of file PqModuleMain.cpp.
85{
86
92 __T(
"DCL SQL Adapter for PostgreSQL Database Server"),
93
94
96 _serverTitle,
101};