#include <dcl/Config.h>
#include <string.h>
#include <locale.h>
#include <dcl/_stdlib.h>
#include <sqlite3.h>
#include <dcl/Object.h>
#include <dcl/SQLCore.h>
#include "SqConnection.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 SQLite3")
,
_serverTitle,
}
#define DCL_SQL_DRIVER_MODULE
SQL::Connection * CreateConnectionInstance()
#define __BUILD_TIMESTAMP__
#define DCL_SQL_VERSION_STRING
Definition at line 90 of file SqModuleMain.cpp.
91{
92
98#ifdef SQLITE_HAS_CODEC
99 __T(
"DCL SQL Adapter for SQLite3/SQLCipher")
100#else
101 __T(
"DCL SQL Adapter for SQLite3")
102#endif
103 ,
104
105
107 _serverTitle,
112};