#include <dcl/Config.h>
#include <string.h>
#include <stdlib.h>
#include <dcl/Object.h>
#include <dcl/Regex.h>
#include <dcl/ListedHashMap.h>
#include <dcl/SQLCore.h>
#include "MyConnection.h"
#include "MyQuery.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
◆ StmtType
| Enumerator |
|---|
| StmtOther | |
| StmtTransBegin | |
| StmtTransEnd | |
Definition at line 161 of file MyConnection.cpp.
◆ IMPLEMENT_CLASSINFO()
Definition at line 41 of file MyConnection.cpp.
44 : Connection(_serverTitle)
45{
46 Connection::__canTransact = true;
48 __storeResult = false;
49}